Searched refs:ALIGN_STRUCTFIELD (Results 1 – 1 of 1) sorted by relevance
403 #define ALIGN_STRUCTFIELD(type) ((int)(offsetof(struct {char a; type b;}, b))) macro408 .size = sizeof(_type), .align = ALIGN_STRUCTFIELD(_type), \414 .size = sizeof(_type), .align = ALIGN_STRUCTFIELD(_type), \426 .size = sizeof(_type[_len]), .align = ALIGN_STRUCTFIELD(_type), \