Home
last modified time | relevance | path

Searched refs:ALIGN_STRUCTFIELD (Results 1 – 1 of 1) sorted by relevance

/include/trace/
Dtrace_events.h500 #define ALIGN_STRUCTFIELD(type) ((int)(__alignof__(struct {type b;}))) macro
505 .size = sizeof(_type), .align = ALIGN_STRUCTFIELD(_type), \
511 .size = sizeof(_type), .align = ALIGN_STRUCTFIELD(_type), \
523 .size = sizeof(_type[_len]), .align = ALIGN_STRUCTFIELD(_type), \