Home
last modified time | relevance | path

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

/PHP-8.0/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.0/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.0/ext/ffi/tests/
H A D022.phpt15 function test_align($align, $type) {
16 if (FFI::alignof(FFI::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;}");
H A D002.phpt87 /* align specifier */
/PHP-8.0/ext/hash/sha3/generic64lc/
H A Dalign.h27 #define ALIGN(x) __declspec(align(x))
/PHP-8.0/ext/hash/sha3/generic32lc/
H A Dalign.h27 #define ALIGN(x) __declspec(align(x))
/PHP-8.0/ext/standard/tests/general_functions/
H A D001.phpt15 echo("sprintf padding and align test: ");
58 sprintf padding and align test: passed
/PHP-8.0/ext/ffi/
H A Dffi.c2979 || old->align != type->align in zend_ffi_same_types()
5557 enum_type->align = sym_type->align;
5583 type->align = dcl->align > 1 ? dcl->align : 1;
5645 struct_type->align = MAX(struct_type->align, MAX(field_type->align, field_dcl->align));
5690 struct_type->align = MAX(struct_type->align, MAX(field_type->align, field_dcl->align));
5848 if (dcl->align > struct_type->align) {
5849 struct_type->align = dcl->align;
5928 type->align = element_type->align;
6178 if (dcl->align && dcl->align > ZEND_FFI_TYPE(dcl->type)->align) {
6186 type->align = dcl->align;
[all …]
H A Dphp_ffi.h166 uint32_t align; member
/PHP-8.0/ext/opcache/jit/
H A Dzend_elf.h61 uintptr_t align; member
H A Dzend_jit_gdb.c234 sect->align = (al) in zend_gdbjit_secthdr()
H A Dzend_jit_x86.dasc3040 |.align 16
14730 |.align aword
14898 |.align aword
/PHP-8.0/ext/opcache/jit/dynasm/
H A Ddasm_mips.lua903 local align = tonumber(params[1])
904 if align then
905 local x = align
910 waction("ALIGN", align-1, nil, 1) -- Action byte is 2**n-1.
H A Ddasm_arm.lua1008 local align = tonumber(params[1])
1009 if align then
1010 local x = align
1015 waction("ALIGN", align-1, nil, 1) -- Action byte is 2**n-1.
H A Ddasm_arm64.lua1061 local align = tonumber(params[1])
1062 if align then
1063 local x = align
1068 waction("ALIGN", align-1, nil, 1) -- Action byte is 2**n-1.
H A Ddasm_ppc.lua1814 local align = tonumber(params[1])
1815 if align then
1816 local x = align
1821 waction("ALIGN", align-1, nil, 1) -- Action byte is 2**n-1.
H A Ddasm_x86.lua2187 local align = tonumber(params[1]) or map_opsizenum[map_opsize[params[1]]]
2188 if align then
2189 local x = align
2195 wputxb(align-1) -- Action byte is 2**n-1.
/PHP-8.0/main/
H A Dalloca.c134 char align[ALIGN_SIZE]; /* To force sizeof(header). */ member
/PHP-8.0/
H A DREADME.md1 <div align="center">
H A DCONTRIBUTING.md370 to align your lines vertically, if they wrap. It looks bad otherwise.
H A Dconfigure.ac508 int align = __alignof__(int);
/PHP-8.0/Zend/
H A Dzend_portability.h632 # define ZEND_SET_ALIGNED(alignment, decl) __declspec(align(alignment)) decl

Completed in 116 milliseconds