Searched defs:ALIGNED (Results 1 - 4 of 4) sorted by relevance

/external/clang/test/Sema/
H A Dalign-x86.c28 #define ALIGNED(x) __attribute__((aligned(x))) macro
30 typedef ALIGNED(2) struct {
40 typedef struct ALIGNED(2) {
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_internal_defs.h32 # define ALIGNED(x) __declspec(align(x)) macro
41 # define ALIGNED(x) __attribute__((aligned(x)))
/external/valgrind/unittest/
H A Dthread_wrappers_win.h58 #define ALIGNED(x) __declspec (align(x)) macro
H A Dthread_wrappers_pthread.h55 #define ALIGNED(X) __attribute__ ((aligned (X))) macro

Completed in 79 milliseconds