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

/hardware/qcom/msm8998/json-c/
H A Dlinkhash.c286 const uint8_t *k8 = (const uint8_t *)k; local
290 case 11: c+=((uint32_t)k8[10])<<16; /* fall through */
291 case 10: c+=((uint32_t)k8[9])<<8; /* fall through */
292 case 9 : c+=k8[8]; /* fall through */
294 case 7 : b+=((uint32_t)k8[6])<<16; /* fall through */
295 case 6 : b+=((uint32_t)k8[5])<<8; /* fall through */
296 case 5 : b+=k8[4]; /* fall through */
298 case 3 : a+=((uint32_t)k8[2])<<16; /* fall through */
299 case 2 : a+=((uint32_t)k8[1])<<8; /* fall through */
300 case 1 : a+=k8[
308 const uint8_t *k8; local
[all...]

Completed in 94 milliseconds