Searched refs:PMurHash128x86_Result (Results 1 – 3 of 3) sorted by relevance
/PHP-8.3/ext/hash/murmur/ |
H A D | PMurHash128.h | 37 void PMurHash128x86_Result(const uint32_t ph[4], const uint32_t pcarry[4], uint32_t total_length, u…
|
H A D | PMurHash128.c | 173 void PMurHash128x86_Result(const uint32_t ph[4], const uint32_t pcarry[4], uint32_t total_length, u… in PMurHash128x86_Result() function 432 PMurHash128x86_Result(h, carry, (uint32_t) len, (uint32_t *) out); in PMurHash128x86()
|
/PHP-8.3/ext/hash/ |
H A D | hash_murmur.c | 127 PMurHash128x86_Result(ctx->h, ctx->carry, ctx->len, h); in PHP_MURMUR3CFinal()
|
Completed in 7 milliseconds