Searched defs:PACKED (Results 1 – 4 of 4) sorted by relevance
76 #define PACKED(x) x __attribute__((packed)) macro78 #define PACKED(x) __pragma(pack(push, 1)) x __pragma(pack(pop)) macro80 #define PACKED(x) x macro
88 #define PACKED macro
252 #define PACKED __packed macro254 #define PACKED macro
50 #define PACKED __packed macro