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

  /external/strace/
gcc_compat.h 85 # define ALIGNOF(t_) __alignof__(t_)
87 # define ALIGNOF(t_) (sizeof(struct { char x_; t_ y_; }) - sizeof(t_))
  /external/libchrome/base/
compiler_specific.h 128 // ALIGNOF(int32_t) // this would be 4
130 #define ALIGNOF(type) __alignof(type)
132 #define ALIGNOF(type) __alignof__(type)
  /external/pdfium/third_party/base/
compiler_specific.h 123 // ALIGNOF(int32_t) // this would be 4
125 #define ALIGNOF(type) __alignof(type)
127 #define ALIGNOF(type) __alignof__(type)
  /frameworks/compile/mclinker/include/mcld/Script/
Operator.h 68 ALIGNOF = 35,
145 Operator& Operator::create<Operator::ALIGNOF>();

Completed in 152 milliseconds