Home
last modified time | relevance | path

Searched refs:lower (Results 1 – 25 of 52) sorted by path

123

/php-src/Zend/asm/
H A Dmake_arm64_aapcs_elf_gas.S60 # shift address in x0 (allocated stack) to lower 16 byte boundary
H A Dmake_arm64_aapcs_macho_gas.S59 ; shift address in x0 (allocated stack) to lower 16 byte boundary
H A Dmake_arm64_aapcs_pe_armasm.asm68 ; shift address in x0 (allocated stack) to lower 16 byte boundary
H A Dmake_arm_aapcs_elf_gas.S48 @ shift address in A1 to lower 16 byte boundary
H A Dmake_arm_aapcs_macho_gas.S45 @ shift address in A1 to lower 16 byte boundary
H A Dmake_i386_ms_pe_masm.asm37 ; shift address in EAX to lower 16 byte boundary
H A Dmake_loongarch64_sysv_elf_gas.S47 # shift address in A0 to lower 16 byte boundary
H A Dmake_mips32_o32_elf_gas.S53 # shift address in A0 to lower 16 byte boundary
H A Dmake_mips64_n64_elf_gas.S60 # shift address in A0 to lower 16 byte boundary
H A Dmake_ppc32_sysv_elf_gas.S63 # shift address in R3 to lower 16 byte boundary
H A Dmake_ppc32_sysv_macho_gas.S84 ; shift address in R3 to lower 16 byte boundary
H A Dmake_ppc32_sysv_xcoff_gas.S72 # shift address in R3 to lower 16 byte boundary
H A Dmake_ppc64_sysv_elf_gas.S103 # shift address in R3 to lower 16 byte boundary
H A Dmake_ppc64_sysv_xcoff_gas.S84 # shift address in R3 to lower 16 byte boundary
H A Dmake_riscv64_sysv_elf_gas.S66 # shift address in a0 (allocated stack) to lower 16 byte boundary
H A Dmake_sparc64_sysv_elf_gas.S25 # shift address in %i0 (allocated stack) to lower 16 byte boundary
/php-src/build/
H A Dlibtool.m43002 # We only want to do this on AIX 4.2 and lower, the check
5693 # We only want to do this on AIX 4.2 and lower, the check
/php-src/ext/ctype/tests/
H A Dctype_lower_variation2.phpt26 character code 97 is a lower case character
27 character code 98 is a lower case character
28 character code 99 is a lower case character
29 character code 100 is a lower case character
30 character code 101 is a lower case character
31 character code 102 is a lower case character
32 character code 103 is a lower case character
33 character code 104 is a lower case character
34 character code 105 is a lower case character
35 character code 106 is a lower case character
[all …]
/php-src/ext/dom/
H A Ddocument.c480 char *lower = zend_str_tolower_dup_ex(ZSTR_VAL(name), ZSTR_LEN(name)); in PHP_METHOD() local
481 …e(docp, php_dom_libxml_ns_mapper_ensure_html_ns(ns_mapper), BAD_CAST (lower ? lower : ZSTR_VAL(nam… in PHP_METHOD()
482 efree(lower); in PHP_METHOD()
696 char *lower = zend_str_tolower_dup_ex(ZSTR_VAL(name), ZSTR_LEN(name)); in PHP_METHOD() local
697 node = xmlNewDocProp(docp, BAD_CAST (lower ? lower : ZSTR_VAL(name)), NULL); in PHP_METHOD()
698 efree(lower); in PHP_METHOD()
/php-src/ext/dom/lexbor/lexbor/encoding/
H A Dbase.h76 lxb_char_t lower; member
H A Ddecode.c18 ctx->u.utf_8.lower = 0x00; \
39 ctx->u.utf_8.lower = f_lower; \
43 ctx->u.utf_8.lower = 0x80; \
153 #define LXB_ENCODING_DECODE_UTF_8_BOUNDARY_SINGLE(lower, upper) \ argument
1358 if (ctx->u.utf_8.lower != 0x00) { in lxb_encoding_decode_utf_8()
1359 LXB_ENCODING_DECODE_UTF_8_BOUNDARY(ctx->u.utf_8.lower, in lxb_encoding_decode_utf_8()
1361 ctx->u.utf_8.lower = 0x00; in lxb_encoding_decode_utf_8()
2791 if (ctx->u.utf_8.lower != 0x00) { in lxb_encoding_decode_utf_8_single()
2792 LXB_ENCODING_DECODE_UTF_8_BOUNDARY_SINGLE(ctx->u.utf_8.lower, in lxb_encoding_decode_utf_8_single()
2794 ctx->u.utf_8.lower = 0x00; in lxb_encoding_decode_utf_8_single()
[all …]
/php-src/ext/fileinfo/tests/
H A Dmagic138 # I assume there are other, lower versions, but these are the only ones I
15366 # skip cl8m8ocofedso.testfile by looking for face size lower/equal 72
19611 >2 uleshort >0 \b, lower left corner: %d
19612 >4 uleshort >0 \b, lower right corner: %d
22124 #>>0x30 ubyte x \b, lower flags %#x
22653 # assume that ACPI tables size are lower than 16 MiB
33843 # lower case for Corel Draw version 8 Bidi
39641 # only found values lower 0x0000ffff ??
39643 # only found positive values lower 0x00ffFFff for InfVersionDataOffset
39655 # only found values lower 0x00ffFFff
[all …]
H A Dmagic私はガラスを食べられます138 # I assume there are other, lower versions, but these are the only ones I
15366 # skip cl8m8ocofedso.testfile by looking for face size lower/equal 72
19611 >2 uleshort >0 \b, lower left corner: %d
19612 >4 uleshort >0 \b, lower right corner: %d
22124 #>>0x30 ubyte x \b, lower flags %#x
22653 # assume that ACPI tables size are lower than 16 MiB
33843 # lower case for Corel Draw version 8 Bidi
39641 # only found values lower 0x0000ffff ??
39643 # only found positive values lower 0x00ffFFff for InfVersionDataOffset
39655 # only found values lower 0x00ffFFff
[all …]
/php-src/ext/hash/
H A Dhash.c107 zend_string *lower = zend_string_tolower(algo); in php_hash_fetch_ops() local
108 php_hash_ops *ops = zend_hash_find_ptr(&php_hash_hashtable, lower); in php_hash_fetch_ops()
109 zend_string_release(lower); in php_hash_fetch_ops()
118 char *lower = zend_str_tolower_dup(algo, algo_len); in php_hash_register_algo() local
119 …zend_hash_add_ptr(&php_hash_hashtable, zend_string_init_interned(lower, algo_len, 1), (void *) ops… in php_hash_register_algo()
120 efree(lower); in php_hash_register_algo()
/php-src/ext/hash/xxhash/
H A Dxxhash.h3383 xxh_u64 const lower = (cross << 32) | (lo_lo & 0xFFFFFFFF); in XXH_mult64to128()
3386 r128.low64 = lower; in XXH_mult64to128()

Completed in 251 milliseconds

123