Home
last modified time | relevance | path

Searched defs:ALIGNED (Results 1 – 7 of 7) sorted by relevance

/external/clang/test/Sema/
Dalign-x86.c29 #define ALIGNED(x) __attribute__((aligned(x))) macro
41 typedef struct ALIGNED(2) { struct
42 char a[3];
/external/chromium_org/third_party/openssl/openssl/crypto/evp/
De_chacha20poly1305.c124 #define ALIGNED __attribute__((aligned(16))) macro
126 #define ALIGNED macro
/external/compiler-rt/lib/asan/
Dasan_malloc_linux.cc40 const MallocDebug asan_malloc_dispatch ALIGNED(32) = { variable
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_internal_defs.h121 # define ALIGNED(x) __declspec(align(x)) macro
137 # define ALIGNED(x) __attribute__((aligned(x))) macro
/external/valgrind/unittest/
Dthread_wrappers_win.h58 #define ALIGNED(x) __declspec (align(x)) macro
Dthread_wrappers_pthread.h55 #define ALIGNED(X) __attribute__ ((aligned (X))) macro
Dracecheck_unittest.cc3981 } ALIGNED(64); variable
6050 } ALIGNED(64); variable
6081 } ALIGNED(64); variable