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

1 2 3 4 5 6 7 8 91011>>

  /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))
  /external/clang/test/SemaCXX/
shift.cpp 5 #define WORD_BIT (sizeof(int) * CHAR_BIT)
  /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/compiler-rt/lib/
negvdi2.c 24 const di_int MIN = (di_int)1 << ((int)(sizeof(di_int) * CHAR_BIT)-1);
negvsi2.c 24 const si_int MIN = (si_int)1 << ((int)(sizeof(si_int) * CHAR_BIT)-1);
negvti2.c 26 const ti_int MIN = (ti_int)1 << ((int)(sizeof(ti_int) * CHAR_BIT)-1);
absvdi2.c 24 const int N = (int)(sizeof(di_int) * CHAR_BIT);
absvsi2.c 24 const int N = (int)(sizeof(si_int) * CHAR_BIT);
absvti2.c 26 const int N = (int)(sizeof(ti_int) * CHAR_BIT);
clzdi2.c 28 (f & ((si_int)(sizeof(si_int) * CHAR_BIT)));
clzti2.c 30 ((si_int)f & ((si_int)(sizeof(di_int) * CHAR_BIT)));
ctzdi2.c 28 (f & ((si_int)(sizeof(si_int) * CHAR_BIT)));
ctzti2.c 30 ((si_int)f & ((si_int)(sizeof(di_int) * CHAR_BIT)));
ffsdi2.c 30 return __builtin_ctz(x.s.high) + (1 + sizeof(si_int) * CHAR_BIT);
ffsti2.c 32 return __builtin_ctzll(x.s.high) + (1 + sizeof(di_int) * CHAR_BIT);
floatundixf.c 33 const unsigned N = sizeof(du_int) * CHAR_BIT;
  /external/bison/src/
Sbitset.h 28 (((NBITS) + CHAR_BIT - 1) / CHAR_BIT)
30 (((SELF) + (INDEX) / CHAR_BIT))
32 (1 << (CHAR_BIT - 1 - (INDEX) % CHAR_BIT))
34 (UCHAR_MAX << (CHAR_BIT - 1 - ((NBITS) - 1) % CHAR_BIT))
87 for ((INDEX) = ((ITER)-(SELF))*CHAR_BIT; \
88 (INDEX) < (NBITS) && (SELF)+(INDEX)/CHAR_BIT < (ITER)+1; \
  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/template.bitset/bitset.members/
to_ullong.pass.cpp 20 const std::size_t M = sizeof(unsigned long long) * CHAR_BIT < N ? sizeof(unsigned long long) * CHAR_BIT : N;
21 const std::size_t X = M == 0 ? sizeof(unsigned long long) * CHAR_BIT - 1 : sizeof(unsigned long long) * CHAR_BIT - M;
to_ulong.pass.cpp 20 const std::size_t M = sizeof(unsigned long) * CHAR_BIT < N ? sizeof(unsigned long) * CHAR_BIT : N;
21 const std::size_t X = M == 0 ? sizeof(unsigned long) * CHAR_BIT - 1 : sizeof(unsigned long) * CHAR_BIT - M;
  /ndk/sources/cxx-stl/llvm-libc++/test/depr/depr.c.headers/
stdint_h.pass.cpp 23 static_assert(sizeof(int8_t)*CHAR_BIT == 8,
24 "sizeof(int8_t)*CHAR_BIT == 8");
28 static_assert(sizeof(int16_t)*CHAR_BIT == 16,
29 "sizeof(int16_t)*CHAR_BIT == 16");
33 static_assert(sizeof(int32_t)*CHAR_BIT == 32,
34 "sizeof(int32_t)*CHAR_BIT == 32");
38 static_assert(sizeof(int64_t)*CHAR_BIT == 64,
39 "sizeof(int64_t)*CHAR_BIT == 64");
44 static_assert(sizeof(uint8_t)*CHAR_BIT == 8,
45 "sizeof(uint8_t)*CHAR_BIT == 8")
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/test/language.support/cstdint/cstdint.syn/
cstdint.pass.cpp 23 static_assert(sizeof(std::int8_t)*CHAR_BIT == 8,
24 "sizeof(std::int8_t)*CHAR_BIT == 8");
28 static_assert(sizeof(std::int16_t)*CHAR_BIT == 16,
29 "sizeof(std::int16_t)*CHAR_BIT == 16");
33 static_assert(sizeof(std::int32_t)*CHAR_BIT == 32,
34 "sizeof(std::int32_t)*CHAR_BIT == 32");
38 static_assert(sizeof(std::int64_t)*CHAR_BIT == 64,
39 "sizeof(std::int64_t)*CHAR_BIT == 64");
44 static_assert(sizeof(std::uint8_t)*CHAR_BIT == 8,
45 "sizeof(std::uint8_t)*CHAR_BIT == 8")
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/lib/
intprops.h 49 : ~ (t) 0 << (sizeof (t) * CHAR_BIT - 1)))
53 : ~ (~ (t) 0 << (sizeof (t) * CHAR_BIT - 1))))
72 ((sizeof (t) * CHAR_BIT - signed_type_or_expr__ (t)) * 146 / 485 \
  /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;
  /external/libvpx/libvpx/vp8/decoder/
dboolhuff.h 22 # define VP8_BD_VALUE_SIZE ((int)sizeof(VP8_BD_VALUE)*CHAR_BIT)
56 size_t bits_left = ((_bufend)-(_bufptr))*CHAR_BIT; \
58 x = (int)(shift + CHAR_BIT - bits_left); \
68 (_count) += CHAR_BIT; \
70 shift -= CHAR_BIT; \
  /external/bison/lib/
float+.h 138 #define SIZEOF_FLT ((FLT_TOTAL_BIT + CHAR_BIT - 1) / CHAR_BIT)
139 #define SIZEOF_DBL ((DBL_TOTAL_BIT + CHAR_BIT - 1) / CHAR_BIT)
140 #define SIZEOF_LDBL ((LDBL_TOTAL_BIT + CHAR_BIT - 1) / CHAR_BIT)

Completed in 251 milliseconds

1 2 3 4 5 6 7 8 91011>>