Searched refs:_TYPEBITS (Results 1 – 1 of 1) sorted by relevance
29 #define _TYPEBITS(type) (sizeof (type) * CHAR_BIT) macro31 #define CHARBITS _TYPEBITS (char)32 #define SHORTBITS _TYPEBITS (short int)33 #define INTBITS _TYPEBITS (int)34 #define LONGBITS _TYPEBITS (long int)35 #define PTRBITS _TYPEBITS (char *)36 #define DOUBLEBITS _TYPEBITS (double)37 #define FLOATBITS _TYPEBITS (float)
Completed in 4 milliseconds