/external/llvm-project/llvm/test/tools/llvm-objdump/COFF/ |
D | win64-unwind-data.test | 15 OBJ-NEXT: Number of Codes: 8 18 OBJ-NEXT: Unwind Codes: 32 OBJ-NEXT: Number of Codes: 0 41 OBJ-NEXT: Number of Codes: 0 50 OBJ-NEXT: Number of Codes: 6 52 OBJ-NEXT: Unwind Codes: 64 EXE-NEXT: Number of Codes: 8 67 EXE-NEXT: Unwind Codes: 82 EXE-NEXT: Number of Codes: 0 92 EXE-NEXT: Number of Codes: 0 [all …]
|
/external/llvm/test/tools/llvm-objdump/ |
D | win64-unwind-data.test | 15 OBJ-NEXT: Number of Codes: 8 18 OBJ-NEXT: Unwind Codes: 32 OBJ-NEXT: Number of Codes: 0 41 OBJ-NEXT: Number of Codes: 0 50 OBJ-NEXT: Number of Codes: 6 52 OBJ-NEXT: Unwind Codes: 64 EXE-NEXT: Number of Codes: 8 67 EXE-NEXT: Unwind Codes: 82 EXE-NEXT: Number of Codes: 0 92 EXE-NEXT: Number of Codes: 0 [all …]
|
/external/llvm/lib/IR/ |
D | InlineAsm.cpp | 74 ConstraintCodeVector *pCodes = &Codes; in Parse() 80 pCodes = &multipleAlternatives[0].Codes; in Parse() 181 pCodes = &multipleAlternatives[multipleAlternativeIndex].Codes; in Parse() 206 Codes = scInfo.Codes; in selectAlternative()
|
/external/lzma/CPP/7zip/UI/Console/ |
D | UpdateCallbackConsole.h | 15 CRecordVector<DWORD> Codes; member 20 Codes.Add(systemError); in AddError() 25 Codes.Clear(); in Clear()
|
/external/llvm-project/lld/test/COFF/ |
D | unwind.test | 28 # UNWIND: Number of Codes: 8 31 # UNWIND: Unwind Codes: 45 # UNWIND: Number of Codes: 0 54 # UNWIND: Number of Codes: 0 63 # UNWIND: Number of Codes: 6 65 # UNWIND: Unwind Codes:
|
/external/llvm-project/llvm/lib/IR/ |
D | InlineAsm.cpp | 68 ConstraintCodeVector *pCodes = &Codes; in Parse() 74 pCodes = &multipleAlternatives[0].Codes; in Parse() 177 pCodes = &multipleAlternatives[multipleAlternativeIndex].Codes; in Parse() 212 Codes = scInfo.Codes; in selectAlternative()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | InlineAsm.cpp | 68 ConstraintCodeVector *pCodes = &Codes; in Parse() 74 pCodes = &multipleAlternatives[0].Codes; in Parse() 177 pCodes = &multipleAlternatives[multipleAlternativeIndex].Codes; in Parse() 212 Codes = scInfo.Codes; in selectAlternative()
|
/external/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
D | InlineAsmLowering.cpp | 160 assert(OpInfo.Codes.size() > 1 && "Doesn't have multiple constraint options"); in chooseConstraint() 166 for (unsigned i = 0, e = OpInfo.Codes.size(); i != e; ++i) { in chooseConstraint() 168 TLI->getConstraintType(OpInfo.Codes[i]); in chooseConstraint() 182 assert(OpInfo.Codes[i].size() == 1 && in chooseConstraint() 201 OpInfo.ConstraintCode = OpInfo.Codes[BestIdx]; in chooseConstraint() 207 assert(!OpInfo.Codes.empty() && "Must have at least one constraint"); in computeConstraintToUse() 210 if (OpInfo.Codes.size() == 1) { in computeConstraintToUse() 211 OpInfo.ConstraintCode = OpInfo.Codes[0]; in computeConstraintToUse()
|
/external/python/cpython3/Doc/library/ |
D | http.rst | 109 ``428`` ``PRECONDITION_REQUIRED`` Additional HTTP Status Codes :rfc:`6585` 110 ``429`` ``TOO_MANY_REQUESTS`` Additional HTTP Status Codes :rfc:`6585` 111 ``431`` ``REQUEST_HEADER_FIELDS_TOO_LARGE`` Additional HTTP Status Codes :rfc:`6585` 123 ``511`` ``NETWORK_AUTHENTICATION_REQUIRED`` Additional HTTP Status Codes :rfc:`6585`, Section 6
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | InlineAsm.h | 107 ConstraintCodeVector Codes; member 148 ConstraintCodeVector Codes; member
|
/external/llvm/include/llvm/IR/ |
D | InlineAsm.h | 109 ConstraintCodeVector Codes; member 149 ConstraintCodeVector Codes; member
|
/external/pdfium/third_party/lcms/src/ |
D | cmscnvrt.c | 1093 …edIntentsTHR(cmsContext ContextID, cmsUInt32Number nMax, cmsUInt32Number* Codes, char** Descriptio… in cmsGetSupportedIntentsTHR() argument 1103 if (Codes != NULL) in cmsGetSupportedIntentsTHR() 1104 Codes[nIntents] = pt ->Intent; in cmsGetSupportedIntentsTHR() 1116 if (Codes != NULL) in cmsGetSupportedIntentsTHR() 1117 Codes[nIntents] = pt ->Intent; in cmsGetSupportedIntentsTHR() 1128 cmsUInt32Number CMSEXPORT cmsGetSupportedIntents(cmsUInt32Number nMax, cmsUInt32Number* Codes, char… in cmsGetSupportedIntents() argument 1130 return cmsGetSupportedIntentsTHR(NULL, nMax, Codes, Descriptions); in cmsGetSupportedIntents()
|
/external/zxing/core/ |
D | README.google | 12 QR Codes, Data Matrix, and the UPC family of 1D barcodes. It will provide
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | InlineAsm.h | 108 ConstraintCodeVector Codes; member 149 ConstraintCodeVector Codes; member
|
/external/llvm-project/flang/runtime/ |
D | magic-numbers.h | 20 Codes from <errno.h>, e.g. ENOENT, are assumed to be positive
|
/external/llvm-project/lldb/test/Shell/ScriptInterpreter/Python/Crashlog/Inputs/ |
D | a.out.crash | 23 Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000000
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCCTRLoops.cpp | 232 for (unsigned j = 0, je = C.Codes.size(); j < je; ++j) in mightUseCTR() 233 if (StringRef(C.Codes[j]).equals_lower("{ctr}")) in mightUseCTR()
|
/external/llvm/lib/CodeGen/ |
D | Analysis.cpp | 144 for (unsigned j = 0, ee = CI.Codes.size(); j != ee; ++j) { in hasInlineAsmMemConstraint() 145 TargetLowering::ConstraintType CType = TLI.getConstraintType(CI.Codes[j]); in hasInlineAsmMemConstraint()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | Analysis.cpp | 183 for (unsigned j = 0, ee = CI.Codes.size(); j != ee; ++j) { in hasInlineAsmMemConstraint() 184 TargetLowering::ConstraintType CType = TLI.getConstraintType(CI.Codes[j]); in hasInlineAsmMemConstraint()
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | Analysis.cpp | 184 for (unsigned j = 0, ee = CI.Codes.size(); j != ee; ++j) { in hasInlineAsmMemConstraint() 185 TargetLowering::ConstraintType CType = TLI.getConstraintType(CI.Codes[j]); in hasInlineAsmMemConstraint()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | TargetLowering.cpp | 2617 rCodes = &info.Codes; in getMultipleConstraintMatchWeight() 2619 rCodes = &info.multipleAlternatives[maIndex].Codes; in getMultipleConstraintMatchWeight() 2705 assert(OpInfo.Codes.size() > 1 && "Doesn't have multiple constraint options"); in ChooseConstraint() 2711 for (unsigned i = 0, e = OpInfo.Codes.size(); i != e; ++i) { in ChooseConstraint() 2713 TLI.getConstraintType(OpInfo.Codes[i]); in ChooseConstraint() 2720 assert(OpInfo.Codes[i].size() == 1 && in ChooseConstraint() 2723 TLI.LowerAsmOperandForConstraint(Op, OpInfo.Codes[i], in ChooseConstraint() 2746 OpInfo.ConstraintCode = OpInfo.Codes[BestIdx]; in ChooseConstraint() 2755 assert(!OpInfo.Codes.empty() && "Must have at least one constraint"); in ComputeConstraintToUse() 2758 if (OpInfo.Codes.size() == 1) { in ComputeConstraintToUse() [all …]
|
/external/libxkbcommon/test/data/keycodes/ |
D | xfree86 | 300 // Codes generated for scancodes 0x59-0x5f, 0x62-0x76
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCTargetTransformInfo.cpp | 227 for (unsigned j = 0, je = C.Codes.size(); j < je; ++j) in mightUseCTR() 228 if (StringRef(C.Codes[j]).equals_lower("{ctr}")) in mightUseCTR()
|
/external/arm-trusted-firmware/docs/components/ |
D | secure-partition-manager-mm.rst | 378 See `Error Codes`_ for integer values that are associated with each return 554 See `Error Codes`_ for integer values that are associated with each return 694 See `Error Codes`_ for integer values that are associated with each return 783 See `Error Codes`_ for integer values that are associated with each return 810 Error Codes
|
/external/rust/crates/libz-sys/src/zlib-ng/doc/ |
D | rfc1951.txt | 437 values determined at step 2. Codes that are never used 661 Lit Value Bits Codes 705 Example: Codes 8, 16 (+2 bits 11), 850 Redundancy Codes", Proceedings of the Institute of Radio
|