Home
last modified time | relevance | path

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

/PHP-8.1/ext/hash/xxhash/
H A Dxxhash.h1195 static const xxh_u32 XXH_PRIME32_5 = 0x165667B1U; /* 0b00010110010101100110011110110001 */ variable
1202 # define PRIME32_5 XXH_PRIME32_5
1278 h32 += (*ptr++) * XXH_PRIME32_5; \ in XXH32_finalize()
1383 h32 = seed + XXH_PRIME32_5; in XXH32_endian_align()
1519 h32 = state->v3 /* == seed */ + XXH_PRIME32_5; in XXH32_digest()

Completed in 18 milliseconds