Home
last modified time | relevance | path

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

/PHP-8.3/ext/hash/murmur/
H A DPMurHash128.c85 FORCE_INLINE uint32_t fmix32 ( uint32_t h ) in fmix32() function
225 h1 = fmix32(h1); in PMurHash128x86_Result()
226 h2 = fmix32(h2); in PMurHash128x86_Result()
227 h3 = fmix32(h3); in PMurHash128x86_Result()
228 h4 = fmix32(h4); in PMurHash128x86_Result()

Completed in 6 milliseconds