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

  /external/chromium_org/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 75 ALIGNOF = 35,
153 Operator& Operator::create<Operator::ALIGNOF>();

Completed in 48 milliseconds