Home
last modified time | relevance | path

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

/PHP-8.1/ext/hash/xxhash/
H A Dxxhash.h1194 static const xxh_u32 XXH_PRIME32_4 = 0x27D4EB2FU; /* 0b00100111110101001110101100101111 */ variable
1201 # define PRIME32_4 XXH_PRIME32_4
1285 h32 = XXH_rotl32(h32, 17) * XXH_PRIME32_4; \ in XXH32_finalize()

Completed in 33 milliseconds