Searched refs:hashit (Results 1 – 6 of 6) sorted by relevance
132 #define hashit(c) (((((ulong)(c) & 0xffffff) * 0x6b43a9b5) >> (32 - HashLog)) & HashMask) macro167 h = hashit(cont); in whack()287 h = hashit(cont); in whack()
128 #define hashit(c) ((((c) * 0x6b43a9b5) >> (32 - HashLog)) & HashMask) in pbhash() macro130 return hashit(h); in pbhash()
156 #define hashit(c) ((((ulong)(c) & 0xffffff) * 0x6b43a9b5) >> (32 - HashLog)) macro237 h = hashit(cont); in thwack()347 h = hashit(cont); in thwack()
177 #define hashit(c) ((((ulong)(c) & 0xffffff) * 0x6b43a9b5) >> (32 - HashLog)) macro265 h = hashit(cont); in thwack()377 h = hashit(cont); in thwack()
112 static int hashit(uchar*);
85 #define hashit(c) ((((ulong)(c) & 0xffffff) * 0x6b43a9b5) >> (32 - HashLog)) macro734 h = hashit(cont); in lzcomp()767 h = hashit(cont); in lzcomp()874 h = hashit(cont); in lzcomp()