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

  /external/lz4/lib/
xxhash.c 604 static const U64 PRIME64_3 = 1609587929392839161ULL;
673 h64 = XXH_rotl64(h64, 23) * PRIME64_2 + PRIME64_3;
686 h64 *= PRIME64_3;
845 h64 = XXH_rotl64(h64, 23) * PRIME64_2 + PRIME64_3;
858 h64 *= PRIME64_3;
  /external/vulkan-validation-layers/layers/
xxhash.c 603 static const U64 PRIME64_3 = 1609587929392839161ULL;
672 h64 = XXH_rotl64(h64, 23) * PRIME64_2 + PRIME64_3;
685 h64 *= PRIME64_3;
844 h64 = XXH_rotl64(h64, 23) * PRIME64_2 + PRIME64_3;
857 h64 *= PRIME64_3;

Completed in 207 milliseconds