Home
last modified time | relevance | path

Searched defs:ALIGNOF (Results 1 – 2 of 2) sorted by relevance

/external/libweave/third_party/chromium/base/
Dcompiler_specific.h117 #define ALIGNOF(type) __alignof(type) macro
119 #define ALIGNOF(type) __alignof__(type) macro
/external/libchrome/base/
Dcompiler_specific.h117 #define ALIGNOF(type) __alignof(type) macro
119 #define ALIGNOF(type) __alignof__(type) macro