Home
last modified time | relevance | path

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

/php-src/ext/hash/xxhash/
H A Dxxhash.h1923 #define XXH_PRIME32_5 0x165667B1U /*!< 0b00010110010101100110011110110001 */ macro
1930 # define PRIME32_5 XXH_PRIME32_5
2028 h32 += (*ptr++) * XXH_PRIME32_5; \ in XXH32_finalize()
2138 h32 = seed + XXH_PRIME32_5; in XXH32_endian_align()
2269 h32 = state->v[2] /* == seed */ + XXH_PRIME32_5; in XXH32_digest()

Completed in 16 milliseconds