Home
last modified time | relevance | path

Searched refs:hi (Results 251 – 268 of 268) sorted by relevance

1...<<11

/PHP-8.2/ext/phar/tests/
H A Dmkdir.phpt15 $a['a'] = 'hi';
H A Dphar_stub.phpt67 $phar['testing'] = 'hi';
H A Dbadparameters.phpt12 Phar::mungServer('hi');
27 Phar::canCompress('hi');
H A Dstat.phpt68 $a['dir/file1.txt'] = 'hi';
/PHP-8.2/ext/phar/tests/zip/
H A Dphar_setsignaturealgo2.phpt21 $p['file1.txt'] = 'hi';
/PHP-8.2/ext/mbstring/libmbfl/
H A DREADME.md72 Tateyama <tateyan@amy.hi-ho.ne.jp>
/PHP-8.2/win32/
H A Dcodepage.c217 const __m128i hi = _mm_unpackhi_epi8(block, mask); in php_win32_cp_conv_ascii_to_w()
218 _mm_storeu_si128((__m128i *)ret_idx, hi); in php_win32_cp_conv_ascii_to_w()
/PHP-8.2/ext/fileinfo/libmagic/
H A Dencoding.c351 uint8_t hi; // highest value for second byte. member
418 (buf[i] < ar->lo || buf[i] > ar->hi)) in file_looks_utf8()
/PHP-8.2/ext/opcache/jit/dynasm/
H A Ddasm_arm64.h187 static int dasm_imm13(int lo, int hi) in dasm_imm13() argument
190 unsigned long long n = (((unsigned long long)hi) << 32) | (unsigned int)lo; in dasm_imm13()
H A Ddasm_ppc.lua1738 local hi = band(op, shl(mm, 5))
1739 op = op - lo - hi + shl(lo, 5) + shr(hi, 5)
H A Ddasm_arm.lua236 hi = 8, ls = 9, ge = 10, lt = 11, gt = 12, le = 13, al = 14,
H A Ddasm_arm64.lua243 hi = 8, ls = 9, ge = 10, lt = 11, gt = 12, le = 13, al = 14,
/PHP-8.2/ext/mbstring/libmbfl/filters/
H A Dmbfilter_gb18030.c84 unsigned short lo = tbl[2 * probe], hi = tbl[(2 * probe) + 1]; in mbfl_bisec_srch() local
87 } else if (w > hi) { in mbfl_bisec_srch()
/PHP-8.2/ext/mbstring/
H A Dmbstring.c2291 int lo = 0, hi = sizeof(mbfl_eaw_table) / sizeof(mbfl_eaw_table[0]); in character_width() local
2292 while (lo < hi) { in character_width()
2293 int probe = (lo + hi) / 2; in character_width()
2295 hi = probe; in character_width()
/PHP-8.2/ext/hash/xxhash/
H A Dxxhash.h4288 xxh_u64 hi = XXH_readLE64(kSecretPtr + 16*i + 8) - seed64; in XXH3_initCustomSecret_scalar() local
4290 XXH_writeLE64((xxh_u8*)customSecret + 16*i + 8, hi); in XXH3_initCustomSecret_scalar()
/PHP-8.2/ext/intl/tests/
H A Dgrapheme.phpt590 array( "http://news.bbc.co.uk/2/hi/middle_east/7831588.stm", 48, 48 , 50 , "tm" ),
H A Dgrapheme2.phpt578 array( "http://news.bbc.co.uk/2/hi/middle_east/7831588.stm", 48, 48 , 50 , "tm" ),
/PHP-8.2/ext/opcache/jit/
H A Dzend_jit_arm64.dasc6984 | cset REG0w, hi

Completed in 96 milliseconds

1...<<11