Home
last modified time | relevance | path

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

/PHP-8.1/ext/hash/xxhash/
H A Dxxhash.h1193 static const xxh_u32 XXH_PRIME32_3 = 0xC2B2AE3DU; /* 0b11000010101100101010111000111101 */ variable
1200 # define PRIME32_3 XXH_PRIME32_3
1267 h32 *= XXH_PRIME32_3; in XXH32_avalanche()
1283 h32 += XXH_get32bits(ptr) * XXH_PRIME32_3; \ in XXH32_finalize()
3749 #define XXH3_INIT_ACC { XXH_PRIME32_3, XXH_PRIME64_1, XXH_PRIME64_2, XXH_PRIME64_3, \
3982 statePtr->acc[0] = XXH_PRIME32_3; in XXH3_64bits_reset_internal()

Completed in 35 milliseconds