Searched defs:ALIGNED (Results 1 – 6 of 6) sorted by relevance
28 # define ALIGNED __attribute__((__aligned__(16))) macro32 # define ALIGNED macro
320 # define ALIGNED(x) macro322 # define ALIGNED(x) __attribute__ ((aligned (x))) macro
461 # define ALIGNED(x) macro463 # define ALIGNED(x) __attribute__ ((aligned (x))) macro
72 ALIGNED=0x4, WRITEABLE=0x8, BEHAVED=0x4|0x8, enumerator
93 #define ALIGNED(x) ((x + sizeof(ITEM) - 1) & ~(sizeof(ITEM) - 1)) macro
716 #define ALIGNED(x, y) (((x + (y - 1)) / y) * y) macro