Searched refs:HASH_C (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/lib/libast/common/include/ |
H A D | hashpart.h | 40 #define HASH_C(h,n) ((HASH_A(h,7) + HASH_B(h,0)) << (n)) macro 41 #define HASH_MPY(h) (HASH_C(h,22)+HASH_C(h,10)+HASH_A(h,6)+HASH_A(h,3)+(h))
|
/illumos-gate/usr/src/lib/libast/amd64/include/ast/ |
H A D | hashpart.h | 49 #define HASH_C(h,n) ((HASH_A(h,7) + HASH_B(h,0)) << (n)) macro 50 #define HASH_MPY(h) (HASH_C(h,22)+HASH_C(h,10)+HASH_A(h,6)+HASH_A(h,3)+(h))
|
/illumos-gate/usr/src/lib/libast/i386/include/ast/ |
H A D | hashpart.h | 49 #define HASH_C(h,n) ((HASH_A(h,7) + HASH_B(h,0)) << (n)) macro 50 #define HASH_MPY(h) (HASH_C(h,22)+HASH_C(h,10)+HASH_A(h,6)+HASH_A(h,3)+(h))
|
/illumos-gate/usr/src/lib/libast/sparc/include/ast/ |
H A D | hashpart.h | 49 #define HASH_C(h,n) ((HASH_A(h,7) + HASH_B(h,0)) << (n)) macro 50 #define HASH_MPY(h) (HASH_C(h,22)+HASH_C(h,10)+HASH_A(h,6)+HASH_A(h,3)+(h))
|
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | hashpart.h | 49 #define HASH_C(h,n) ((HASH_A(h,7) + HASH_B(h,0)) << (n)) macro 50 #define HASH_MPY(h) (HASH_C(h,22)+HASH_C(h,10)+HASH_A(h,6)+HASH_A(h,3)+(h))
|
Completed in 54 milliseconds