Searched refs:ALIGN (Results 1 – 8 of 8) 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];
60 AREA |.text|, CODE, READONLY, ALIGN=4, CODEALIGN
Completed in 17 milliseconds