Home
last modified time | relevance | path

Searched refs:align (Results 51 – 75 of 84) sorted by relevance

1234

/php-src/ext/hash/xxhash/
H A Dxxhash.h1017 # define XXH_ALIGN(n) __declspec(align(n))
1026 # define XXH_ALIGN_MEMBER(align, type) type XXH_ALIGN(align) argument
1028 # define XXH_ALIGN_MEMBER(align, type) XXH_ALIGN(align) type argument
1894 if (align==XXH_unaligned) { in XXH_readLE32_align()
2008 #define XXH_get32bits(p) XXH_readLE32_align(p, align)
2433 if (align==XXH_unaligned) in XXH_readLE64_align()
2560 return XXH64_finalize(h64, input, len, align); in XXH64_endian_align()
4647 XXH_ASSERT(align <= 128 && align >= 8); /* range check */ in XXH_alignedMalloc()
4648 XXH_ASSERT((align & (align-1)) == 0); /* power of 2 */ in XXH_alignedMalloc()
4659 size_t offset = align - ((size_t)base & (align - 1)); /* base % align */ in XXH_alignedMalloc()
[all …]
/php-src/Zend/asm/
H A Djump_arm64_aapcs_elf_gas.S56 .align 2
H A Dmake_ppc32_sysv_xcoff_gas.S60 .align 2
H A Dmake_ppc64_sysv_xcoff_gas.S72 .align 2
H A Dmake_mips32_o32_elf_gas.S44 .align 2
H A Dmake_arm64_aapcs_pe_armasm.asm55 ;* | PC | align | | | *
H A Dmake_sparc64_sysv_elf_gas.S19 .align 4
H A Djump_ppc64_sysv_xcoff_gas.S73 .align 2
H A Djump_riscv64_sysv_elf_gas.S62 .align 1
H A Djump_loongarch64_sysv_elf_gas.S44 .align 2
H A Djump_arm64_aapcs_pe_armasm.asm55 ;* | PC | align | | | *
H A Djump_mips32_o32_elf_gas.S44 .align 2
H A Djump_mips64_n64_elf_gas.S51 .align 3
H A Dmake_ppc32_sysv_elf_gas.S56 .align 2
H A Djump_ppc64_sysv_macho_gas.S70 .align 2
H A Djump_ppc32_sysv_macho_gas.S78 .align 2
/php-src/ext/dom/tests/
H A DDOMDocument_adoptNode.phpt67 $doc3->loadXML('<p align="center">hi</p>');
152 <container align="center"/>
/php-src/ext/dom/tests/modern/spec/
H A DNamedNodeMap_getNamedItem.phpt14 <body align="foo" foo:bar="baz">
/php-src/ext/opcache/jit/ir/dynasm/
H A Ddasm_mips.lua1076 local align = tonumber(params[1])
1077 if align then
1078 local x = align
1083 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.lua1121 local align = tonumber(params[1])
1122 if align then
1123 local x = align
1128 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.
/php-src/ext/ffi/tests/
H A D002.phpt87 /* align specifier */
/php-src/ext/ffi/
H A Dphp_ffi.h166 uint32_t align; member
/php-src/
H A DREADME.md1 <div align="center">

Completed in 73 milliseconds

1234