Home
last modified time | relevance | path

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

/system/extras/ksmutils/
Dlookup3.c294 const uint8_t *k8; in hashlittle() local
338 k8 = (const uint8_t *)k; in hashlittle()
342 case 11: c+=((uint32_t)k8[10])<<16; /* fall through */ in hashlittle()
343 case 10: c+=((uint32_t)k8[9])<<8; /* fall through */ in hashlittle()
344 case 9 : c+=k8[8]; /* fall through */ in hashlittle()
346 case 7 : b+=((uint32_t)k8[6])<<16; /* fall through */ in hashlittle()
347 case 6 : b+=((uint32_t)k8[5])<<8; /* fall through */ in hashlittle()
348 case 5 : b+=k8[4]; /* fall through */ in hashlittle()
350 case 3 : a+=((uint32_t)k8[2])<<16; /* fall through */ in hashlittle()
351 case 2 : a+=((uint32_t)k8[1])<<8; /* fall through */ in hashlittle()
[all …]