HomeSort by relevance Sort by last modified time
    Searched defs:ALIGNED (Results 1 - 4 of 4) sorted by null

  /external/clang/test/Sema/
align-x86.c 29 #define ALIGNED(x) __attribute__((aligned(x)))
31 typedef ALIGNED(2) struct {
41 typedef struct ALIGNED(2) {
  /external/valgrind/unittest/
thread_wrappers_win.h 58 #define ALIGNED(x) __declspec (align(x))
thread_wrappers_pthread.h 55 #define ALIGNED(X) __attribute__ ((aligned (X)))
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_internal_defs.h 121 # define ALIGNED(x) __declspec(align(x))
135 // Please only use the ALIGNED macro before the type.
136 // Using ALIGNED after the variable declaration is not portable!
137 # define ALIGNED(x) __attribute__((aligned(x)))
156 typedef ALIGNED(1) u16 uu16;
157 typedef ALIGNED(1) u32 uu32;
158 typedef ALIGNED(1) u64 uu64;
159 typedef ALIGNED(1) s16 us16;
160 typedef ALIGNED(1) s32 us32
    [all...]

Completed in 48 milliseconds