Home
last modified time | relevance | path

Searched refs:ALIGN (Results 1 – 12 of 12) sorted by relevance

/PHP-8.4/ext/hash/sha3/generic64lc/
H A Dalign.h20 #ifdef ALIGN
21 #undef ALIGN
25 #define ALIGN(x) __attribute__ ((aligned(x))) macro
27 #define ALIGN(x) __declspec(align(x)) macro
29 #define ALIGN(x) __align(x) macro
31 #define ALIGN(x) macro
H A DKeccakSponge.h134 ALIGN(alignment) typedef struct prefix##_SpongeInstanceStruct { \
H A DKeccakSponge.inc36 ALIGN(SnP_stateAlignment) unsigned char state[SnP_stateSizeInBytes];
/PHP-8.4/ext/hash/sha3/generic32lc/
H A Dalign.h20 #ifdef ALIGN
21 #undef ALIGN
25 #define ALIGN(x) __attribute__ ((aligned(x))) macro
27 #define ALIGN(x) __declspec(align(x)) macro
29 #define ALIGN(x) __align(x) macro
31 #define ALIGN(x) macro
H A DKeccakSponge.h134 ALIGN(alignment) typedef struct prefix##_SpongeInstanceStruct { \
H A DKeccakSponge.inc36 ALIGN(SnP_stateAlignment) unsigned char state[SnP_stateSizeInBytes];
/PHP-8.4/ext/dom/tests/modern/spec/
H A DElement_getAttributeNS.phpt16 var_dump($body->getAttributeNS(NULL, "ALIGN"));
17 var_dump($body->getAttributeNS("", "ALIGN"));
H A DElement_getAttributeNodeNS.phpt18 var_dump($body->getAttributeNodeNS(NULL, "ALIGN"));
19 var_dump($body->getAttributeNodeNS("", "ALIGN"));
H A DElement_hasAttributeNS.phpt16 var_dump($body->hasAttributeNS(NULL, "ALIGN"));
17 var_dump($body->hasAttributeNS("", "ALIGN"));
H A DElement_removeAttributeNS.phpt25 $body->removeAttributeNS(NULL, "ALIGN");
29 $body->removeAttributeNS("", "ALIGN");
/PHP-8.4/Zend/asm/
H A Dmake_arm64_aapcs_pe_armasm.asm60 AREA |.text|, CODE, READONLY, ALIGN=4, CODEALIGN
H A Djump_arm64_aapcs_pe_armasm.asm60 AREA |.text|, CODE, READONLY, ALIGN=4, CODEALIGN

Completed in 15 milliseconds