Searched defs:ALIGNOF (Results 1 – 3 of 3) sorted by relevance
85 # define ALIGNOF(t_) __alignof__(t_) macro87 # define ALIGNOF(t_) (sizeof(struct { char x_; t_ y_; }) - sizeof(t_)) macro
130 #define ALIGNOF(type) __alignof(type) macro132 #define ALIGNOF(type) __alignof__(type) macro
125 #define ALIGNOF(type) __alignof(type) macro127 #define ALIGNOF(type) __alignof__(type) macro