Home
last modified time | relevance | path

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

/f-stack/freebsd/libkern/
H A Djenkins_hash.c266 const uint8_t *k8; in jenkins_hash() local
280 k8 = (const uint8_t *)k; in jenkins_hash()
287 case 11: c+=((uint32_t)k8[10])<<16; /* fall through */ in jenkins_hash()
292 case 9 : c+=k8[8]; /* fall through */ in jenkins_hash()
296 case 7 : b+=((uint32_t)k8[6])<<16; /* fall through */ in jenkins_hash()
300 case 5 : b+=k8[4]; /* fall through */ in jenkins_hash()
303 case 3 : a+=((uint32_t)k8[2])<<16; /* fall through */ in jenkins_hash()
306 case 1 : a+=k8[0]; in jenkins_hash()
/f-stack/freebsd/contrib/device-tree/src/arm/
H A Ds3c6410-mini6410.dts124 button-k8 {