Searched refs:k8 (Results 1 - 1 of 1) sorted by relevance

/system/extras/ksmutils/
H A Dlookup3.c294 const uint8_t *k8; local
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[
360 const uint8_t *k8; local
479 const uint8_t *k8; local
545 const uint8_t *k8; local
656 const uint8_t *k8; local
[all...]

Completed in 37 milliseconds