/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
D | COFFImportFile.cpp | 32 static bool is32bit(MachineTypes Machine) { in is32bit() argument 33 switch (Machine) { in is32bit() 45 static uint16_t getImgRelRelocation(MachineTypes Machine) { in getImgRelRelocation() argument 46 switch (Machine) { in getImgRelRelocation() 93 MachineTypes Machine, bool MinGW) { in getNameType() argument 104 if (Machine == IMAGE_FILE_MACHINE_I386 && Sym.startswith("_")) in getNameType() 140 MachineTypes Machine; member in llvm::object::__anon3d74a9590111::ObjectFactory 149 : Machine(M), ImportName(S), Library(S.drop_back(4)), in ObjectFactory() 187 u16(Machine), in createImportDescriptor() 198 u16(is32bit(Machine) ? IMAGE_FILE_32BIT_MACHINE : C_Invalid), in createImportDescriptor() [all …]
|
D | COFFModuleDefinition.cpp | 149 : Lex(S), Machine(M), MingwDef(B) {} in Parser() 244 if (Machine == IMAGE_FILE_MACHINE_I386) { in parseExport() 289 if (Machine == IMAGE_FILE_MACHINE_I386 && !isDecorated(E.AliasTarget, MingwDef)) in parseExport() 356 MachineTypes Machine; member in llvm::object::Parser 362 MachineTypes Machine, in parseCOFFModuleDefinition() argument 364 return Parser(MB.getBuffer(), Machine, MingwDef).parse(); in parseCOFFModuleDefinition()
|
D | ELF.cpp | 22 StringRef llvm::object::getELFRelocationTypeName(uint32_t Machine, in getELFRelocationTypeName() argument 24 switch (Machine) { in getELFRelocationTypeName() 156 uint32_t llvm::object::getELFRelativeRelocationType(uint32_t Machine) { in getELFRelativeRelocationType() argument 157 switch (Machine) { in getELFRelativeRelocationType() 200 StringRef llvm::object::getELFSectionTypeName(uint32_t Machine, unsigned Type) { in getELFSectionTypeName() argument 201 switch (Machine) { in getELFSectionTypeName()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | AsmWriter.cpp | 826 ModuleSlotTracker::ModuleSlotTracker(SlotTracker &Machine, const Module *M, in ModuleSlotTracker() argument 828 : M(M), F(F), Machine(&Machine) {} in ModuleSlotTracker() 839 return Machine; in getMachine() 844 Machine = MachineStorage.get(); in getMachine() 845 return Machine; in getMachine() 857 Machine->purgeFunction(); in incorporateFunction() 858 Machine->incorporateFunction(&F); in incorporateFunction() 864 return Machine->getLocalSlot(V); in getLocalSlot() 1245 SlotTracker *Machine, 1250 SlotTracker *Machine, const Module *Context, [all …]
|
/third_party/ltp/testcases/network/multicast/mc_commo/ |
D | README.1st | 2 path setup for the test, i.e. if Machine A has "/testcases/mc_commo" for the files, then 3 Machine B must also have the same path setup. Machine B would be exported as the 4 RHOST on Machine A, i.e. 'export RHOST=<Machine B hostname>'. If this
|
/third_party/ltp/testcases/kernel/mce-test/doc/cases/ |
D | soft-inj_panic_ucr.txt | 22 * mce_reign() until mce_panic("Fatal Machine check",) 30 * Kernel panic message is "Fatal Machine check" 45 * mce_reign() until mce_panic("Fatal Machine check",) 53 * Kernel panic message is "Fatal Machine check" 68 * mce_reign() until mce_panic("Fatal Machine check",) 76 * Kernel panic message is "Fatal Machine check" 91 * mce_reign() until mce_panic("Machine check from unknown source",) 100 * Kernel panic message is "Machine check from unknown source" 119 * Kernel panic message is "Fatal Machine check" 133 * Kernel panic message is "Fatal Machine check"
|
D | soft-inj_panic_npcc.txt | 31 * Kernel panic message is "Fatal Machine check" 46 * Kernel panic message is "Fatal Machine check" 82 * Kernel panic message is "Fatal Machine check" 113 * Kernel panic message is "Fatal Machine check" 128 * Kernel panic message is "Fatal Machine check" 138 * mce_reign(), mce_panic("Machine check from unknown source") branch 144 * Kernel panic message is "Machine check from unknown source"
|
D | soft-inj_panic.txt | 20 * mce_reign() until mce_panic("Fatal Machine check",) 31 * Kernel panic message is "Fatal Machine check" 70 * Kernel panic message is "Fatal Machine check" 87 * Kernel panic message is "Fatal Machine check" 121 * Kernel panic message is "Fatal Machine check" 139 * Kernel panic message is "Machine check from unknown source" 154 * Kernel panic message is "Fatal Machine check" 170 * Kernel panic message is "Fatal Machine check"
|
D | soft-inj_panic_noser.txt | 23 * mce_reign() until mce_panic("Fatal Machine check",) 31 * Kernel panic message is "Fatal Machine check" 49 * mce_reign() until mce_panic("Fatal Machine check",) 57 * Kernel panic message is "Fatal Machine check"
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonSchedule.td | 60 // V5 Machine Info + 65 // V55 Machine Info + 69 // V60 Machine Info - 77 // V62 Machine Info + 83 // V65 Machine Info + 89 // V66 Machine Info +
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ToolDrivers/llvm-dlltool/ |
D | DlltoolDriver.cpp | 122 COFF::MachineTypes Machine = IMAGE_FILE_MACHINE_UNKNOWN; in dlltoolDriverMain() local 124 Machine = getEmulation(Arg->getValue()); in dlltoolDriverMain() 126 if (Machine == IMAGE_FILE_MACHINE_UNKNOWN) { in dlltoolDriverMain() 132 parseCOFFModuleDefinition(*MB, Machine, true); in dlltoolDriverMain() 163 if (Machine == IMAGE_FILE_MACHINE_I386 && Args.getLastArg(OPT_k)) { in dlltoolDriverMain() 181 writeImportLibrary(Def->OutputFile, Path, Def->Exports, Machine, true)) in dlltoolDriverMain()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ToolDrivers/llvm-lib/ |
D | LibDriver.cpp | 154 uint16_t Machine = Obj.getMachine(); in getCOFFFileMachine() local 155 if (Machine != COFF::IMAGE_FILE_MACHINE_I386 && in getCOFFFileMachine() 156 Machine != COFF::IMAGE_FILE_MACHINE_AMD64 && in getCOFFFileMachine() 157 Machine != COFF::IMAGE_FILE_MACHINE_ARMNT && in getCOFFFileMachine() 158 Machine != COFF::IMAGE_FILE_MACHINE_ARM64) { in getCOFFFileMachine() 159 llvm::errs() << MB.getBufferIdentifier() << ": unknown machine: " << Machine in getCOFFFileMachine() 164 return static_cast<COFF::MachineTypes>(Machine); in getCOFFFileMachine()
|
/third_party/skia/third_party/externals/freetype/src/gxvalid/ |
D | README | 113 3-1. Validation of State Machine activity 116 QuickDraw GX/AAT uses a `State Machine' to provide `stateful' layout 118 this `State Machine' in a `StateTable' data structure. While the 119 State Machine receives a series of glyph IDs, the State Machine 127 - existence of glyph IDs that the State Machine doesn't know how 129 - the State Machine cannot compute the layout information from 133 State Machine itself, because these are `expression' errors of state 136 There is no limitation about how long the State Machine walks 138 diagram requires infinite steps, even if we had a State Machine in 142 - existence of states which the State Machine never transits to [all …]
|
/third_party/flutter/skia/third_party/externals/freetype/src/gxvalid/ |
D | README | 113 3-1. Validation of State Machine activity 116 QuickDraw GX/AAT uses a `State Machine' to provide `stateful' layout 118 this `State Machine' in a `StateTable' data structure. While the 119 State Machine receives a series of glyph IDs, the State Machine 127 - existence of glyph IDs that the State Machine doesn't know how 129 - the State Machine cannot compute the layout information from 133 State Machine itself, because these are `expression' errors of state 136 There is no limitation about how long the State Machine walks 138 diagram requires infinite steps, even if we had a State Machine in 142 - existence of states which the State Machine never transits to [all …]
|
/third_party/freetype/src/gxvalid/ |
D | README | 113 3-1. Validation of State Machine activity 116 QuickDraw GX/AAT uses a `State Machine' to provide `stateful' layout 118 this `State Machine' in a `StateTable' data structure. While the 119 State Machine receives a series of glyph IDs, the State Machine 127 - existence of glyph IDs that the State Machine doesn't know how 129 - the State Machine cannot compute the layout information from 133 State Machine itself, because these are `expression' errors of state 136 There is no limitation about how long the State Machine walks 138 diagram requires infinite steps, even if we had a State Machine in 142 - existence of states which the State Machine never transits to [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | ModuleSlotTracker.h | 37 SlotTracker *Machine = nullptr; variable 41 ModuleSlotTracker(SlotTracker &Machine, const Module *M,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
D | MCWinCOFFObjectWriter.h | 26 const unsigned Machine; variable 39 unsigned getMachine() const { return Machine; } in getMachine()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | COFFYAML.cpp | 360 NMachine(IO &) : Machine(COFF::MachineTypes(0)) {} in NMachine() 361 NMachine(IO &, uint16_t M) : Machine(COFF::MachineTypes(M)) {} in NMachine() 363 uint16_t denormalize(IO &) { return Machine; } in denormalize() 365 COFF::MachineTypes Machine; member 416 if (H.Machine == COFF::IMAGE_FILE_MACHINE_I386) { in mapping() 420 } else if (H.Machine == COFF::IMAGE_FILE_MACHINE_AMD64) { in mapping() 424 } else if (H.Machine == COFF::IMAGE_FILE_MACHINE_ARMNT) { in mapping() 428 } else if (H.Machine == COFF::IMAGE_FILE_MACHINE_ARM64) { in mapping() 491 MappingNormalization<NMachine, uint16_t> NM(IO, H.Machine); in mapping() 495 IO.mapRequired("Machine", NM->Machine); in mapping()
|
/third_party/boost/libs/parameter/test/ |
D | timings.txt | 23 Machine: 57 Machine: 80 Machine:
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/ |
D | RISCVSystemOperands.td | 25 // Privilege Mode: User = 0, System = 1 or Machine = 3. 176 // Machine Information Registers 185 // Machine Trap Setup 196 // Machine Trap Handling 205 // Machine Protection and Translation 233 // Machine Counter and Timers 304 // Machine Counter Setup
|
/third_party/ltp/testcases/network/nfsv4/locks/ |
D | locktests.py | 31 class Machine: class 44 class Client(Machine): 77 class Serveur(Machine):
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | COFF.h | 61 uint16_t Machine; member 76 uint16_t Machine; member 654 uint16_t Machine; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
D | COFFModuleDefinition.h | 46 parseCOFFModuleDefinition(MemoryBufferRef MB, COFF::MachineTypes Machine,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | WinCOFFObjectWriter.cpp | 157 Header.Machine = TargetObjectWriter->getMachine(); in reset() 238 Header.Machine = TargetObjectWriter->getMachine(); in WinCOFFObjectWriter() 487 W.write<uint16_t>(Header.Machine); in WriteFileHeader() 498 W.write<uint16_t>(Header.Machine); in WriteFileHeader() 776 if ((Header.Machine == COFF::IMAGE_FILE_MACHINE_AMD64 && in recordRelocation() 778 (Header.Machine == COFF::IMAGE_FILE_MACHINE_I386 && in recordRelocation() 782 if (Header.Machine == COFF::IMAGE_FILE_MACHINE_ARMNT) { in recordRelocation() 1091 : Machine(Machine_) {} in MCWinCOFFObjectTargetWriter()
|
/third_party/flutter/skia/third_party/externals/icu/source/data/translit/ |
D | root_subset.txt | 2 // * Copyright (C) 2004-2013, International Business Machine
|