Searched refs:k8 (Results 1 – 1 of 1) sorted by relevance
286 const uint8_t *k8 = (const uint8_t *)k; in hashlittle() local290 case 11: c+=((uint32_t)k8[10])<<16; /* fall through */ in hashlittle()291 case 10: c+=((uint32_t)k8[9])<<8; /* fall through */ in hashlittle()292 case 9 : c+=k8[8]; /* fall through */ in hashlittle()294 case 7 : b+=((uint32_t)k8[6])<<16; /* fall through */ in hashlittle()295 case 6 : b+=((uint32_t)k8[5])<<8; /* fall through */ in hashlittle()296 case 5 : b+=k8[4]; /* fall through */ in hashlittle()298 case 3 : a+=((uint32_t)k8[2])<<16; /* fall through */ in hashlittle()299 case 2 : a+=((uint32_t)k8[1])<<8; /* fall through */ in hashlittle()300 case 1 : a+=k8[0]; break; in hashlittle()[all …]