HomeSort by relevance Sort by last modified time
    Searched defs:CHAR_BIT (Results 1 - 25 of 52) sorted by null

1 2 3

  /external/clang/test/Sema/
shift.c 5 #define WORD_BIT (sizeof(int) * CHAR_BIT)
32 c <<= CHAR_BIT; // expected-warning {{shift count >= width of type}}
33 c >>= CHAR_BIT; // expected-warning {{shift count >= width of type}}
34 c <<= CHAR_BIT+1; // expected-warning {{shift count >= width of type}}
35 c >>= CHAR_BIT+1; // expected-warning {{shift count >= width of type}}
36 (void)((long)c << CHAR_BIT);
52 lli = 1LL << (sizeof(long long) * CHAR_BIT - 2);
  /external/clang/lib/Headers/
limits.h 56 #undef CHAR_BIT
80 #define CHAR_BIT __CHAR_BIT__
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/install-tools/include/
limits.h 17 #undef CHAR_BIT
18 #define CHAR_BIT __CHAR_BIT__
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/install-tools/include/
limits.h 17 #undef CHAR_BIT
18 #define CHAR_BIT __CHAR_BIT__
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/install-tools/include/
limits.h 64 #undef CHAR_BIT
65 #define CHAR_BIT __CHAR_BIT__
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/lib/gcc/mipsel-linux-android/4.4.3/include-fixed/
limits.h 17 #undef CHAR_BIT
18 #define CHAR_BIT __CHAR_BIT__
  /prebuilts/gcc/darwin-x86/x86/i686-android-linux-4.4.3/lib/gcc/i686-android-linux/4.4.3/include-fixed/
limits.h 17 #undef CHAR_BIT
18 #define CHAR_BIT __CHAR_BIT__
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/install-tools/include/
limits.h 64 #undef CHAR_BIT
65 #define CHAR_BIT __CHAR_BIT__
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/install-tools/include/
limits.h 64 #undef CHAR_BIT
65 #define CHAR_BIT __CHAR_BIT__
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include-fixed/
limits.h 17 #undef CHAR_BIT
18 #define CHAR_BIT __CHAR_BIT__
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/install-tools/include/
limits.h 17 #undef CHAR_BIT
18 #define CHAR_BIT __CHAR_BIT__
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
limits.h 55 # define CHAR_BIT 8
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/include-fixed/
limits.h 64 #undef CHAR_BIT
65 #define CHAR_BIT __CHAR_BIT__
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/install-tools/include/
limits.h 64 #undef CHAR_BIT
65 #define CHAR_BIT __CHAR_BIT__
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
limits.h 55 # define CHAR_BIT 8
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/include-fixed/
limits.h 64 #undef CHAR_BIT
65 #define CHAR_BIT __CHAR_BIT__
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/install-tools/include/
limits.h 64 #undef CHAR_BIT
65 #define CHAR_BIT __CHAR_BIT__
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
limits.h 55 # define CHAR_BIT 8
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/lib/gcc/mipsel-linux-android/4.4.3/include-fixed/
limits.h 17 #undef CHAR_BIT
18 #define CHAR_BIT __CHAR_BIT__
  /prebuilts/gcc/linux-x86/x86/i686-android-linux-4.4.3/lib/gcc/i686-android-linux/4.4.3/include-fixed/
limits.h 17 #undef CHAR_BIT
18 #define CHAR_BIT __CHAR_BIT__
  /prebuilts/sdk/renderscript/clang-include/
limits.h 56 #undef CHAR_BIT
80 #define CHAR_BIT __CHAR_BIT__
  /external/e2fsprogs/e2fsck/
mtrace.h 96 #define CHAR_BIT 8
104 #define INT_BIT (CHAR_BIT * sizeof(int))
  /bionic/libc/include/sys/
limits.h 49 #define CHAR_BIT 8 /* number of bits in a char */
  /development/ndk/platforms/android-3/include/sys/
limits.h 49 #define CHAR_BIT 8 /* number of bits in a char */
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/sys/
limits.h 49 #define CHAR_BIT 8 /* number of bits in a char */

Completed in 1576 milliseconds

1 2 3