Home
last modified time | relevance | path

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

/PHP-8.3/ext/hash/murmur/
H A DPMurHash128.c134 h3 = ROTL32(h3,15); h3 += h4; h3 = h3*5+0x96cd1c35;\
177 uint32_t h3 = ph[2]; 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()
227 h3 = fmix32(h3); in PMurHash128x86_Result()
230 h1 += h2; h1 += h3; h1 += h4; in PMurHash128x86_Result()
231 h2 += h1; h3 += h1; h4 += h1; in PMurHash128x86_Result()
235 out[2] = h3; in PMurHash128x86_Result()
247 uint32_t h3 = ph[2]; in PMurHash128x86_Process() local
[all …]
/PHP-8.3/ext/hash/tests/
H A Dbug52240.phpt9 $h3 = hash_copy($h2);
11 var_dump(hash_final($h3));
/PHP-8.3/ext/sodium/tests/
H A Dcrypto_shorthash.phpt15 $h3 = sodium_crypto_shorthash($m2, $k2);
16 echo bin2hex($h3) . "\n";
/PHP-8.3/ext/standard/tests/array/
H A Darray_intersect_assoc_variation3.phpt52 …array("h1" => $blank_line, "h2" => $multiline_string, "h3" => $diff_whitespaces, $numeric_string),…
77 'h3' => $diff_whitespaces, $numeric_string,
145 ["h3"]=>
153 ["h3"]=>
H A Darray_intersect_assoc_variation4.phpt47 $numeric_string, "h3" => $diff_whitespaces, "true" => true,
61 …array($blank_line, "h2" => $multiline_string, "h3" => $diff_whitespaces, $numeric_string), // arr…
152 ["h3"]=>
160 ["h3"]=>
H A Darray_unique_variation2.phpt51 …array("h1" => $blank_line, "h2" => $multiline_string, "h3" => $diff_whitespaces, $blank_line), //…
142 ["h3"]=>
H A Darray_pad_variation6.phpt53 …array("h1" => $blank_line, "h2" => $multiline_string, "h3" => $diff_whitespaces, $numeric_string),…
305 ["h3"]=>
335 ["h3"]=>
H A Darray_merge_recursive_variation3.phpt52 …array("h1" => $blank_line, "h2" => $multiline_string, "h3" => $diff_whitespaces), // with heredocs
322 ["h3"]=>
339 ["h3"]=>
H A Darray_combine_variation3.phpt50 …array("h1" => $blank_line, "h2" => $multiline_string, "h3" => $diff_whitespaces, $numeric_string),…
/PHP-8.3/ext/phar/tests/files/
H A Dpear2coverage.phar259 $output->writeElement('h3', 'Coverage: ' . $source->coveragePercentage() . '%');
336 $output->writeElement('h3', 'Total lines: ' . $total . ', covered lines: ' . $covered);

Completed in 36 milliseconds