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

  /src/external/bsd/zstd/dist/contrib/linux-kernel/test/include/linux/
xxhash.h 322 static const uint32_t PRIME32_3 = 3266489917U;
389 h32 += get_unaligned_le32(p) * PRIME32_3;
403 h32 *= PRIME32_3;
605 h32 += get_unaligned_le32(p) * PRIME32_3;
619 h32 *= PRIME32_3;
  /src/external/bsd/libarchive/dist/libarchive/
xxhash.c 191 #define PRIME32_3 3266489917U
272 h32 += XXH_get32bits(p) * PRIME32_3;
287 h32 *= PRIME32_3;
467 h32 += XXH_readLE32((const U32*)p, endian) * PRIME32_3;
482 h32 *= PRIME32_3;
  /src/external/bsd/zstd/dist/lib/common/
xxhash.h 2801 # define PRIME32_3 XXH_PRIME32_3

Completed in 62 milliseconds