HomeSort by relevance Sort by last modified time
    Searched refs:PRIME32_5 (Results 1 - 3 of 3) sorted by null

  /external/fio/crc/
xxhash.c 127 #define PRIME32_5 374761393U
195 h32 = seed + PRIME32_5;
209 h32 += (*p) * PRIME32_5;
374 h32 = state->seed + PRIME32_5;
388 h32 += (*p) * PRIME32_5;
  /external/lz4/lib/
xxhash.c 254 static const U32 PRIME32_5 = 374761393U;
294 h32 = seed + PRIME32_5;
306 h32 += (*p) * PRIME32_5;
458 h32 = state->v3 /* == seed */ + PRIME32_5;
470 h32 += (*p) * PRIME32_5;
  /external/vulkan-validation-layers/layers/
xxhash.c 253 static const U32 PRIME32_5 = 374761393U;
293 h32 = seed + PRIME32_5;
305 h32 += (*p) * PRIME32_5;
457 h32 = state->v3 /* == seed */ + PRIME32_5;
469 h32 += (*p) * PRIME32_5;

Completed in 245 milliseconds