Searched refs:HASH_A (Results 1 - 1 of 1) sorted by relevance

/ast/src/lib/libast/include/
H A Dhashpart.h38 #define HASH_A(h,n) ((((h) << 2) - (h)) << (n)) macro
40 #define HASH_C(h,n) ((HASH_A(h,7) + HASH_B(h,0)) << (n))
41 #define HASH_MPY(h) (HASH_C(h,22)+HASH_C(h,10)+HASH_A(h,6)+HASH_A(h,3)+(h))

Completed in 9 milliseconds