Searched defs:FNVPART (Results 1 – 6 of 6) sorted by relevance
41 #define FNVPART(h,c) (h = (h) * FNV_MULT ^ (c)) macro
50 #define FNVPART(h,c) (h = (h) * FNV_MULT ^ (c)) macro