/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | MachObjectWriter.cpp | 338 void MachObjectWriter::writeNlist(MachSymbolData &MSD, in writeNlist() argument 340 const MCSymbol *Symbol = MSD.Symbol; in writeNlist() 343 uint8_t SectionIndex = MSD.SectionIndex; in writeNlist() 392 W.write<uint32_t>(MSD.StringIndex); in writeNlist() 575 MachSymbolData MSD; in computeSymbolTable() local 576 MSD.Symbol = &Symbol; in computeSymbolTable() 577 MSD.StringIndex = StringTable.getOffset(Symbol.getName()); in computeSymbolTable() 580 MSD.SectionIndex = 0; in computeSymbolTable() 581 UndefinedSymbolData.push_back(MSD); in computeSymbolTable() 583 MSD.SectionIndex = 0; in computeSymbolTable() [all …]
|
D | ELFObjectWriter.cpp | 185 ELFSymbolData &MSD, const MCAsmLayout &Layout); 529 ELFSymbolData &MSD, const MCAsmLayout &Layout) { in writeSymbol() argument 530 const auto &Symbol = cast<MCSymbolELF>(*MSD.Symbol); in writeSymbol() 553 uint64_t Value = SymbolValue(*MSD.Symbol, Layout); in writeSymbol() 556 const MCExpr *ESize = MSD.Symbol->getSize(); in writeSymbol() 568 Writer.writeSymbol(StringIndex, Info, Value, Size, Other, MSD.SectionIndex, in writeSymbol() 647 ELFSymbolData MSD; in computeSymbolTable() local 648 MSD.Symbol = cast<MCSymbolELF>(&Symbol); in computeSymbolTable() 654 MSD.SectionIndex = ELF::SHN_ABS; in computeSymbolTable() 657 MSD.SectionIndex = Symbol.getIndex(); in computeSymbolTable() [all …]
|
/third_party/python/Lib/test/decimaltestdata/ |
D | dqInvert.decTest | 138 -- and more thorough MSD/LSD tests [8 and 9 mght be encoded differently...] 168 -- test MSD 177 -- test MSD-1
|
D | ddInvert.decTest | 124 -- test MSD 133 -- test MSD-1
|
D | invert.decTest | 99 -- test MSD 108 -- test MSD-1
|
D | ddOr.decTest | 114 -- test MSD 131 -- test MSD-1
|
D | or.decTest | 156 -- test MSD 173 -- test MSD-1
|
D | and.decTest | 160 -- test MSD 177 -- test MSD-1
|
D | xor.decTest | 157 -- test MSD 174 -- test MSD-1
|
D | ddXor.decTest | 159 -- test MSD 176 -- test MSD-1
|
D | ddAnd.decTest | 169 -- test MSD 186 -- test MSD-1
|
D | dqXor.decTest | 232 -- test MSD 249 -- test MSD-1
|
D | dqOr.decTest | 223 -- test MSD 240 -- test MSD-1
|
D | dqAnd.decTest | 242 -- test MSD 259 -- test MSD-1
|
D | dqCompare.decTest | 729 -- check MSD always detected non-zero
|
D | ddCompare.decTest | 720 -- check MSD always detected non-zero
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
D | MCMachObjectWriter.h | 203 void writeNlist(MachSymbolData &MSD, const MCAsmLayout &Layout);
|
/third_party/tzdata/ |
D | europe | 77 # 3:00 MSK MSD MDST* Moscow 668 Rule Russia 1919 only - Jul 1 0:00u 1:00 MSD 672 Rule Russia 1921 only - Feb 14 23:00 1:00 MSD 677 Rule Russia 1921 only - Sep 1 0:00 1:00 MSD 871 3:00 Russia MSK/MSD 1990 1257 3:00 Russia MSK/MSD 1989 Mar 26 2:00s 1864 3:00 Russia MSK/MSD 1989 Mar lastSun 2:00s 1915 3:00 Russia MSK/MSD 1989 Mar 26 2:00s 2012 3:00 Russia MSK/MSD 1990 May 6 2:00 2320 # 'MSK' and 'MSD' were born and used initially on Moscow computers with [all …]
|
D | backzone | 1577 3:00 Russia MSK/MSD 1991 Mar 31 2:00 1579 3:00 Russia MSK/MSD 1595 3:00 Russia MSK/MSD 1990 1638 3:00 Russia MSK/MSD 1991 Mar 31 2:00
|
D | NEWS | 236 use the abbreviations MSK/MSD instead of numeric abbreviations, 2575 was replaced by +05, whereas MSK and MSD were kept as they are not 3134 Correct the 1992-2010 DST abbreviation in Volgograd from "MSK" to "MSD". 3560 Prefer MSK/MSD for Moscow time in Russia, even in other cities. 3749 "MSD" for Moscow's double daylight time in summer 1921. Also, a typo
|
/third_party/skia/third_party/externals/icu/source/data/zone/ |
D | tzdbNames.txt | 480 sd{"MSD"}
|
/third_party/icu/icu4c/source/data/zone/ |
D | tzdbNames.txt | 480 sd{"MSD"}
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZInstrHFP.td | 201 def MSD : TernaryRXF<"msd", 0xED3F, null_frag, FP64, FP64, load, 8>;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | APFloat.cpp | 3613 int MSD = exp + (int) (NDigits - 1); in toString() local 3614 if (MSD >= 0) { in toString() 3620 FormatScientific = ((unsigned) -MSD) > FormatMaxPadding; in toString()
|
/third_party/node/deps/v8/src/codegen/s390/ |
D | constants-s390.h | 303 V(msd, MSD, 0xED3F) /* type = RXF MULTIPLY AND SUBTRACT (long HFP) */ \
|