Home
last modified time | relevance | path

Searched refs:PRIME32_4 (Results 1 – 4 of 4) sorted by relevance

/third_party/lz4/lib/
Dxxhash.c266 static const U32 PRIME32_4 = 668265263U; variable
304 h32 = XXH_rotl32(h32, 17) * PRIME32_4 ; in XXH32_finalize()
/third_party/skia/third_party/externals/angle2/src/common/third_party/xxhash/
Dxxhash.c266 static const U32 PRIME32_4 = 668265263U; /* 0b00100111110101001110101100101111 */ variable
304 h32 = XXH_rotl32(h32, 17) * PRIME32_4 in XXH32_finalize()
/third_party/flutter/skia/third_party/externals/angle2/src/common/third_party/xxhash/
Dxxhash.c266 static const U32 PRIME32_4 = 668265263U; /* 0b00100111110101001110101100101111 */ variable
304 h32 = XXH_rotl32(h32, 17) * PRIME32_4 ; in XXH32_finalize()
/third_party/mesa3d/src/util/
Dxxhash.h639 static const xxh_u32 PRIME32_4 = 0x27D4EB2FU; /* 0b00100111110101001110101100101111 */ variable
717 h32 = XXH_rotl32(h32, 17) * PRIME32_4 ; in XXH32_finalize()