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

  /src/external/apache2/llvm/dist/llvm/lib/Support/
xxhash.cpp 55 static const uint64_t PRIME64_5 = 2870177450012600261ULL;
103 H64 = Seed + PRIME64_5;
122 H64 ^= (*P) * PRIME64_5;
  /src/external/bsd/zstd/dist/contrib/linux-kernel/test/include/linux/
xxhash.h 330 static const uint64_t PRIME64_5 = 2870177450012600261ULL;
457 h64 = seed + PRIME64_5;
477 h64 ^= (*p) * PRIME64_5;
711 h64 = state->v3 + PRIME64_5;
731 h64 ^= (*p) * PRIME64_5;
  /src/external/bsd/zstd/dist/lib/common/
xxhash.h 3323 # define PRIME64_5 XXH_PRIME64_5

Completed in 31 milliseconds