Searched refs:ALIGN (Results 1 – 7 of 7) sorted by relevance
20 #ifdef ALIGN21 #undef ALIGN25 #define ALIGN(x) __attribute__ ((aligned(x))) macro27 #define ALIGN(x) __declspec(align(x)) macro29 #define ALIGN(x) __align(x) macro31 #define ALIGN(x) macro
134 ALIGN(alignment) typedef struct prefix##_SpongeInstanceStruct { \
36 ALIGN(SnP_stateAlignment) unsigned char state[SnP_stateSizeInBytes];
1661 TIDY_TAG_CONST(ALIGN); in _php_tidy_register_tags()
Completed in 23 milliseconds