Searched defs:PACKED (Results 1 – 4 of 4) sorted by relevance
75 #define PACKED(x) x __attribute__((packed)) macro77 #define PACKED(x) __pragma(pack(push, 1)) x __pragma(pack(pop)) macro79 #define PACKED(x) x macro
85 #define PACKED macro
213 #define PACKED __packed macro215 #define PACKED macro
48 #define PACKED __packed macro