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

  /external/libchrome/base/
compiler_specific.h 115 // ALIGNOF(int32_t) // this would be 4
117 #define ALIGNOF(type) __alignof(type)
119 #define ALIGNOF(type) __alignof__(type)
  /external/libweave/third_party/chromium/base/
compiler_specific.h 115 // ALIGNOF(int32_t) // this would be 4
117 #define ALIGNOF(type) __alignof(type)
119 #define ALIGNOF(type) __alignof__(type)
  /system/extras/perfprofd/quipper/base/
compiler_specific.h 129 // ALIGNOF(int32) // this would be 4
131 #define ALIGNOF(type) (sizeof(type) - sizeof(type) + __alignof(type))
133 #define ALIGNOF(type) __alignof__(type)
  /frameworks/compile/mclinker/include/mcld/Script/
Operator.h 68 ALIGNOF = 35,
145 Operator& Operator::create<Operator::ALIGNOF>();

Completed in 328 milliseconds