Searched refs:HASH_B (Results 1 - 1 of 1) sorted by relevance
/ast/src/lib/libast/include/ | ||
H A D | hashpart.h | 39 #define HASH_B(h,n) ((((h) << 4) - (h)) << (n)) macro 40 #define HASH_C(h,n) ((HASH_A(h,7) + HASH_B(h,0)) << (n)) |
Completed in 10 milliseconds