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 28 #define ALIGNED(x) __attribute__((aligned(x)))
30 typedef ALIGNED(2) struct {
40 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/asan/
asan_internal.h 39 # define ALIGNED(x) __declspec(align(x))
48 # define ALIGNED(x) __attribute__((aligned(x)))

Completed in 72 milliseconds