HomeSort by relevance Sort by last modified time
    Searched refs:CHAR_BIT (Results 76 - 100 of 325) sorted by null

1 2 34 5 6 7 8 91011>>

  /ndk/sources/cxx-stl/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;
  /prebuilts/ndk/5/sources/cxx-stl/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;
  /prebuilts/ndk/6/sources/cxx-stl/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;
  /prebuilts/ndk/7/sources/cxx-stl/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;
  /prebuilts/ndk/8/sources/cxx-stl/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;
  /prebuilts/sdk/renderscript/clang-include/
limits.h 56 #undef CHAR_BIT
80 #define CHAR_BIT __CHAR_BIT__
  /external/compiler-rt/lib/
ashrdi3.c 26 const int bits_in_word = (int)(sizeof(si_int) * CHAR_BIT);
ashrti3.c 26 const int bits_in_dword = (int)(sizeof(di_int) * CHAR_BIT);
floatdisf.c 32 const unsigned N = sizeof(di_int) * CHAR_BIT;
floatsisf.c 25 const int aWidth = sizeof a * CHAR_BIT;
floattidf.c 34 const unsigned N = sizeof(ti_int) * CHAR_BIT;
floattisf.c 34 const unsigned N = sizeof(ti_int) * CHAR_BIT;
floattixf.c 36 const unsigned N = sizeof(ti_int) * CHAR_BIT;
floatuntidf.c 34 const unsigned N = sizeof(tu_int) * CHAR_BIT;
floatuntixf.c 36 const unsigned N = sizeof(tu_int) * CHAR_BIT;
mulodi4.c 24 const int N = (int)(sizeof(di_int) * CHAR_BIT);
mulosi4.c 24 const int N = (int)(sizeof(si_int) * CHAR_BIT);
muloti4.c 26 const int N = (int)(sizeof(ti_int) * CHAR_BIT);
mulvdi3.c 24 const int N = (int)(sizeof(di_int) * CHAR_BIT);
mulvsi3.c 24 const int N = (int)(sizeof(si_int) * CHAR_BIT);
mulvti3.c 26 const int N = (int)(sizeof(ti_int) * CHAR_BIT);
udivsi3.c 27 const unsigned n_uword_bits = sizeof(su_int) * CHAR_BIT;
  /external/compiler-rt/test/Unit/
clzdi2_test.c 35 const int N = (int)(sizeof(di_int) * CHAR_BIT);
parityti2_test.c 47 char assumption_2[sizeof(di_int)*CHAR_BIT == 64] = {0};
popcountdi2_test.c 41 char assumption_2[sizeof(si_int)*CHAR_BIT == 32] = {0};

Completed in 336 milliseconds

1 2 34 5 6 7 8 91011>>