HomeSort by relevance Sort by last modified time
    Searched refs:_TYPEBITS (Results 1 - 3 of 3) sorted by null

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
values.h 30 #define _TYPEBITS(type) (sizeof (type) * CHAR_BIT)
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)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
values.h 30 #define _TYPEBITS(type) (sizeof (type) * CHAR_BIT)
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)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
values.h 30 #define _TYPEBITS(type) (sizeof (type) * CHAR_BIT)
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)

Completed in 3163 milliseconds