Home | History | Annotate | Download | only in ksmutils

Lines Matching refs:k8

294     const uint8_t  *k8;
338 k8 = (const uint8_t *)k;
342 case 11: c+=((uint32_t)k8[10])<<16; /* fall through */
343 case 10: c+=((uint32_t)k8[9])<<8; /* fall through */
344 case 9 : c+=k8[8]; /* fall through */
346 case 7 : b+=((uint32_t)k8[6])<<16; /* fall through */
347 case 6 : b+=((uint32_t)k8[5])<<8; /* fall through */
348 case 5 : b+=k8[4]; /* fall through */
350 case 3 : a+=((uint32_t)k8[2])<<16; /* fall through */
351 case 2 : a+=((uint32_t)k8[1])<<8; /* fall through */
352 case 1 : a+=k8[0]; break;
360 const uint8_t *k8;
374 k8 = (const uint8_t *)k;
381 case 11: c+=((uint32_t)k8[10])<<16; /* fall through */
386 case 9 : c+=k8[8]; /* fall through */
390 case 7 : b+=((uint32_t)k8[6])<<16; /* fall through */
394 case 5 : b+=k8[4]; /* fall through */
397 case 3 : a+=((uint32_t)k8[2])<<16; /* fall through */
400 case 1 : a+=k8[0];
479 const uint8_t *k8;
523 k8 = (const uint8_t *)k;
527 case 11: c+=((uint32_t)k8[10])<<16; /* fall through */
528 case 10: c+=((uint32_t)k8[9])<<8; /* fall through */
529 case 9 : c+=k8[8]; /* fall through */
531 case 7 : b+=((uint32_t)k8[6])<<16; /* fall through */
532 case 6 : b+=((uint32_t)k8[5])<<8; /* fall through */
533 case 5 : b+=k8[4]; /* fall through */
535 case 3 : a+=((uint32_t)k8[2])<<16; /* fall through */
536 case 2 : a+=((uint32_t)k8[1])<<8; /* fall through */
537 case 1 : a+=k8[0]; break;
545 const uint8_t *k8;
559 k8 = (const uint8_t *)k;
566 case 11: c+=((uint32_t)k8[10])<<16; /* fall through */
571 case 9 : c+=k8[8]; /* fall through */
575 case 7 : b+=((uint32_t)k8[6])<<16; /* fall through */
579 case 5 : b+=k8[4]; /* fall through */
582 case 3 : a+=((uint32_t)k8[2])<<16; /* fall through */
585 case 1 : a+=k8[0];
656 const uint8_t *k8;
700 k8 = (const uint8_t *)k;
704 case 11: c+=((uint32_t)k8[10])<<8; /* fall through */
705 case 10: c+=((uint32_t)k8[9])<<16; /* fall through */
706 case 9 : c+=((uint32_t)k8[8])<<24; /* fall through */
708 case 7 : b+=((uint32_t)k8[6])<<8; /* fall through */
709 case 6 : b+=((uint32_t)k8[5])<<16; /* fall through */
710 case 5 : b+=((uint32_t)k8[4])<<24; /* fall through */
712 case 3 : a+=((uint32_t)k8[2])<<8; /* fall through */
713 case 2 : a+=((uint32_t)k8[1])<<16; /* fall through */
714 case 1 : a+=((uint32_t)k8[0])<<24; break;