Home
last modified time | relevance | path

Searched refs:HASH_MPY (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Dhashpart.h41 #define HASH_MPY(h) (HASH_C(h,22)+HASH_C(h,10)+HASH_A(h,6)+HASH_A(h,3)+(h)) macro
45 #define HASH_MPY(h) ((h)*0x63c63cd9L) macro
49 #define HASHPART(h,c) (h = HASH_MPY(h) + HASH_ADD(h) + (c))