Home
last modified time | relevance | path

Searched refs:h1 (Results 1 – 25 of 50) sorted by relevance

12

/php-src/ext/hash/murmur/
H A DPMurHash128.c126 h1 = ROTL32(h1,19); h1 += h2; h1 = h1*5+0x561ccd1b;\
222 h1 += h2; h1 += h3; h1 += h4; in PMurHash128x86_Result()
223 h2 += h1; h3 += h1; h4 += h1; in PMurHash128x86_Result()
225 h1 = fmix32(h1); in PMurHash128x86_Result()
230 h1 += h2; h1 += h3; h1 += h4; in PMurHash128x86_Result()
231 h2 += h1; h3 += h1; h4 += h1; in PMurHash128x86_Result()
450 h1 = ROTL64(h1,27); h1 += h2; h1 = h1*5+0x52dce729;\
509 h1 += h2; in PMurHash128x64_Result()
510 h2 += h1; in PMurHash128x64_Result()
512 h1 = fmix64(h1); in PMurHash128x64_Result()
[all …]
H A DPMurHash.c99 h1 ^= k1;\
100 h1 = ROTL32(h1,13);\
101 h1 = h1*5+0xe6546b64;\
113 doblock(h1, c);\
125 uint32_t h1 = *ph1; in PMurHash32_Process() local
147 doblock(h1, k1); in PMurHash32_Process()
165 doblock(h1, k1); in PMurHash32_Process()
173 doblock(h1, k1); in PMurHash32_Process()
181 doblock(h1, k1); in PMurHash32_Process()
189 doblock(h1, k1); in PMurHash32_Process()
[all …]
/php-src/ext/standard/tests/general_functions/
H A Dphpcredits2.phpt21 <h1>PHP Credits</h1>
24 <h1>PHP Credits</h1>
/php-src/ext/hash/tests/
H A Dmurmurhash3.phpt23 $h1 = hash("murmur3a", "hello there");
24 echo $h0, " ", $h1, "\n";
30 $h1 = hash("murmur3c", "hello there");
31 echo $h0, " ", $h1, "\n";
37 $h1 = hash("murmur3f", "hello there");
38 echo $h0, " ", $h1, "\n";
H A Dxxhash_secret.phpt43 …$h1 = hash($a, "Lorem ipsum dolor sit amet, consectetur adipiscing elit.", options: ["secret" => $…
44 echo $h0 , " == ", $h1, " == ", (($h0 == $h1) ? "true" : "false"), "\n";
/php-src/ext/gd/tests/
H A Dbug53580.phpt16 $h1 = 150;
22 $im1 = imagecreatetruecolor($w1, $h1);
23 imagecopyresampled($im1, $im0, 0, 0, 0, 0, $w1, $h1, $w0, $h0);
26 for ($j = 0; $j < $h1; $j++) {
/php-src/ext/xsl/tests/
H A Dbug53965.phpt24 <h1>Fight for your mind</h1><h2>by Ben Harper - 1995</h2><hr>
25 <h1>Electric Ladyland</h1><h2>by Jimi Hendrix - 1997</h2><hr>
/php-src/ext/zlib/tests/
H A Dgzopen_variation7.phpt9 $h1 = gzopen($f, 'r');
12 var_dump(gzread($h1, 30));
14 var_dump(gzread($h1, 15));
15 gzclose($h1);
/php-src/ext/dom/tests/modern/spec/
H A DHTMLDocument_importNode_01.phpt12 <h1>hello world.</h1>
40 <h1>hello world.</h1>
/php-src/sapi/cli/tests/
H A Dphp_cli_server_013.phpt135 </head><body><h1>Not Found</h1><p>The requested resource <code class="url">/</code> was not found o…
145 </head><body><h1>Not Found</h1><p>The requested resource <code class="url">/main/style.css</code> w…
165 </head><body><h1>Method Not Allowed</h1><p>Requested method not allowed.</p></body></html>
176 </head><body><h1>Method Not Allowed</h1><p>Requested method not allowed.</p></body></html>
187 </head><body><h1>Method Not Allowed</h1><p>Requested method not allowed.</p></body></html>
/php-src/ext/xsl/tests/53965/
H A Dinclude.xsl3 <h1><xsl:value-of select="title"/></h1>
/php-src/ext/phar/tests/
H A Dfrontcontroller6.phpt19 <h1>404 - File Not Found</h1>
H A Dfrontcontroller8.phpt19 <h1>404 - File Not Found</h1>
H A Dfrontcontroller10.phpt22 <h1>403 - File Access Denied</h1>
/php-src/ext/phar/tests/zip/
H A Dfrontcontroller8.phar.phpt19 <h1>404 - File Not Found</h1>
H A Dfrontcontroller6.phar.phpt22 <h1>404 - File Not Found</h1>
H A Dfrontcontroller10.phar.phpt22 <h1>403 - File Access Denied</h1>
/php-src/ext/phar/tests/tar/
H A Dfrontcontroller8.phar.phpt19 <h1>404 - File Not Found</h1>
H A Dfrontcontroller6.phar.phpt19 <h1>404 - File Not Found</h1>
H A Dfrontcontroller10.phar.phpt22 <h1>403 - File Access Denied</h1>
/php-src/ext/phar/tests/cache_list/
H A Dfrontcontroller8.phpt21 <h1>404 - File Not Found</h1>
H A Dfrontcontroller6.phpt21 <h1>404 - File Not Found</h1>
H A Dfrontcontroller10.phpt23 <h1>403 - File Access Denied</h1>
/php-src/ext/sodium/tests/
H A Dcrypto_shorthash.phpt9 $h1 = sodium_crypto_shorthash($m1, $k1);
10 echo bin2hex($h1) . "\n";
/php-src/ext/standard/tests/hrtime/
H A Dhrtime.phpt11 $h1 = hrtime(true);
15 $d1 = $h1 - $h0;

Completed in 70 milliseconds

12