Searched refs:Bits (Results 101 - 125 of 141) sorted by relevance

123456

/external/valgrind/main/VEX/priv/
H A Dguest_x86_helpers.c2236 /* Extended Processor Info and Feature Bits */
2597 UInt lo = 0xFFFF & (UInt)ent->LdtEnt.Bits.BaseLow;
2598 UInt mid = 0xFF & (UInt)ent->LdtEnt.Bits.BaseMid;
2599 UInt hi = 0xFF & (UInt)ent->LdtEnt.Bits.BaseHi;
2606 UInt lo = 0xFFFF & (UInt)ent->LdtEnt.Bits.LimitLow;
2607 UInt hi = 0xF & (UInt)ent->LdtEnt.Bits.LimitHi;
2609 if (ent->LdtEnt.Bits.Granularity)
/external/llvm/utils/TableGen/
H A DRegisterInfoEmitter.cpp523 const BitVector &Bits,
527 for (unsigned i = 0, e = Bits.size(); i < e; i += Width) {
530 Value |= Bits.test(i + j) << j;
871 << "Bits[] = {\n ";
896 << RC.getName() << ", " << RC.getName() << "Bits, "
897 << RC.getOrder().size() << ", sizeof(" << RC.getName() << "Bits), "
522 printBitVectorAsHex(raw_ostream &OS, const BitVector &Bits, unsigned Width) argument
/external/clang/lib/AST/
H A DExprCXX.cpp893 unsigned Bits = 0; local
895 Bits |= Capture_Implicit;
903 Bits |= Capture_ByCopy;
909 DeclAndBits.setInt(Bits);
H A DType.cpp112 unsigned Bits = Context.getTypeSize(Context.getSizeType()); local
117 if (Bits > 61)
118 Bits = 61;
120 return Bits;
/external/freetype/src/gzip/
H A Dinfblock.c15 #define bits word.what.Bits
55 11. Correction: 4 Bits: # of Bit Length codes - 4 (4 - 19)
/external/llvm/include/llvm/Support/
H A DCommandLine.h1502 unsigned Bits; // Where to store the bits...
1515 Bits |= Bit(V);
1518 unsigned getBits() { return Bits; }
1522 return (Bits & Bit(V)) != 0;
/external/zlib/src/as400/
H A Dzlib.inc348 D value 10I 0 value Bits to insert
385 D value 10I 0 value Bits to insert
/external/clang/lib/Serialization/
H A DASTReader.cpp163 #define LANGOPT(Name, Bits, Default, Description) \
171 #define VALUE_LANGOPT(Name, Bits, Default, Description) \
179 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) \
187 #define BENIGN_LANGOPT(Name, Bits, Default, Description)
188 #define BENIGN_ENUM_LANGOPT(Name, Type, Bits, Default, Description)
723 unsigned Bits = endian::readNext<uint16_t, little, unaligned>(d); local
724 bool CPlusPlusOperatorKeyword = Bits & 0x01;
725 Bits >>= 1;
726 bool HasRevertedTokenIDToIdentifier = Bits & 0x01;
727 Bits >>
[all...]
/external/clang/lib/Frontend/
H A DCompilerInvocation.cpp1854 void add(uint64_t Value, unsigned Bits);
1910 #define LANGOPT(Name, Bits, Default, Description) \
1912 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) \
1914 #define BENIGN_LANGOPT(Name, Bits, Default, Description)
1915 #define BENIGN_ENUM_LANGOPT(Name, Type, Bits, Default, Description)
/external/chromium_org/v8/src/mips/
H A Dsimulator-mips.cc106 uint32_t code = instr->Bits(25, 6);
140 uint32_t code = instr->Bits(25, 6);
1529 uint32_t code = (func == BREAK) ? instr->Bits(25, 6) : -1;
1787 uint32_t code = static_cast<uint32_t>(instr->Bits(25, 6));
/external/qemu/distrib/sdl-1.2.15/src/video/bwindow/
H A DSDL_sysvideo.cc563 current->pixels = (void *)bbitmap->Bits();
/external/vixl/src/a64/
H A Dsimulator-a64.h98 inline uint32_t Bits(int msb, int lsb) const { function in class:vixl::SimSystemRegister
/external/chromium_org/testing/gtest/test/
H A Dgtest_unittest.cc2675 typedef typename Floating::Bits Bits; typedef in class:__anon10886::FloatingPointTest
2681 const Bits zero_bits = Floating(0).bits();
2692 const Bits one_bits = Floating(1).bits();
2703 const Bits infinity_bits = Floating(values_.infinity).bits();
2715 | (static_cast<Bits>(1) << (Floating::kFractionBitCount - 1)) | 1);
2717 | (static_cast<Bits>(1) << (Floating::kFractionBitCount - 1)) | 200);
2721 EXPECT_EQ(sizeof(RawType), sizeof(Bits));
2734 // Tests that the size of Float::Bits matches the size of float.
2907 // Tests that the size of Double::Bits matche
[all...]
/external/gtest/test/
H A Dgtest_unittest.cc2682 typedef typename Floating::Bits Bits; typedef in class:__anon21618::FloatingPointTest
2688 const Bits zero_bits = Floating(0).bits();
2699 const Bits one_bits = Floating(1).bits();
2710 const Bits infinity_bits = Floating(values_.infinity).bits();
2722 | (static_cast<Bits>(1) << (Floating::kFractionBitCount - 1)) | 1);
2724 | (static_cast<Bits>(1) << (Floating::kFractionBitCount - 1)) | 200);
2728 EXPECT_EQ(sizeof(RawType), sizeof(Bits));
2741 // Tests that the size of Float::Bits matches the size of float.
2914 // Tests that the size of Double::Bits matche
[all...]
/external/libvorbis/doc/
H A D02-bitpacking.tex44 end of the byte. Bits in a byte are numbered from zero at the LSb to
/external/protobuf/gtest/test/
H A Dgtest_unittest.cc2964 typedef typename Floating::Bits Bits; typedef in class:__anon28922::FloatingPointTest
2970 const Bits zero_bits = Floating(0).bits();
2981 const Bits one_bits = Floating(1).bits();
2992 const Bits infinity_bits = Floating(values_.infinity).bits();
3004 | (static_cast<Bits>(1) << (Floating::kFractionBitCount - 1)) | 1);
3006 | (static_cast<Bits>(1) << (Floating::kFractionBitCount - 1)) | 200);
3010 EXPECT_EQ(sizeof(RawType), sizeof(Bits));
3023 // Tests that the size of Float::Bits matches the size of float.
3190 // Tests that the size of Double::Bits matche
[all...]
/external/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp1478 uint32_t Bits = Mapper.fromString(getSysReg(), Valid); local
1480 Inst.addOperand(MCOperand::CreateImm(Bits));
1488 uint32_t Bits = Mapper.fromString(getSysReg(), Valid); local
1490 Inst.addOperand(MCOperand::CreateImm(Bits));
1497 uint32_t Bits = local
1500 Inst.addOperand(MCOperand::CreateImm(Bits));
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-darwin.c7734 ldt[6].LdtEnt.Bits.LimitLow = 1;
7735 ldt[6].LdtEnt.Bits.LimitHi = 0;
7736 ldt[6].LdtEnt.Bits.BaseLow = ARG1 & 0xffff;
7737 ldt[6].LdtEnt.Bits.BaseMid = (ARG1 >> 16) & 0xff;
7738 ldt[6].LdtEnt.Bits.BaseHi = (ARG1 >> 24) & 0xff;
7739 ldt[6].LdtEnt.Bits.Pres = 1; // ACC_P
7740 ldt[6].LdtEnt.Bits.Dpl = 3; // ACC_PL_U
7741 ldt[6].LdtEnt.Bits.Type = 0x12; // ACC_DATA_W
7742 ldt[6].LdtEnt.Bits.Granularity = 1; // SZ_G
7743 ldt[6].LdtEnt.Bits
[all...]
/external/libunwind/doc/
H A Dlibunwind-ia64.tex89 instruction pointed to by \Const{UNW\_IA64\_IP}. Bits 0 and 1 of
/external/chromium_org/v8/src/arm64/
H A Dsimulator-arm64.h99 uint32_t Bits(int msb, int lsb) const {
/external/chromium_org/v8/src/mips64/
H A Dsimulator-mips64.cc122 uint32_t code = instr->Bits(25, 6);
157 uint32_t code = instr->Bits(25, 6);
1604 uint32_t code = (func == BREAK) ? instr->Bits(25, 6) : -1;
1852 uint32_t code = static_cast<uint32_t>(instr->Bits(25, 6));
/external/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp672 template <unsigned Bits> bool isMemWithSimmOffset() const {
673 return isMem() && isConstantMemOff() && isInt<Bits>(getConstantMemOff());
/external/pcre/dist/
H A Dpcregexp.pas268 flags : longint; { Bits for which fields are set }
/external/llvm/lib/Target/AArch64/Utils/
H A DAArch64BaseInfo.h1146 std::string toString(uint32_t Bits, bool &Valid) const;
/external/clang/lib/CodeGen/
H A DCGExpr.cpp2135 unsigned Bits = V->getType()->getPrimitiveSizeInBits(); local
2136 if (Bits <= TargetTy->getIntegerBitWidth())
2138 Bits));

Completed in 668 milliseconds

123456