Searched defs:__ALIGN4 (Results 1 – 2 of 2) sorted by relevance
305 #define __ALIGN4 __align(4) macro307 #define __ALIGN4 __attribute__((aligned(4))) macro309 #define __ALIGN4 _Pragma("data_alignment = 4") macro311 #define __ALIGN4 __attribute__((aligned(4))) macro
536 #define __ALIGN4 __align(4) macro538 #define __ALIGN4 __attribute__((aligned(4))) macro540 #define __ALIGN4 _Pragma("data_alignment = 4") macro542 #define __ALIGN4 __attribute__((aligned(4))) macro
Completed in 33 milliseconds