/external/v8/src/arm/ |
D | constants-arm.h | 539 inline int Bit(int nr) const { in Bit() function 556 static inline int Bit(Instr instr, int nr) { in Bit() function 608 inline int NValue() const { return Bit(7); } in NValue() 609 inline int MValue() const { return Bit(5); } in MValue() 610 inline int DValue() const { return Bit(22); } in DValue() 612 inline int PValue() const { return Bit(24); } in PValue() 613 inline int UValue() const { return Bit(23); } in UValue() 614 inline int Opc1Value() const { return (Bit(23) << 2) | Bits(21, 20); } in Opc1Value() 617 inline int SzValue() const { return Bit(8); } in SzValue() 618 inline int VLValue() const { return Bit(20); } in VLValue() [all …]
|
D | disasm-arm.cc | 261 shift_names[instr->Bit(6) * 2], in PrintShiftSat() 429 if (instr->Bit(21) == 0) { in FormatOption() 456 if (instr->Bit(21) == 0) { in FormatOption() 506 if ((instr->Bits(27, 25) == 0) && (instr->Bit(20) == 0) && in FormatOption() 507 (instr->Bits(7, 6) == 3) && (instr->Bit(4) == 1)) { in FormatOption() 508 if (instr->Bit(5) == 1) { in FormatOption() 618 if (instr->Bit(22) == 0) { in FormatOption() 686 if (instr->Bit(24) == 0) { in DecodeType01() 688 if (instr->Bit(23) == 0) { in DecodeType01() 689 if (instr->Bit(21) == 0) { in DecodeType01() [all …]
|
D | constants-arm.cc | 48 high16 |= (0xff * Bit(18)) << 6; // xxbbbbbb,bbxxxxxx. in DoubleImmedVmov() 49 high16 |= (Bit(18) ^ 1) << 14; // xBxxxxxx,xxxxxxxx. in DoubleImmedVmov() 50 high16 |= Bit(19) << 15; // axxxxxxx,xxxxxxxx. in DoubleImmedVmov()
|
D | simulator-arm.cc | 1419 if (instr->Bit(4) == 0) { in GetShiftRm() 2010 if (instr->Bit(24) == 0) { in DecodeType01() 2018 if (instr->Bit(23) == 0) { in DecodeType01() 2019 if (instr->Bit(21) == 0) { in DecodeType01() 2052 if (instr->Bit(22) == 1) { in DecodeType01() 2081 if (instr->Bit(22) == 0) { in DecodeType01() 2169 if (((instr->Bits(7, 4) & 0xd) == 0xd) && (instr->Bit(20) == 0)) { in DecodeType01() 2560 if (instr->Bit(22) == 0x1) { // USAT. in DecodeType3() 2564 int32_t shift_type = instr->Bit(6); in DecodeType3() 2604 if (instr->Bit(22)) { in DecodeType3() [all …]
|
/external/chromium/third_party/libjingle/source/talk/site_scons/ |
D | talk.py | 189 if env.Bit('windows'): 194 elif env.Bit('mac'): 196 elif env.Bit('linux'): 206 if env.Bit('windows'): 207 if env.Bit('debug'): 211 elif env.Bit('mac'): 213 elif env.Bit('linux'): 249 if env.Bit('windows'): 257 if env.Bit('mac'): 331 platforms[x] for x in iter(platforms) if env.Bit(x) [all …]
|
/external/clang/test/Parser/ |
D | MicrosoftExtensions.c | 21 void __forceinline InterlockedBitTestAndSet (long *Base, long Bit) in InterlockedBitTestAndSet() argument 24 mov eax, Bit in InterlockedBitTestAndSet()
|
/external/llvm/docs/CommandGuide/ |
D | llvm-bcanalyzer.pod | 208 The total number of 32-bit integers encoded using the Variable Bit Rate 213 The total number of 64-bit integers encoded using the Variable Bit Rate encoding 219 the Variable Bit Rate encoding scheme. 224 integers had they not been compressed with the Variable Bit Rage encoding 229 The total number of bytes saved by using the Variable Bit Rate encoding scheme. 292 integers that use the Variable Bit Rate encoding scheme. 298 Bit Rate encoding scheme. 302 The total number of bytes saved in this function by using the Variable Bit
|
/external/llvm/include/llvm/TableGen/ |
D | Record.h | 549 unsigned Bit) const = 0; 619 Init *getBit(unsigned Bit) const { in getBit() argument 620 assert(Bit < Bits.size() && "Bit index out of range!"); in getBit() 621 return Bits[Bit]; in getBit() 674 unsigned Bit) const { in resolveBitReference() argument 717 unsigned Bit) const { in resolveBitReference() argument 785 unsigned Bit) const { in resolveBitReference() argument 822 unsigned Bit) const; 1007 unsigned Bit) const; 1030 unsigned Bit; variable [all …]
|
/external/chromium/third_party/libjingle/source/talk/site_scons/site_tools/ |
D | talk_noops.py | 13 if not env.Bit('windows'):
|
/external/webkit/Source/WebKit2/WebProcess/mac/ |
D | FullKeyboardAccessWatcher.mm | 43 // Bit 0 is set if feature is on 44 … // Bit 1 is set if full keyboard access works for any control, not just text boxes and lists.
|
/external/llvm/lib/TableGen/ |
D | Record.cpp | 247 if (BitInit *Bit = dynamic_cast<BitInit*>(BI->getBit(i))) { in convertValue() local 248 Result |= Bit->getValue() << i; in convertValue() 514 if (Init *Bit = getBit(e-i-1)) in getAsString() local 515 Result += Bit->getAsString(); in getAsString() 686 unsigned Bit) const { in resolveBitReference() 692 return Typed->resolveBitReference(R, IRV, Bit); in resolveBitReference() 1328 unsigned Bit) const { in resolveBitReference() 1337 assert(Bit < BI->getNumBits() && "Bit reference out of range!"); in resolveBitReference() 1338 Init *B = BI->getBit(Bit); in resolveBitReference() 1424 return TI->getAsString() + "{" + utostr(Bit) + "}"; in getAsString() [all …]
|
D | TGLexer.h | 45 Bit, Bits, Class, Code, Dag, Def, Foreach, Defm, Field, In, Int, Let, List, enumerator
|
D | TGParser.cpp | 125 unsigned Bit = BitList[i]; in SetValue() local 126 if (NewBits[Bit]) in SetValue() 127 return Error(Loc, "Cannot set bit #" + utostr(Bit) + " of value '" + in SetValue() 129 NewBits[Bit] = BInit->getBit(i); in SetValue() 718 case tgtok::Bit: Lex.Lex(); return BitRecTy::get(); in ParseType() 1292 Init *Bit = Vals[i]->convertInitializerTo(BitRecTy::get()); in ParseSimpleValue() local 1293 if (Bit == 0) { in ParseSimpleValue() 1298 NewBits[Vals.size()-i-1] = Bit; in ParseSimpleValue()
|
D | TGLexer.cpp | 269 .Case("bit", tgtok::Bit) in LexIdentifier()
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/test/runtime/sets/ |
D | ANTLRBitSetTest.m | 69 STAssertTrue([bitSet member:1], @"Bit at index 1 is not a member..."); 73 STAssertFalse([bitSet member:1], @"Bit at index 1 is a member...");
|
/external/llvm/lib/Target/X86/ |
D | X86CodeEmitter.cpp | 194 unsigned Bit = 0; in determineREX() local 200 REX |= 1 << Bit; in determineREX() 201 Bit++; in determineREX() 215 unsigned Bit = 0; in determineREX() local 220 REX |= 1 << Bit; in determineREX() 221 Bit++; in determineREX()
|
/external/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86MCCodeEmitter.cpp | 754 unsigned Bit = 0; in DetermineREXPrefix() local 760 REX |= 1 << Bit; // set REX.B (Bit=0) and REX.X (Bit=1) in DetermineREXPrefix() 761 Bit++; in DetermineREXPrefix() 776 unsigned Bit = 0; in DetermineREXPrefix() local 781 REX |= 1 << Bit; // REX.B (Bit=0) and REX.X (Bit=1) in DetermineREXPrefix() 782 Bit++; in DetermineREXPrefix()
|
/external/icu4c/data/locales/ |
D | om.txt | 98 "Bit",
|
/external/llvm/utils/TableGen/ |
D | InstrInfoEmitter.cpp | 331 if (BitInit *Bit = dynamic_cast<BitInit*>(TSF->getBit(i))) in emitRecord() local 332 Value |= uint64_t(Bit->getValue()) << i; in emitRecord()
|
/external/chromium/third_party/libjingle/source/talk/ |
D | main.scons | 68 DeclareBit('platform_arch_64bit', 'Host Platform is 64 Bit') 175 if win_env.Bit('test_signing'): 449 if win_env.Bit('vsproj'):
|
/external/llvm/include/llvm/Support/ |
D | CommandLine.h | 1428 static unsigned Bit(const T &V) { 1449 *Location |= Bit(V); 1456 return (*Location & Bit(V)) != 0; 1469 static unsigned Bit(const T &V) { 1479 Bits |= Bit(V); 1486 return (Bits & Bit(V)) != 0;
|
/external/oprofile/events/ppc/7450/ |
D | events | 5 event:0x3 counters:0,1,2,3 um:zero minimum:3000 name:TBL_BIT_TRANSTNS : TBL Bit Transitions
|
/external/bluetooth/bluez/doc/ |
D | mgmt-api.txt | 51 Feature Bit 0: Controller Support 52 Feature Bit 1: Tracing Support
|
/external/llvm/lib/MC/ |
D | MCAsmStreamer.cpp | 1195 unsigned Bit = (Code[i] >> j) & 1; in AddEncodingComment() local 1204 assert(Bit == 0 && "Encoder wrote into fixed up bit!"); in AddEncodingComment() 1207 OS << Bit; in AddEncodingComment()
|
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/ |
D | Antlr.Runtime.pas | 450 procedure GrowToInclude(const Bit: Integer); 1736 class function WordNumber(const Bit: Integer): Integer; static; 1747 procedure GrowToInclude(const Bit: Integer); virtual; 3542 procedure TBitSet.GrowToInclude(const Bit: Integer); 3546 NewSize := Max(Length(FBits) shl 1,NumWordsToHold(Bit)); 3609 I, Bit: Integer; 3618 for Bit := BITS - 1 downto 0 do 3620 if ((W and (UInt64(1) shl Bit)) <> 0) then 3683 class function TBitSet.WordNumber(const Bit: Integer): Integer; 3685 Result := Bit shr LOG_BITS; // Bit / BITS
|