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

/external/libchrome/base/
H A Dcompiler_specific.h115 // ALIGNOF(int32_t) // this would be 4
117 #define ALIGNOF(type) __alignof(type) macro
119 #define ALIGNOF(type) __alignof__(type) macro
/external/libweave/third_party/chromium/base/
H A Dcompiler_specific.h115 // ALIGNOF(int32_t) // this would be 4
117 #define ALIGNOF(type) __alignof(type) macro
119 #define ALIGNOF(type) __alignof__(type) macro

Completed in 79 milliseconds