Home
last modified time | relevance | path

Searched refs:MSD (Results 1 – 25 of 26) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMachObjectWriter.cpp338 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 …]
DELFObjectWriter.cpp185 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/
DdqInvert.decTest138 -- and more thorough MSD/LSD tests [8 and 9 mght be encoded differently...]
168 -- test MSD
177 -- test MSD-1
DddInvert.decTest124 -- test MSD
133 -- test MSD-1
Dinvert.decTest99 -- test MSD
108 -- test MSD-1
DddOr.decTest114 -- test MSD
131 -- test MSD-1
Dor.decTest156 -- test MSD
173 -- test MSD-1
Dand.decTest160 -- test MSD
177 -- test MSD-1
Dxor.decTest157 -- test MSD
174 -- test MSD-1
DddXor.decTest159 -- test MSD
176 -- test MSD-1
DddAnd.decTest169 -- test MSD
186 -- test MSD-1
DdqXor.decTest232 -- test MSD
249 -- test MSD-1
DdqOr.decTest223 -- test MSD
240 -- test MSD-1
DdqAnd.decTest242 -- test MSD
259 -- test MSD-1
DdqCompare.decTest729 -- check MSD always detected non-zero
DddCompare.decTest720 -- check MSD always detected non-zero
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCMachObjectWriter.h203 void writeNlist(MachSymbolData &MSD, const MCAsmLayout &Layout);
/third_party/tzdata/
Deurope77 # 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 …]
Dbackzone1577 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
DNEWS236 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/
DtzdbNames.txt480 sd{"MSD"}
/third_party/icu/icu4c/source/data/zone/
DtzdbNames.txt480 sd{"MSD"}
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZInstrHFP.td201 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/
DAPFloat.cpp3613 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/
Dconstants-s390.h303 V(msd, MSD, 0xED3F) /* type = RXF MULTIPLY AND SUBTRACT (long HFP) */ \

12