Home
last modified time | relevance | path

Searched refs:_TYPEBITS (Results 1 – 1 of 1) sorted by relevance

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/
H A Dvalues.h30 #define _TYPEBITS(type) (sizeof (type) * CHAR_BIT) macro
32 #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)