HomeSort by: relevance | last modified time | path
    Searched defs:PRIME32_5 (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/zstd/dist/contrib/linux-kernel/test/include/linux/
xxhash.h 324 static const uint32_t PRIME32_5 = 374761393U;
383 h32 = seed + PRIME32_5;
395 h32 += (*p) * PRIME32_5;
599 h32 = state->v3 /* == seed */ + PRIME32_5;
611 h32 += (*p) * PRIME32_5;
  /src/external/bsd/libarchive/dist/libarchive/
xxhash.c 193 #define PRIME32_5 374761393U
265 h32 = seed + PRIME32_5;
279 h32 += (*p) * PRIME32_5;
460 h32 = state->seed + PRIME32_5;
474 h32 += (*p) * PRIME32_5;
  /src/external/bsd/zstd/dist/lib/common/
xxhash.h 2803 # define PRIME32_5 XXH_PRIME32_5

Completed in 25 milliseconds