Lines Matching defs:k8

5      added #ifdef VALGRIND to remove 298,384,660 'unused variable k8' warnings.
337 const uint8_t *k8;
382 k8 = (const uint8_t *)k;
386 case 11: c+=((uint32_t)k8[10])<<16; /* fall through */
387 case 10: c+=((uint32_t)k8[9])<<8; /* fall through */
388 case 9 : c+=k8[8]; /* fall through */
390 case 7 : b+=((uint32_t)k8[6])<<16; /* fall through */
391 case 6 : b+=((uint32_t)k8[5])<<8; /* fall through */
392 case 5 : b+=k8[4]; /* fall through */
394 case 3 : a+=((uint32_t)k8[2])<<16; /* fall through */
395 case 2 : a+=((uint32_t)k8[1])<<8; /* fall through */
396 case 1 : a+=k8[0]; break;
404 const uint8_t *k8;
418 k8 = (const uint8_t *)k;
425 case 11: c+=((uint32_t)k8[10])<<16; /* fall through */
430 case 9 : c+=k8[8]; /* fall through */
434 case 7 : b+=((uint32_t)k8[6])<<16; /* fall through */
438 case 5 : b+=k8[4]; /* fall through */
441 case 3 : a+=((uint32_t)k8[2])<<16; /* fall through */
444 case 1 : a+=k8[0];
525 const uint8_t *k8;
570 k8 = (const uint8_t *)k;
574 case 11: c+=((uint32_t)k8[10])<<16; /* fall through */
575 case 10: c+=((uint32_t)k8[9])<<8; /* fall through */
576 case 9 : c+=k8[8]; /* fall through */
578 case 7 : b+=((uint32_t)k8[6])<<16; /* fall through */
579 case 6 : b+=((uint32_t)k8[5])<<8; /* fall through */
580 case 5 : b+=k8[4]; /* fall through */
582 case 3 : a+=((uint32_t)k8[2])<<16; /* fall through */
583 case 2 : a+=((uint32_t)k8[1])<<8; /* fall through */
584 case 1 : a+=k8[0]; break;
592 const uint8_t *k8;
606 k8 = (const uint8_t *)k;
613 case 11: c+=((uint32_t)k8[10])<<16; /* fall through */
618 case 9 : c+=k8[8]; /* fall through */
622 case 7 : b+=((uint32_t)k8[6])<<16; /* fall through */
626 case 5 : b+=k8[4]; /* fall through */
629 case 3 : a+=((uint32_t)k8[2])<<16; /* fall through */
632 case 1 : a+=k8[0];
706 const uint8_t *k8;
751 k8 = (const uint8_t *)k;
755 case 11: c+=((uint32_t)k8[10])<<8; /* fall through */
756 case 10: c+=((uint32_t)k8[9])<<16; /* fall through */
757 case 9 : c+=((uint32_t)k8[8])<<24; /* fall through */
759 case 7 : b+=((uint32_t)k8[6])<<8; /* fall through */
760 case 6 : b+=((uint32_t)k8[5])<<16; /* fall through */
761 case 5 : b+=((uint32_t)k8[4])<<24; /* fall through */
763 case 3 : a+=((uint32_t)k8[2])<<8; /* fall through */
764 case 2 : a+=((uint32_t)k8[1])<<16; /* fall through */
765 case 1 : a+=((uint32_t)k8[0])<<24; break;