Searched refs:PRIME32_4 (Results 1 - 3 of 3) sorted by relevance

/external/fio/crc/
H A Dxxhash.c126 #define PRIME32_4 668265263U macro
203 h32 = XXH_rotl32(h32, 17) * PRIME32_4 ;
382 h32 = XXH_rotl32(h32, 17) * PRIME32_4;
/external/lz4/lib/
H A Dxxhash.c253 static const U32 PRIME32_4 = 668265263U; variable
301 h32 = XXH_rotl32(h32, 17) * PRIME32_4 ;
465 h32 = XXH_rotl32(h32, 17) * PRIME32_4;
/external/vulkan-validation-layers/layers/
H A Dxxhash.c252 static const U32 PRIME32_4 = 668265263U; variable
300 h32 = XXH_rotl32(h32, 17) * PRIME32_4 ;
464 h32 = XXH_rotl32(h32, 17) * PRIME32_4;

Completed in 60 milliseconds