Home
last modified time | relevance | path

Searched defs:hi (Results 1 – 8 of 8) sorted by relevance

/PHP-8.1/ext/standard/
H A Dmd5.h38 uint32_t lo, hi; member
H A Dbase64.c798 __m256i hi_nibbles, lo_nibbles, hi, lo; in php_base64_decode_ex() local
/PHP-8.1/ext/mbstring/libmbfl/filters/
H A Dmbfilter_gb18030.c80 unsigned short lo = tbl[2 * probe], hi = tbl[(2 * probe) + 1]; in mbfl_bisec_srch() local
/PHP-8.1/ext/fileinfo/libmagic/
H A Dencoding.c351 uint8_t hi; // highest value for second byte. member
/PHP-8.1/Zend/
H A Dzend_types.h35 # define ZEND_ENDIAN_LOHI(lo, hi) hi; lo; argument
36 # define ZEND_ENDIAN_LOHI_3(lo, mi, hi) hi; mi; lo; argument
38 # define ZEND_ENDIAN_LOHI_C(lo, hi) hi, lo argument
39 # define ZEND_ENDIAN_LOHI_C_3(lo, mi, hi) hi, mi, lo, argument
42 # define ZEND_ENDIAN_LOHI(lo, hi) lo; hi; argument
43 # define ZEND_ENDIAN_LOHI_3(lo, mi, hi) lo; mi; hi; argument
45 # define ZEND_ENDIAN_LOHI_C(lo, hi) lo, hi argument
46 # define ZEND_ENDIAN_LOHI_C_3(lo, mi, hi) lo, mi, hi, argument
/PHP-8.1/win32/
H A Dcodepage.c184 const __m128i hi = _mm_unpackhi_epi8(block, mask); in php_win32_cp_conv_ascii_to_w() local
/PHP-8.1/ext/opcache/jit/dynasm/
H A Ddasm_arm64.h187 static int dasm_imm13(int lo, int hi) in dasm_imm13()
/PHP-8.1/ext/hash/xxhash/
H A Dxxhash.h3595 xxh_u64 hi = XXH_readLE64(kSecretPtr + 16*i + 8) - seed64; in XXH3_initCustomSecret_scalar() local

Completed in 49 milliseconds