Home
last modified time | relevance | path

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

/PHP-8.2/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.2/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.2/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 19 milliseconds