Help for this page

Select Code to Download


  1. or download this
     switch(len) {
        case 11: c+=((unsigned int)k[10]<<24);
    ...
        case 1 : a+=k[0];
         /* case 0: nothing left to add */
    }
    
  2. or download this
        goto 'LAST'.$len;
        LAST11: $c+= $k[10] <<24;
    ...
        LAST2:  $a+= $k[1]  <<8;
        LAST1:  $a+= $k[0];
        LAST0: