Lines Matching defs:PACKED
7 // If not explicitly disabled, set PACKED to the packed attribute.
8 #ifndef PACKED
9 # define PACKED __attribute__((packed))
19 int x[6] PACKED;
26 } PACKED;
29 struct PACKED X2 {
36 short x PACKED;
49 struct PACKED X5 { double a[19]; signed char b; };
52 struct PACKED X6 { long double a; char b; };
58 } PACKED;
64 } PACKED;
68 unsigned int x[2] PACKED;
70 unsigned int z PACKED;
75 unsigned int x[2] PACKED;
76 unsigned int y PACKED;
77 unsigned int z PACKED;
81 struct PACKED X11 {
88 struct PACKED X12 {
93 struct PACKED X13 {
99 union PACKED X14 {
106 unsigned y : 28 PACKED;