Home
last modified time | relevance | path

Searched refs:align (Results 1 – 25 of 60) sorted by relevance

123

/PHP-8.3/ext/standard/tests/strings/
H A Dstrnatcmp_leftalign.phpt2 Test strnatcmp() function : left align, whitespace, digits
7 echo "-- Testing strnatcmp() function whitespace, left-align, digit --\n";
19 -- Testing strnatcmp() function whitespace, left-align, digit --
/PHP-8.3/ext/pcre/tests/
H A D006.phpt9 $text = '[CODE]<td align="$stylevar[right]">[/CODE]';
21 string(58) "[CODE]<td align="$stylevar[right]">[/CODE]"
23 string(58) "[CODE]<td align="$stylevar[right]">[/CODE]"
/PHP-8.3/ext/ffi/tests/
H A D022.phpt15 function test_align($align, $type) {
16 if (FFI::alignof(FFI::cdef()->new($type)) !== $align) {
17 echo "FAIL: alignof($type) != $align\n";
68 test_size(16, "struct __declspec(align(16)) {char a; uint32_t b;}");
69 test_align(16, "struct __declspec(align(16)) {char a; uint32_t b;}");
/PHP-8.3/ext/pcre/pcre2lib/sljit/
H A DsljitUtils.c151 sljit_sw align; in get_page_alignment() local
155 align = sysconf(_SC_PAGESIZE); in get_page_alignment()
157 align = getpagesize(); in get_page_alignment()
160 if (align < 0) in get_page_alignment()
161 align = 4096; in get_page_alignment()
162 sljit_page_align = (sljit_uw)align - 1; in get_page_alignment()
/PHP-8.3/Zend/asm/
H A Dmake_ppc64_sysv_elf_gas.S73 .align 2
80 .align 3
86 .align 2
95 .align 2
H A Djump_ppc64_sysv_elf_gas.S73 .align 2
80 .align 3
86 .align 2
95 .align 2
H A Dmake_x86_64_sysv_macho_gas.S29 .align 8
H A Dmake_s390x_sysv_elf_gas.S47 .align 8
H A Dmake_ppc32_sysv_macho_gas.S78 .align 2
H A Djump_i386_sysv_macho_gas.S29 .align 2
H A Dmake_i386_sysv_macho_gas.S29 .align 2
H A Djump_x86_64_sysv_macho_gas.S29 .align 8
H A Djump_ppc32_sysv_elf_gas.S56 .align 2
H A Dmake_arm64_aapcs_elf_gas.S56 .align 2
H A Dmake_arm_aapcs_macho_gas.S43 .align 2
H A Dmake_riscv64_sysv_elf_gas.S62 .align 1
H A Djump_i386_sysv_elf_gas.S30 .align 2
H A Dmake_arm_aapcs_elf_gas.S44 .align 2
H A Dmake_i386_sysv_elf_gas.S30 .align 2
H A Djump_arm_aapcs_elf_gas.S44 .align 2
/PHP-8.3/ext/hash/sha3/generic32lc/
H A Dalign.h27 #define ALIGN(x) __declspec(align(x))
/PHP-8.3/ext/hash/sha3/generic64lc/
H A Dalign.h27 #define ALIGN(x) __declspec(align(x))
/PHP-8.3/ext/standard/tests/general_functions/
H A D001.phpt15 echo("sprintf padding and align test: ");
58 sprintf padding and align test: passed
/PHP-8.3/ext/ffi/
H A Dffi.c3078 || old->align != type->align in zend_ffi_same_types()
6011 enum_type->align = sym_type->align;
6037 type->align = dcl->align > 1 ? dcl->align : 1;
6099 struct_type->align = MAX(struct_type->align, MAX(field_type->align, field_dcl->align));
6144 struct_type->align = MAX(struct_type->align, MAX(field_type->align, field_dcl->align));
6302 if (dcl->align > struct_type->align) {
6303 struct_type->align = dcl->align;
6382 type->align = element_type->align;
6632 if (dcl->align && dcl->align > ZEND_FFI_TYPE(dcl->type)->align) {
6640 type->align = dcl->align;
[all …]
/PHP-8.3/ext/opcache/jit/
H A Dzend_elf.h61 uintptr_t align; member

Completed in 75 milliseconds

123