Home
last modified time | relevance | path

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

/PHP-7.3/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-7.3/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-7.3/ext/tidy/
H A Dtidy.c1920 TIDY_TAG_CONST(ALIGN); in _php_tidy_register_tags()

Completed in 22 milliseconds