Home
last modified time | relevance | path

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

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

Completed in 19 milliseconds