Home
last modified time | relevance | path

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

/plan9/sys/src/cmd/venti/srv/
H A Dwhack.c132 #define hashit(c) (((((ulong)(c) & 0xffffff) * 0x6b43a9b5) >> (32 - HashLog)) & HashMask) macro
167 h = hashit(cont); in whack()
287 h = hashit(cont); in whack()
H A Ddcache.c128 #define hashit(c) ((((c) * 0x6b43a9b5) >> (32 - HashLog)) & HashMask) in pbhash() macro
130 return hashit(h); in pbhash()
/plan9/sys/src/9/port/
H A Dthwack.c156 #define hashit(c) ((((ulong)(c) & 0xffffff) * 0x6b43a9b5) >> (32 - HashLog)) macro
237 h = hashit(cont); in thwack()
347 h = hashit(cont); in thwack()
/plan9/sys/src/cmd/ip/ppp/
H A Dthwack.c177 #define hashit(c) ((((ulong)(c) & 0xffffff) * 0x6b43a9b5) >> (32 - HashLog)) macro
265 h = hashit(cont); in thwack()
377 h = hashit(cont); in thwack()
H A Dmppc.c112 static int hashit(uchar*);
/plan9/sys/src/libflate/
H A Ddeflate.c85 #define hashit(c) ((((ulong)(c) & 0xffffff) * 0x6b43a9b5) >> (32 - HashLog)) macro
734 h = hashit(cont); in lzcomp()
767 h = hashit(cont); in lzcomp()
874 h = hashit(cont); in lzcomp()