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

1 2 3 4 5

  /external/dropbear/libtommath/mtest/
mpi-types.h 8 #define MP_DIGIT_BIT (CHAR_BIT*sizeof(mp_digit))
10 #define MP_WORD_BIT (CHAR_BIT*sizeof(mp_word))
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
hwint.h 13 #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)
39 # define HOST_BITS_PER_LONGLONG (CHAR_BIT * SIZEOF_LONG_LONG)
42 # define HOST_BITS_PER___INT64 (CHAR_BIT * SIZEOF___INT64)
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
hwint.h 13 #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)
39 # define HOST_BITS_PER_LONGLONG (CHAR_BIT * SIZEOF_LONG_LONG)
42 # define HOST_BITS_PER___INT64 (CHAR_BIT * SIZEOF___INT64)
  /external/bison/lib/
strerror.c 40 static char mesg[sizeof fmt + sizeof n * CHAR_BIT / 3];
  /external/dropbear/libtommath/
bn_mp_get_int.c 29 i = MIN(a->used,(int)((sizeof(unsigned long)*CHAR_BIT+DIGIT_BIT-1)/DIGIT_BIT))-1;
bn_mp_sqr.c 41 (1 << (sizeof(mp_word) * CHAR_BIT - 2*DIGIT_BIT - 1))) {
bn_mp_sub_d.c 70 mu = *tmpc >> (sizeof(mp_digit) * CHAR_BIT - 1);
76 mu = *tmpc >> (sizeof(mp_digit) * CHAR_BIT - 1);
bn_s_mp_sub.c 57 u = *tmpc >> ((mp_digit)(CHAR_BIT * sizeof (mp_digit) - 1));
69 u = *tmpc >> ((mp_digit)(CHAR_BIT * sizeof (mp_digit) - 1));
bn_mp_mul.c 48 (1 << ((CHAR_BIT * sizeof (mp_word)) - (2 * DIGIT_BIT)))) {
  /system/extras/tests/bionic/libstdc++/
test_climits.cpp 47 volatile char c1 = CHAR_BIT;
  /external/astl/include/
limits 149 static const int digits = static_cast<int>(sizeof(int) * CHAR_BIT);
165 static const int digits = static_cast<int>(sizeof(unsigned int) * CHAR_BIT);
213 static const int digits = static_cast<int>(sizeof(long long) * CHAR_BIT);
229 static const int digits = static_cast<int>(sizeof(unsigned long long) * CHAR_BIT);
  /external/stlport/stlport/stl/
_bitset.c 26 #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;
  /ndk/sources/android/stlport/stlport/stl/
_bitset.c 26 #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;
  /external/bluetooth/glib/glib/gnulib/
vasnprintf.c 42 #include <limits.h> /* CHAR_BIT */
444 (unsigned int) (sizeof (unsigned long long) * CHAR_BIT
454 (unsigned int) (sizeof (unsigned long) * CHAR_BIT
462 (unsigned int) (sizeof (unsigned int) * CHAR_BIT
474 (unsigned int) (sizeof (unsigned long long) * CHAR_BIT
483 (unsigned int) (sizeof (unsigned long) * CHAR_BIT
490 (unsigned int) (sizeof (unsigned int) * CHAR_BIT
501 (unsigned int) (sizeof (unsigned long long) * CHAR_BIT
511 (unsigned int) (sizeof (unsigned __int64) * CHAR_BIT
520 (unsigned int) (sizeof (unsigned long) * CHAR_BIT
    [all...]
  /frameworks/base/media/libstagefright/codecs/aacenc/basic_op/
typedefs.h 26 #ifndef CHAR_BIT
27 #define CHAR_BIT 8 /* number of bits in a char */
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/lib/gcc/arm-eabi/4.2.1/include/
limits.h 5 #undef CHAR_BIT
6 #define CHAR_BIT __CHAR_BIT__
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/lib/gcc/arm-eabi/4.2.1/install-tools/include/
limits.h 5 #undef CHAR_BIT
6 #define CHAR_BIT __CHAR_BIT__
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/lib/gcc/arm-eabi/4.3.1/install-tools/include/
limits.h 17 #undef CHAR_BIT
18 #define CHAR_BIT __CHAR_BIT__
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/install-tools/include/
limits.h 17 #undef CHAR_BIT
18 #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.2.1/lib/gcc/arm-eabi/4.2.1/include/
limits.h 5 #undef CHAR_BIT
6 #define CHAR_BIT __CHAR_BIT__
  /prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/lib/gcc/arm-eabi/4.2.1/install-tools/include/
limits.h 5 #undef CHAR_BIT
6 #define CHAR_BIT __CHAR_BIT__
  /prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/lib/gcc/arm-eabi/4.3.1/include-fixed/
limits.h 5 #undef CHAR_BIT
6 #define CHAR_BIT __CHAR_BIT__
  /prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/lib/gcc/arm-eabi/4.3.1/install-tools/include/
limits.h 17 #undef CHAR_BIT
18 #define CHAR_BIT __CHAR_BIT__
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/install-tools/include/
limits.h 17 #undef CHAR_BIT
18 #define CHAR_BIT __CHAR_BIT__

Completed in 675 milliseconds

1 2 3 4 5