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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/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.15-4.8/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 407 milliseconds