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