Searched refs:CHAR_BIT (Results 1 - 25 of 315) sorted by relevance

1234567891011>>

/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
H A Dvalues.h30 #define _TYPEBITS(type) (sizeof (type) * CHAR_BIT)
65 /* Some systems define this name instead of CHAR_BIT or CHARBITS. */
66 # define BITSPERBYTE CHAR_BIT
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
H A Dvalues.h30 #define _TYPEBITS(type) (sizeof (type) * CHAR_BIT)
65 /* Some systems define this name instead of CHAR_BIT or CHARBITS. */
66 # define BITSPERBYTE CHAR_BIT
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
H A Dhwint.h13 #define HOST_BITS_PER_CHAR CHAR_BIT
14 #define HOST_BITS_PER_SHORT (CHAR_BIT * SIZEOF_SHORT)
15 #define HOST_BITS_PER_INT (CHAR_BIT * SIZEOF_INT)
16 #define HOST_BITS_PER_LONG (CHAR_BIT * SIZEOF_LONG)
45 # define HOST_BITS_PER_LONGLONG (CHAR_BIT * SIZEOF_LONG_LONG)
48 # define HOST_BITS_PER___INT64 (CHAR_BIT * SIZEOF___INT64)
/prebuilts/clang/darwin-x86/host/3.6/lib/clang/3.6/include/
H A Dlimits.h55 #undef CHAR_BIT macro
79 #define CHAR_BIT __CHAR_BIT__ macro
/prebuilts/clang/linux-x86/host/3.6/lib/clang/3.6/include/
H A Dlimits.h55 #undef CHAR_BIT macro
79 #define CHAR_BIT __CHAR_BIT__ macro
/prebuilts/misc/darwin-x86/analyzer/lib/clang/3.3/include/
H A Dlimits.h56 #undef CHAR_BIT macro
80 #define CHAR_BIT __CHAR_BIT__ macro
/prebuilts/misc/linux-x86/analyzer/lib/clang/3.3/include/
H A Dlimits.h56 #undef CHAR_BIT macro
80 #define CHAR_BIT __CHAR_BIT__ macro
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
H A D_bitset.c26 #define __BITS_PER_WORD (CHAR_BIT * sizeof(unsigned long))
97 return __i*__BITS_PER_WORD + __j*CHAR_BIT +
100 __thisword >>= CHAR_BIT;
129 __thisword >>= _S_whichbyte(__prev) * CHAR_BIT;
134 return __i*__BITS_PER_WORD + __j*CHAR_BIT +
137 __thisword >>= CHAR_BIT;
151 return __i*__BITS_PER_WORD + __j*CHAR_BIT +
154 __thisword >>= CHAR_BIT;
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
H A D_bitset.c26 #define __BITS_PER_WORD (CHAR_BIT * sizeof(unsigned long))
97 return __i*__BITS_PER_WORD + __j*CHAR_BIT +
100 __thisword >>= CHAR_BIT;
129 __thisword >>= _S_whichbyte(__prev) * CHAR_BIT;
134 return __i*__BITS_PER_WORD + __j*CHAR_BIT +
137 __thisword >>= CHAR_BIT;
151 return __i*__BITS_PER_WORD + __j*CHAR_BIT +
154 __thisword >>= CHAR_BIT;
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
H A D_bitset.c26 #define __BITS_PER_WORD (CHAR_BIT * sizeof(unsigned long))
97 return __i*__BITS_PER_WORD + __j*CHAR_BIT +
100 __thisword >>= CHAR_BIT;
129 __thisword >>= _S_whichbyte(__prev) * CHAR_BIT;
134 return __i*__BITS_PER_WORD + __j*CHAR_BIT +
137 __thisword >>= CHAR_BIT;
151 return __i*__BITS_PER_WORD + __j*CHAR_BIT +
154 __thisword >>= CHAR_BIT;
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
H A D_bitset.c26 #define __BITS_PER_WORD (CHAR_BIT * sizeof(unsigned long))
97 return __i*__BITS_PER_WORD + __j*CHAR_BIT +
100 __thisword >>= CHAR_BIT;
129 __thisword >>= _S_whichbyte(__prev) * CHAR_BIT;
134 return __i*__BITS_PER_WORD + __j*CHAR_BIT +
137 __thisword >>= CHAR_BIT;
151 return __i*__BITS_PER_WORD + __j*CHAR_BIT +
154 __thisword >>= CHAR_BIT;
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
H A D_bitset.c26 #define __BITS_PER_WORD (CHAR_BIT * sizeof(unsigned long))
97 return __i*__BITS_PER_WORD + __j*CHAR_BIT +
100 __thisword >>= CHAR_BIT;
129 __thisword >>= _S_whichbyte(__prev) * CHAR_BIT;
134 return __i*__BITS_PER_WORD + __j*CHAR_BIT +
137 __thisword >>= CHAR_BIT;
151 return __i*__BITS_PER_WORD + __j*CHAR_BIT +
154 __thisword >>= CHAR_BIT;
/prebuilts/ndk/9/sources/cxx-stl/stlport/stlport/stl/
H A D_bitset.c26 #define __BITS_PER_WORD (CHAR_BIT * sizeof(unsigned long))
97 return __i*__BITS_PER_WORD + __j*CHAR_BIT +
100 __thisword >>= CHAR_BIT;
129 __thisword >>= _S_whichbyte(__prev) * CHAR_BIT;
134 return __i*__BITS_PER_WORD + __j*CHAR_BIT +
137 __thisword >>= CHAR_BIT;
151 return __i*__BITS_PER_WORD + __j*CHAR_BIT +
154 __thisword >>= CHAR_BIT;
/prebuilts/ndk/current/sources/cxx-stl/EH/stlport/stlport/stl/
H A D_bitset.c26 #define __BITS_PER_WORD (CHAR_BIT * sizeof(unsigned long))
97 return __i*__BITS_PER_WORD + __j*CHAR_BIT +
100 __thisword >>= CHAR_BIT;
129 __thisword >>= _S_whichbyte(__prev) * CHAR_BIT;
134 return __i*__BITS_PER_WORD + __j*CHAR_BIT +
137 __thisword >>= CHAR_BIT;
151 return __i*__BITS_PER_WORD + __j*CHAR_BIT +
154 __thisword >>= CHAR_BIT;
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
H A D_bitset.c26 #define __BITS_PER_WORD (CHAR_BIT * sizeof(unsigned long))
97 return __i*__BITS_PER_WORD + __j*CHAR_BIT +
100 __thisword >>= CHAR_BIT;
129 __thisword >>= _S_whichbyte(__prev) * CHAR_BIT;
134 return __i*__BITS_PER_WORD + __j*CHAR_BIT +
137 __thisword >>= CHAR_BIT;
151 return __i*__BITS_PER_WORD + __j*CHAR_BIT +
154 __thisword >>= CHAR_BIT;
/prebuilts/sdk/renderscript/clang-include/
H A Dlimits.h55 #undef CHAR_BIT macro
79 #define CHAR_BIT __CHAR_BIT__ macro
/prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9.x-google/include-fixed/
H A Dlimits.h63 #undef CHAR_BIT macro
64 #define CHAR_BIT __CHAR_BIT__ macro
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/include-fixed/
H A Dlimits.h63 #undef CHAR_BIT macro
64 #define CHAR_BIT __CHAR_BIT__ macro
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9.x-google/include-fixed/
H A Dlimits.h63 #undef CHAR_BIT macro
64 #define CHAR_BIT __CHAR_BIT__ macro
/prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/include/
H A Dlimits.h18 #undef CHAR_BIT macro
19 #define CHAR_BIT __CHAR_BIT__ macro
/prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/include/
H A Dlimits.h18 #undef CHAR_BIT macro
19 #define CHAR_BIT __CHAR_BIT__ macro
/prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9/include-fixed/
H A Dlimits.h63 #undef CHAR_BIT macro
64 #define CHAR_BIT __CHAR_BIT__ macro
/prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/include-fixed/
H A Dlimits.h63 #undef CHAR_BIT macro
64 #define CHAR_BIT __CHAR_BIT__ macro
/prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9.x-google/include-fixed/
H A Dlimits.h63 #undef CHAR_BIT macro
64 #define CHAR_BIT __CHAR_BIT__ macro
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/include-fixed/
H A Dlimits.h63 #undef CHAR_BIT macro
64 #define CHAR_BIT __CHAR_BIT__ macro

Completed in 1097 milliseconds

1234567891011>>