Home
last modified time | relevance | path

Searched refs:hi (Results 276 – 285 of 285) sorted by relevance

1...<<1112

/php-src/ext/standard/tests/general_functions/
H A Dparse_ini_basic.phpt318 string(8) "hi there"
/php-src/ext/opcache/jit/ir/dynasm/
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-src/ext/mbstring/
H A Dmbstring.c2464 unsigned int lo = 0, hi = sizeof(mbfl_eaw_table) / sizeof(mbfl_eaw_table[0]); in character_width() local
2465 while (lo < hi) { in character_width()
2466 unsigned int probe = (lo + hi) / 2; in character_width()
2468 hi = probe; in character_width()
5253 #define _mm256_shift_epi8(hi, lo, shift) _mm256_alignr_epi8(lo, _mm256_permute2x128_si256(hi, lo, 3… argument
/php-src/ext/hash/xxhash/
H A Dxxhash.h4319 xxh_u64 hi = XXH_readLE64(kSecretPtr + 16*i + 8) - seed64; in XXH3_initCustomSecret_scalar() local
4321 XXH_writeLE64((xxh_u8*)customSecret + 16*i + 8, hi); in XXH3_initCustomSecret_scalar()
/php-src/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-src/ext/opcache/jit/ir/
H A Dir_aarch64.dasc2801 | cset Rw(def_reg), hi
2892 | cset Rw(def_reg), hi
/php-src/ext/mbstring/libmbfl/filters/
H A Dmbfilter_cjk.c44 unsigned short lo = tbl[2 * probe], hi = tbl[(2 * probe) + 1]; in mbfl_bisec_srch() local
47 } else if (w > hi) { in mbfl_bisec_srch()

Completed in 96 milliseconds

1...<<1112