Searched refs:_TYPEBITS (Results 1 – 1 of 1) sorted by relevance
30 #define _TYPEBITS(type) (sizeof (type) * CHAR_BIT) macro32 #define CHARBITS _TYPEBITS (char)33 #define SHORTBITS _TYPEBITS (short int)34 #define INTBITS _TYPEBITS (int)35 #define LONGBITS _TYPEBITS (long int)36 #define PTRBITS _TYPEBITS (char *)37 #define DOUBLEBITS _TYPEBITS (double)38 #define FLOATBITS _TYPEBITS (float)