Home
last modified time | relevance | path

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

/PHP-8.2/ext/hash/xxhash/
H A Dxxhash.h1891 #define XXH_PRIME32_4 0x27D4EB2FU /*!< 0b00100111110101001110101100101111 */ macro
1898 # define PRIME32_4 XXH_PRIME32_4
2004 h32 = XXH_rotl32(h32, 17) * XXH_PRIME32_4; \ in XXH32_finalize()

Completed in 24 milliseconds