Home
last modified time | relevance | path

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

/external/strace/
Dgcc_compat.h95 # define ALIGNOF(t_) __alignof__(t_) macro
97 # define ALIGNOF(t_) (sizeof(struct { char x_; t_ y_; }) - sizeof(t_)) macro
/external/pdfium/third_party/base/
Dcompiler_specific.h125 #define ALIGNOF(type) __alignof(type) macro
127 #define ALIGNOF(type) __alignof__(type) macro