Searched defs:HASHSTEP (Results 1 – 2 of 2) sorted by relevance
14 #define HASHSTEP(x,c) (((x << 5) + x) + (c)) macro
36 #define HASHSTEP(x,c) (((x << 5) + x) + (c)) macro