Home
last modified time | relevance | path

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

/PHP-8.1/ext/hash/murmur/
H A DPMurHash128.c138 h4 = ROTL32(h4,13); h4 += h1; h4 = h4*5+0x32ac3b17;\
178 uint32_t h4 = ph[3]; in PMurHash128x86_Result() local
220 h3 ^= total_length; h4 ^= total_length; in PMurHash128x86_Result()
222 h1 += h2; h1 += h3; h1 += h4; in PMurHash128x86_Result()
223 h2 += h1; h3 += h1; h4 += h1; in PMurHash128x86_Result()
228 h4 = fmix32(h4); in PMurHash128x86_Result()
230 h1 += h2; h1 += h3; h1 += h4; in PMurHash128x86_Result()
231 h2 += h1; h3 += h1; h4 += h1; in PMurHash128x86_Result()
236 out[3] = h4; in PMurHash128x86_Result()
248 uint32_t h4 = ph[3]; in PMurHash128x86_Process() local
[all …]
/PHP-8.1/ext/hash/tests/
H A Dfnv1a32.phpt239 array( ')R!b\\a?)"qai.[ix]OuxCp^rZ4ja3XP=+R h4?r72T"@1k9', '01b11a54' ),

Completed in 8 milliseconds