Home
last modified time | relevance | path

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

/external/strace/
Dgcc_compat.h85 # define ALIGNOF(t_) __alignof__(t_) macro
87 # define ALIGNOF(t_) (sizeof(struct { char x_; t_ y_; }) - sizeof(t_)) macro
/external/libchrome/base/
Dcompiler_specific.h122 #define ALIGNOF(type) __alignof(type) macro
124 #define ALIGNOF(type) __alignof__(type) macro