Searched defs:HASH_B (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libast/common/include/
H A Dhashpart.h39 #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))
/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Dhashpart.h48 #define HASH_B(h,n) ((((h) << 4) - (h)) << (n)) macro
49 #define HASH_C(h,n) ((HASH_A(h,7) + HASH_B(h,0)) << (n))
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Dhashpart.h48 #define HASH_B(h,n) ((((h) << 4) - (h)) << (n)) macro
49 #define HASH_C(h,n) ((HASH_A(h,7) + HASH_B(h,0)) << (n))
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Dhashpart.h48 #define HASH_B(h,n) ((((h) << 4) - (h)) << (n)) macro
49 #define HASH_C(h,n) ((HASH_A(h,7) + HASH_B(h,0)) << (n))
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dhashpart.h48 #define HASH_B(h,n) ((((h) << 4) - (h)) << (n)) macro
49 #define HASH_C(h,n) ((HASH_A(h,7) + HASH_B(h,0)) << (n))

Completed in 57 milliseconds