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

  /external/fio/crc/
xxhash.c 126 #define PRIME32_4 668265263U
203 h32 = XXH_rotl32(h32, 17) * PRIME32_4 ;
382 h32 = XXH_rotl32(h32, 17) * PRIME32_4;
  /external/lz4/lib/
xxhash.c 253 static const U32 PRIME32_4 = 668265263U;
301 h32 = XXH_rotl32(h32, 17) * PRIME32_4 ;
465 h32 = XXH_rotl32(h32, 17) * PRIME32_4;
  /external/vulkan-validation-layers/layers/
xxhash.c 252 static const U32 PRIME32_4 = 668265263U;
300 h32 = XXH_rotl32(h32, 17) * PRIME32_4 ;
464 h32 = XXH_rotl32(h32, 17) * PRIME32_4;

Completed in 117 milliseconds