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

  /external/lz4/lib/
xxhash.c 606 static const U64 PRIME64_5 = 2870177450012600261ULL;
659 h64 = seed + PRIME64_5;
678 h64 ^= (*p) * PRIME64_5;
831 h64 = state->v3 + PRIME64_5;
850 h64 ^= (*p) * PRIME64_5;
  /external/vulkan-validation-layers/layers/
xxhash.c 605 static const U64 PRIME64_5 = 2870177450012600261ULL;
658 h64 = seed + PRIME64_5;
677 h64 ^= (*p) * PRIME64_5;
830 h64 = state->v3 + PRIME64_5;
849 h64 ^= (*p) * PRIME64_5;

Completed in 77 milliseconds