Searched defs:lo (Results 1 – 9 of 9) sorted by relevance
/PHP-8.2/ext/standard/ |
H A D | md5.h | 38 uint32_t lo, hi; member
|
H A D | base64.c | 798 __m256i hi_nibbles, lo_nibbles, hi, lo; in php_base64_decode_ex() local
|
/PHP-8.2/ext/random/ |
H A D | php_random.h | 96 uint64_t lo; member 109 static inline php_random_uint128_t php_random_uint128_constant(uint64_t hi, uint64_t lo) in php_random_uint128_constant() 167 static inline php_random_uint128_t php_random_uint128_constant(uint64_t hi, uint64_t lo) in php_random_uint128_constant()
|
/PHP-8.2/ext/mbstring/libmbfl/filters/ |
H A D | mbfilter_gb18030.c | 84 unsigned short lo = tbl[2 * probe], hi = tbl[(2 * probe) + 1]; in mbfl_bisec_srch() local
|
/PHP-8.2/ext/fileinfo/libmagic/ |
H A D | encoding.c | 350 uint8_t lo; // lowest value for second byte. member
|
/PHP-8.2/Zend/ |
H A D | zend_types.h | 35 # 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.2/ext/opcache/jit/dynasm/ |
H A D | dasm_arm64.h | 187 static int dasm_imm13(int lo, int hi) in dasm_imm13()
|
/PHP-8.2/ext/mbstring/ |
H A D | mbstring.c | 2301 int lo = 0, hi = sizeof(mbfl_eaw_table) / sizeof(mbfl_eaw_table[0]); in character_width() local
|
/PHP-8.2/ext/hash/xxhash/ |
H A D | xxhash.h | 4287 xxh_u64 lo = XXH_readLE64(kSecretPtr + 16*i) + seed64; in XXH3_initCustomSecret_scalar() local
|
Completed in 68 milliseconds