Searched refs:FNVPART64 (Results 1 – 1 of 1) sorted by relevance
63 #define FNVPART64(h,c) (h = (h) * FNV_MULT64 ^ (c)) macro67 FNVPART64(h, ((unsigned char*)s)[_i_++]); \