Home | History | Annotate | Download | only in include

Lines Matching refs:BITSIZE

51 #define BITSIZE(TYPE)						\
84 BITSIZE(signed char);
85 BITSIZE(short);
86 BITSIZE(int);
87 BITSIZE(long);
89 BITSIZE(long long);
97 BITSIZE(unsigned char);
98 BITSIZE(unsigned short);
99 BITSIZE(unsigned int);
100 BITSIZE(unsigned long);
102 BITSIZE(unsigned long long);