Home
last modified time | relevance | path

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

/PHP-8.1/ext/hash/xxhash/
H A Dxxhash.h1192 static const xxh_u32 XXH_PRIME32_2 = 0x85EBCA77U; /* 0b10000101111010111100101001110111 */ variable
1199 # define PRIME32_2 XXH_PRIME32_2
1207 acc += input * XXH_PRIME32_2; in XXH32_round()
1265 h32 *= XXH_PRIME32_2; in XXH32_avalanche()
1368 xxh_u32 v1 = seed + XXH_PRIME32_1 + XXH_PRIME32_2; in XXH32_endian_align()
1369 xxh_u32 v2 = seed + XXH_PRIME32_2; in XXH32_endian_align()
1435 state.v1 = seed + XXH_PRIME32_1 + XXH_PRIME32_2; in XXH32_reset()
1436 state.v2 = seed + XXH_PRIME32_2; in XXH32_reset()
3750 XXH_PRIME64_4, XXH_PRIME32_2, XXH_PRIME64_5, XXH_PRIME32_1 }
3987 statePtr->acc[5] = XXH_PRIME32_2; in XXH3_64bits_reset_internal()
[all …]

Completed in 22 milliseconds