Searched refs:FNV_MULT (Results 1 – 9 of 9) sorted by relevance
41 #ifndef FNV_MULT42 #define FNV_MULT 0x01000193L macro 69 #define HASH(p,z) ((integralof(p)*FNV_MULT)%(z))
38 #define FNV_MULT 0x01000193L macro41 #define FNVPART(h,c) (h = (h) * FNV_MULT ^ (c))
38 #define FNV_MULT 0x01000193L macro 41 #define FNVPART(h,c) (h = (h) * FNV_MULT ^ (c))
47 #define FNV_MULT 0x01000193L macro50 #define FNVPART(h,c) (h = (h) * FNV_MULT ^ (c))
85 sum->mpy = FNV_MULT; in prng_open()