Home
last modified time | relevance | path

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

/PHP-8.1/ext/hash/murmur/
H A DPMurHash128.h37 void PMurHash128x86_Result(const uint32_t ph[4], const uint32_t pcarry[4], uint32_t total_length, u…
H A DPMurHash128.c173 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.1/ext/hash/
H A Dhash_murmur.c127 PMurHash128x86_Result(ctx->h, ctx->carry, ctx->len, h); in PHP_MURMUR3CFinal()

Completed in 10 milliseconds