Searched defs:FNV_MULT (Results 1 - 2 of 2) sorted by relevance

/ast/src/lib/libast/aso/
H A Dasohdr.h41 #ifndef FNV_MULT
42 #define FNV_MULT 0x01000193L macro
69 #define HASH(p,z) ((integralof(p)*FNV_MULT)%(z))
/ast/src/lib/libast/include/
H A Dfnv.h38 #define FNV_MULT 0x01000193L macro
41 #define FNVPART(h,c) (h = (h) * FNV_MULT ^ (c))

Completed in 7 milliseconds