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

  /src/external/apache2/llvm/dist/llvm/lib/Support/
xxhash.cpp 53 static const uint64_t PRIME64_3 = 1609587929392839161ULL;
117 H64 = rotl64(H64, 23) * PRIME64_2 + PRIME64_3;
130 H64 *= PRIME64_3;
  /src/external/bsd/zstd/dist/contrib/linux-kernel/test/include/linux/
xxhash.h 328 static const uint64_t PRIME64_3 = 1609587929392839161ULL;
472 h64 = xxh_rotl64(h64, 23) * PRIME64_2 + PRIME64_3;
485 h64 *= PRIME64_3;
726 h64 = xxh_rotl64(h64, 23) * PRIME64_2 + PRIME64_3;
739 h64 *= PRIME64_3;
  /src/external/bsd/zstd/dist/lib/common/
xxhash.h 3321 # define PRIME64_3 XXH_PRIME64_3

Completed in 37 milliseconds