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

  /external/lz4/lib/
xxhash.c 605 static const U64 PRIME64_4 = 9650029242287828579ULL;
620 acc = acc * PRIME64_1 + PRIME64_4;
667 h64 = XXH_rotl64(h64,27) * PRIME64_1 + PRIME64_4;
839 h64 = XXH_rotl64(h64,27) * PRIME64_1 + PRIME64_4;
  /external/vulkan-validation-layers/layers/
xxhash.c 604 static const U64 PRIME64_4 = 9650029242287828579ULL;
619 acc = acc * PRIME64_1 + PRIME64_4;
666 h64 = XXH_rotl64(h64,27) * PRIME64_1 + PRIME64_4;
838 h64 = XXH_rotl64(h64,27) * PRIME64_1 + PRIME64_4;

Completed in 327 milliseconds