Lines Matching refs:__attribute__
62 typedef int int8_t __attribute__((mode(QI)));
63 typedef unsigned int u_int8_t __attribute__((mode(QI)));
64 typedef int int16_t __attribute__((mode(HI)));
65 typedef unsigned int u_int16_t __attribute__((mode(HI)));
66 typedef int int32_t __attribute__((mode(SI)));
67 typedef unsigned int u_int32_t __attribute__((mode(SI)));
86 } __attribute__ ((packed));
91 } __attribute__ ((packed));
108 } __attribute__ ((packed));
144 } __attribute__ ((packed));
203 } __attribute__ ((packed));