Home
last modified time | relevance | path

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

/external/clang/test/Sema/
Dalign-x86.c35 #define ALIGNED(x) __attribute__((aligned(x))) macro
47 typedef struct ALIGNED(2) { struct
48 char a[3];
/external/libunwind/include/
Dcompiler.h34 # define ALIGNED(x) __attribute__((aligned(x))) macro
58 # define ALIGNED(x) macro
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_internal_defs.h134 # define ALIGNED(x) __declspec(align(x)) macro
147 # define ALIGNED(x) __attribute__((aligned(x))) macro
/external/clang/test/ARCMT/
Dobjcmt-atomic-property.m183 #define ALIGNED __attribute__((aligned(16))) macro
Dobjcmt-ns-nonatomic-iosonly.m190 #define ALIGNED __attribute__((aligned(16))) macro
Dobjcmt-property.m186 #define ALIGNED __attribute__((aligned(16))) macro
/external/compiler-rt/lib/msan/
Dmsan.cc58 ALIGNED(16) THREADLOCAL u64 __msan_va_arg_tls[kMsanParamTlsSize / sizeof(u64)]; variable
/external/syzkaller/executor/
Dexecutor.cc23 #define ALIGNED(N) __attribute__((aligned(N))) macro
29 #define ALIGNED(N) __declspec(align(N)) macro
/external/ImageMagick/MagickCore/
Daccelerate.c91 #define ALIGNED(pointer,type) ((((size_t)(pointer)) & (sizeof(type)-1)) == 0) macro