Searched refs:Bits (Results 26 - 50 of 141) sorted by relevance

123456

/external/chromium_org/v8/src/base/
H A Dbits-unittest.cc21 TEST(Bits, CountPopulation32) {
31 TEST(Bits, CountLeadingZeros32) {
41 TEST(Bits, CountTrailingZeros32) {
51 TEST(Bits, IsPowerOfTwo32) {
65 TEST(Bits, IsPowerOfTwo64) {
79 TEST(Bits, RoundUpToPowerOfTwo32) {
95 TEST(Bits, RoundDownToPowerOfTwo32) {
105 TEST(Bits, RotateRight32) {
115 TEST(Bits, RotateRight64) {
125 TEST(Bits, SignedAddOverflow3
[all...]
/external/chromium_org/v8/src/arm64/
H A Dconstants-arm64.h125 V_(Rd, 4, 0, Bits) /* Destination register. */ \
126 V_(Rn, 9, 5, Bits) /* First source register. */ \
127 V_(Rm, 20, 16, Bits) /* Second source register. */ \
128 V_(Ra, 14, 10, Bits) /* Third source register. */ \
129 V_(Rt, 4, 0, Bits) /* Load dest / store source. */ \
130 V_(Rt2, 14, 10, Bits) /* Load second dest / */ \
132 V_(PrefetchMode, 4, 0, Bits) \
135 V_(SixtyFourBits, 31, 31, Bits) \
136 V_(FlagsUpdate, 29, 29, Bits) \
140 V_(ImmPCRelLo, 30, 29, Bits) \
[all...]
/external/vixl/src/a64/
H A Dconstants-a64.h49 V_(Rd, 4, 0, Bits) /* Destination register. */ \
50 V_(Rn, 9, 5, Bits) /* First source register. */ \
51 V_(Rm, 20, 16, Bits) /* Second source register. */ \
52 V_(Ra, 14, 10, Bits) /* Third source register. */ \
53 V_(Rt, 4, 0, Bits) /* Load dest / store source. */ \
54 V_(Rt2, 14, 10, Bits) /* Load second dest / */ \
56 V_(PrefetchMode, 4, 0, Bits) \
59 V_(SixtyFourBits, 31, 31, Bits) \
60 V_(FlagsUpdate, 29, 29, Bits) \
64 V_(ImmPCRelLo, 30, 29, Bits) \
[all...]
/external/clang/test/Analysis/
H A Dfields.c45 struct Bits { struct
62 struct Bits bits;
121 struct Bits bits;
/external/compiler-rt/lib/ubsan/
H A Dubsan_value.h162 const unsigned Bits = getType().getIntegerBitWidth(); local
163 return Bits <= InlineBits;
170 const unsigned Bits = getType().getFloatBitWidth(); local
171 return Bits <= InlineBits;
/external/elfutils/0.153/libelf/
H A Delf_getdata.c104 # define TYPE_ALIGNS(Bits) \
106 [ELF_T_ADDR] = __alignof__ (ElfW2(Bits,Addr)), \
107 [ELF_T_HALF] = __alignof__ (ElfW2(Bits,Half)), \
108 [ELF_T_WORD] = __alignof__ (ElfW2(Bits,Word)), \
109 [ELF_T_SYM] = __alignof__ (ElfW2(Bits,Sym)), \
110 [ELF_T_SYMINFO] = __alignof__ (ElfW2(Bits,Syminfo)), \
111 [ELF_T_REL] = __alignof__ (ElfW2(Bits,Rel)), \
112 [ELF_T_RELA] = __alignof__ (ElfW2(Bits,Rela)), \
113 [ELF_T_DYN] = __alignof__ (ElfW2(Bits,Dyn)), \
114 [ELF_T_VDEF] = __alignof__ (ElfW2(Bits,Verde
[all...]
/external/freetype/src/gzip/
H A Dinftrees.h23 Byte Bits; /* number of bits in this code or subcode */ member in struct:inflate_huft_s::__anon21555::__anon21556
/external/chromium_org/v8/src/arm/
H A Dconstants-arm.cc24 high16 = (Bits(17, 16) << 4) | Bits(3, 0); // xxxxxxxx,xxcdefgh.
H A Ddisasm-arm.cc236 int shift = instr->Bits(11, 7);
241 instr->Bits(11, 7));
365 (instr->Bits(11, 9) == 0x5) &&
368 reg = instr->Bits(19, 16) | (instr->Bit(7) << 4);
475 uint32_t lsbit = instr->Bits(11, 7);
476 uint32_t width = instr->Bits(20, 16) + 1;
479 // Bits 20-16 represent most-significant bit. Covert to width.
507 instr->Bits(width + lsb - 1, lsb));
527 if ((instr->Bits(27, 25) == 0) && (instr->Bit(20) == 0) &&
528 (instr->Bits(
[all...]
/external/gtest/include/gtest/internal/
H A Dgtest-internal.h236 typedef typename TypeWithSize<sizeof(RawType)>::UInt Bits; typedef in class:testing::internal::FloatingPoint
251 static const Bits kSignBitMask = static_cast<Bits>(1) << (kBitCount - 1);
254 static const Bits kFractionBitMask =
255 ~static_cast<Bits>(0) >> (kExponentBitCount + 1);
258 static const Bits kExponentBitMask = ~(kSignBitMask | kFractionBitMask);
287 static RawType ReinterpretBits(const Bits bits) {
304 const Bits &bits() const { return u_.bits_; }
307 Bits exponent_bits() const { return kExponentBitMask & u_.bits_; }
310 Bits fraction_bit
[all...]
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-internal.h337 typedef typename TypeWithSize<sizeof(RawType)>::UInt Bits; typedef in class:testing::internal::FloatingPoint
352 static const Bits kSignBitMask = static_cast<Bits>(1) << (kBitCount - 1);
355 static const Bits kFractionBitMask =
356 ~static_cast<Bits>(0) >> (kExponentBitCount + 1);
359 static const Bits kExponentBitMask = ~(kSignBitMask | kFractionBitMask);
388 static RawType ReinterpretBits(const Bits bits) {
402 const Bits &bits() const { return u_.bits_; }
405 Bits exponent_bits() const { return kExponentBitMask & u_.bits_; }
408 Bits fraction_bit
[all...]
/external/dexmaker/src/dx/java/com/android/dx/util/
H A DBits.java22 public final class Bits { class
26 private Bits() { method in class:Bits
224 if (Bits.get(bits, i)) {
/external/llvm/include/llvm/ADT/
H A DSmallBitVector.h179 uintptr_t Bits = getSmallBits(); local
181 return CountPopulation_32(Bits);
183 return CountPopulation_64(Bits);
214 uintptr_t Bits = getSmallBits(); local
215 if (Bits == 0)
218 return countTrailingZeros(Bits);
220 return countTrailingZeros(Bits);
230 uintptr_t Bits = getSmallBits(); local
232 Bits &= ~uintptr_t(0) << (Prev + 1);
233 if (Bits
[all...]
/external/chromium_org/v8/src/mips/
H A Dconstants-mips.h755 inline int Bits(int hi, int lo) const {
774 Bits(kOpcodeShift + kOpcodeBits - 1, kOpcodeShift));
780 return Bits(kRsShift + kRsBits - 1, kRsShift);
786 return Bits(kRtShift + kRtBits - 1, kRtShift);
791 return Bits(kRdShift + kRdBits - 1, kRdShift);
796 return Bits(kSaShift + kSaBits - 1, kSaShift);
802 return Bits(kFunctionShift + kFunctionBits - 1, kFunctionShift);
806 return Bits(kFdShift + kFdBits - 1, kFdShift);
810 return Bits(kFsShift + kFsBits - 1, kFsShift);
814 return Bits(kFtShif
[all...]
/external/chromium_org/v8/src/mips64/
H A Dconstants-mips64.h769 inline int Bits(int hi, int lo) const {
788 Bits(kOpcodeShift + kOpcodeBits - 1, kOpcodeShift));
794 return Bits(kRsShift + kRsBits - 1, kRsShift);
800 return Bits(kRtShift + kRtBits - 1, kRtShift);
805 return Bits(kRdShift + kRdBits - 1, kRdShift);
810 return Bits(kSaShift + kSaBits - 1, kSaShift);
816 return Bits(kFunctionShift + kFunctionBits - 1, kFunctionShift);
820 return Bits(kFdShift + kFdBits - 1, kFdShift);
824 return Bits(kFsShift + kFsBits - 1, kFsShift);
828 return Bits(kFtShif
[all...]
/external/llvm/include/llvm/MC/
H A DSubtargetFeature.h85 uint64_t ToggleFeature(uint64_t Bits, const StringRef String,
/external/clang/include/clang/AST/
H A DTemplateName.h59 struct BitsTag Bits; member in union:clang::UncommonTemplateNameStorage::__anon17534
64 Bits.Kind = kind;
65 Bits.Size = size;
69 unsigned size() const { return Bits.Size; }
72 return Bits.Kind == Overloaded
78 return Bits.Kind == SubstTemplateTemplateParm
84 return Bits.Kind == SubstTemplateTemplateParmPack
/external/llvm/lib/Target/Mips/
H A DMipsConstantIslandPass.cpp139 unsigned Bits, Scale; local
142 Bits = 11;
146 Bits = 16;
150 Bits = 8;
154 Bits = 16;
158 Bits = 8;
162 Bits = 16;
166 Bits = 8;
170 Bits = 16;
174 Bits
686 unsigned Bits = 0; local
768 unsigned Bits = 0; local
[all...]
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
H A DRopTranslator.java40 import com.android.dx.util.Bits;
315 int[] workSet = Bits.makeBitSet(maxLabel);
316 int[] tracebackSet = Bits.makeBitSet(maxLabel);
320 Bits.set(workSet, one.getLabel());
338 label = Bits.findFirst(workSet, 0)) {
358 if (Bits.get(tracebackSet, predLabel)) {
366 if (!Bits.get(workSet, predLabel)) {
375 Bits.set(tracebackSet, label);
390 Bits.clear(workSet, label);
391 Bits
[all...]
/external/chromium_org/testing/gtest/include/gtest/internal/
H A Dgtest-internal.h268 typedef typename TypeWithSize<sizeof(RawType)>::UInt Bits; typedef in class:testing::internal::FloatingPoint
283 static const Bits kSignBitMask = static_cast<Bits>(1) << (kBitCount - 1);
286 static const Bits kFractionBitMask =
287 ~static_cast<Bits>(0) >> (kExponentBitCount + 1);
290 static const Bits kExponentBitMask = ~(kSignBitMask | kFractionBitMask);
319 static RawType ReinterpretBits(const Bits bits) {
336 const Bits &bits() const { return u_.bits_; }
339 Bits exponent_bits() const { return kExponentBitMask & u_.bits_; }
342 Bits fraction_bit
[all...]
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
H A Dgtest-internal.h321 typedef typename TypeWithSize<sizeof(RawType)>::UInt Bits; typedef in class:testing::internal::FloatingPoint
336 static const Bits kSignBitMask = static_cast<Bits>(1) << (kBitCount - 1);
339 static const Bits kFractionBitMask =
340 ~static_cast<Bits>(0) >> (kExponentBitCount + 1);
343 static const Bits kExponentBitMask = ~(kSignBitMask | kFractionBitMask);
372 static RawType ReinterpretBits(const Bits bits) {
386 const Bits &bits() const { return u_.bits_; }
389 Bits exponent_bits() const { return kExponentBitMask & u_.bits_; }
392 Bits fraction_bit
[all...]
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-internal.h350 typedef typename TypeWithSize<sizeof(RawType)>::UInt Bits; typedef in class:testing::internal::FloatingPoint
365 static const Bits kSignBitMask = static_cast<Bits>(1) << (kBitCount - 1);
368 static const Bits kFractionBitMask =
369 ~static_cast<Bits>(0) >> (kExponentBitCount + 1);
372 static const Bits kExponentBitMask = ~(kSignBitMask | kFractionBitMask);
401 static RawType ReinterpretBits(const Bits bits) {
415 const Bits &bits() const { return u_.bits_; }
418 Bits exponent_bits() const { return kExponentBitMask & u_.bits_; }
421 Bits fraction_bit
[all...]
/external/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-internal.h321 typedef typename TypeWithSize<sizeof(RawType)>::UInt Bits; typedef in class:testing::internal::FloatingPoint
336 static const Bits kSignBitMask = static_cast<Bits>(1) << (kBitCount - 1);
339 static const Bits kFractionBitMask =
340 ~static_cast<Bits>(0) >> (kExponentBitCount + 1);
343 static const Bits kExponentBitMask = ~(kSignBitMask | kFractionBitMask);
372 static RawType ReinterpretBits(const Bits bits) {
386 const Bits &bits() const { return u_.bits_; }
389 Bits exponent_bits() const { return kExponentBitMask & u_.bits_; }
392 Bits fraction_bit
[all...]
/external/llvm/lib/Target/AArch64/Utils/
H A DAArch64BaseInfo.cpp805 uint32_t Bits; local
810 Bits = (Op0 << 14) | (Op1 << 11) | (CRn << 7) | (CRm << 3) | Op2;
813 return Bits;
817 AArch64SysReg::SysRegMapper::toString(uint32_t Bits, bool &Valid) const { argument
820 if (SysRegPairs[i].Value == Bits) {
829 if (CycloneSysRegPairs[i].Value == Bits) {
839 if (InstPairs[i].Value == Bits) {
845 uint32_t Op0 = (Bits >> 14) & 0x3;
846 uint32_t Op1 = (Bits >> 11) & 0x7;
847 uint32_t CRn = (Bits >>
[all...]
/external/openfst/src/extensions/ngram/
H A Dbitmap-index.cc63 CHECK_LE(end, Bits());
73 if (bit_index >= GetOnesCount()) return Bits();
93 if (bit_index >= Bits() - GetOnesCount()) return Bits();

Completed in 4793 milliseconds

123456