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

/external/fio/crc/
H A Dxxhash.c127 #define PRIME32_5 374761393U macro
195 h32 = seed + PRIME32_5;
209 h32 += (*p) * PRIME32_5;
374 h32 = state->seed + PRIME32_5;
388 h32 += (*p) * PRIME32_5;
/external/lz4/lib/
H A Dxxhash.c254 static const U32 PRIME32_5 = 374761393U; variable
294 h32 = seed + PRIME32_5;
306 h32 += (*p) * PRIME32_5;
458 h32 = state->v3 /* == seed */ + PRIME32_5;
470 h32 += (*p) * PRIME32_5;

Completed in 446 milliseconds