Home
last modified time | relevance | path

Searched refs:ph (Results 1 – 11 of 11) sorted by relevance

/PHP-8.2/ext/hash/murmur/
H A DPMurHash128.h31 void PMurHash128x64_Process(uint64_t ph[2], uint64_t pcarry[2], const void *key, int len);
32 void PMurHash128x64_Result(const uint64_t ph[2], const uint64_t pcarry[2], uint32_t total_length, u…
36 void PMurHash128x86_Process(uint32_t ph[4], uint32_t pcarry[4], const void *key, int len);
37 void PMurHash128x86_Result(const uint32_t ph[4], const uint32_t pcarry[4], uint32_t total_length, u…
H A DPMurHash128.c175 uint32_t h1 = ph[0]; in PMurHash128x86_Result()
176 uint32_t h2 = ph[1]; in PMurHash128x86_Result()
177 uint32_t h3 = ph[2]; in PMurHash128x86_Result()
178 uint32_t h4 = ph[3]; in PMurHash128x86_Result()
245 uint32_t h1 = ph[0]; in PMurHash128x86_Process()
412 ph[0] = h1; in PMurHash128x86_Process()
413 ph[1] = h2; in PMurHash128x86_Process()
414 ph[2] = h3; in PMurHash128x86_Process()
415 ph[3] = h4; in PMurHash128x86_Process()
623 ph[0] = h1; in PMurHash128x64_Process()
[all …]
/PHP-8.2/ext/com_dotnet/tests/
H A Dbug79332.phpt7 $ph = new COMPersistHelper(null);
9 $ph->LoadFromStream(fopen(__FILE__, 'r'));
H A Dbug66322.phpt18 $ph = new COMPersistHelper($doc);
20 $ph->SaveToFile($filename);
/PHP-8.2/ext/filter/tests/
H A D024.phpt8 var_dump(filter_var("\"<br>blah</ph>", FILTER_SANITIZE_ENCODED));
/PHP-8.2/ext/hash/
H A Dhash_snefru.c32 void ph(uint32_t h[16]) in ph() function
115 ph(input); in Snefru()
/PHP-8.2/main/streams/
H A Dplain_wrapper.c399 HANDLE ph = (HANDLE)_get_osfhandle(data->fd); in php_stdiop_read() local
407 if (!PeekNamedPipe(ph, NULL, 0, NULL, &avail_read, NULL)) { in php_stdiop_read()
/PHP-8.2/ext/curl/
H A Dinterface.c2074 HashTable *ph; in _php_curl_setopt() local
2121 ph = Z_ARRVAL_P(zvalue); in _php_curl_setopt()
2122 ZEND_HASH_FOREACH_VAL(ph, current) { in _php_curl_setopt()
/PHP-8.2/ext/hash/tests/
H A Dfnv1a64.phpt274 array( 'O4B0JW@XP$hUC1IRR4"d\\BOw/~pH(KMX`ph,H)ex-OOQ`x%4.\'xkJI', '2e7bda1a61ef9b56' ),
/PHP-8.2/ext/fileinfo/tests/
H A Dmagic26345 # Marcus Groeber (marcusg@ph-cip.uni-koeln.de)
H A Dmagic私はガラスを食べられます26345 # Marcus Groeber (marcusg@ph-cip.uni-koeln.de)

Completed in 181 milliseconds