Home
last modified time | relevance | path

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

/php-src/ext/hash/murmur/
H A DPMurHash128.h32 void PMurHash128x64_Result(const uint64_t ph[2], const uint64_t pcarry[2], uint32_t total_length, u…
37 void PMurHash128x86_Result(const uint32_t ph[4], const uint32_t pcarry[4], uint32_t total_length, u…
H A DPMurHash.h31 uint32_t PMurHash32_Result(uint32_t h1, uint32_t carry, uint32_t total_length);
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() argument
219 h1 ^= total_length; h2 ^= total_length; in PMurHash128x86_Result()
220 h3 ^= total_length; h4 ^= total_length; in PMurHash128x86_Result()
484 const uint32_t total_length, uint64_t out[2]) in PMurHash128x64_Result() argument
507 h1 ^= total_length; h2 ^= total_length; in PMurHash128x64_Result()
H A DPMurHash.c208 uint32_t PMurHash32_Result(uint32_t h, uint32_t carry, uint32_t total_length) in PMurHash32_Result() argument
216 h ^= total_length; in PMurHash32_Result()
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c14096 sljit_uw total_length; in jit_compile() local
14274 total_length = ccend - common->start; in jit_compile()
14275 common->private_data_ptrs = (sljit_s32*)SLJIT_MALLOC(total_length * (sizeof(sljit_s32) + (common->h… in jit_compile()
14281 memset(common->private_data_ptrs, 0, total_length * sizeof(sljit_s32)); in jit_compile()
14301 common->then_offsets = (sljit_u8 *)(common->private_data_ptrs + total_length); in jit_compile()
14302 memset(common->then_offsets, 0, total_length); in jit_compile()

Completed in 45 milliseconds