| /src/sys/dev/acpi/ |
| apei.c | 511 const struct cper_pcie_error *PE = buf; 521 CPER_PCIE_ERROR_VALIDATION_BITS_FMT, PE->ValidationBits); 523 if (PE->ValidationBits & CPER_PCIE_ERROR_VALID_PORT_TYPE) { 524 const uint32_t t = PE->PortType; 536 if (PE->ValidationBits & CPER_PCIE_ERROR_VALID_VERSION) { 539 ctx, PE->Version); 541 if (PE->ValidationBits & CPER_PCIE_ERROR_VALID_COMMAND_STATUS) { 572 "\0", PE->CommandStatus); 576 if (PE->ValidationBits & CPER_PCIE_ERROR_VALID_DEVICE_ID) { 590 le16dec(PE->DeviceID.VendorID) [all...] |
| /src/external/gpl3/gdb/dist/sim/bfin/ |
| dv-bfin_uart.h | 42 #define PE (1 << 2)
|
| /src/external/gpl3/gdb.old/dist/sim/bfin/ |
| dv-bfin_uart.h | 42 #define PE (1 << 2)
|
| /src/sys/arch/hpcsh/dev/ |
| pfckbd.c | 282 #define PE(n) \ 291 PD(1), PD(5), PE(1), PE(6), PE(7), PE(3), PE(0), PD(7) 295 #undef PE 379 #define PE(n) \ 390 PE(6), PE(3), PE(1), PE(0), PC(7), PC(6), PC(5), PC(4) [all...] |
| /src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| IgnoreExpr.h | 144 if (auto *PE = dyn_cast<ParenExpr>(E)) 145 return PE->getSubExpr(); 150 if (auto *PE = dyn_cast<ParenExpr>(E)) 151 return PE->getSubExpr();
|
| Attr.h | 102 void setPackExpansion(bool PE) { IsPackExpansion = PE; }
|
| /src/external/apache2/llvm/dist/llvm/utils/TableGen/ |
| SubtargetEmitter.cpp | 564 PE = SchedModels.procModelEnd(); PI != PE; ++PI, ++ProcItinListsIter) { 1291 PE = SchedModels.procModelEnd(); PI != PE; ++PI) { 1446 const CodeGenSchedClass &SC, PredicateExpander &PE, 1455 SS.indent(PE.getIndentLevel() * 2); 1461 PE.setIndentLevel(PE.getIndentLevel() + 2); 1472 SS.indent(PE.getIndentLevel() * 2); 1477 PE.expandPredicate(SS, Rec->getValueAsDef("Pred")) [all...] |
| InstrInfoEmitter.cpp | 660 PredicateExpander PE(TargetName); 661 PE.setExpandForMC(true); 667 OS.indent(PE.getIndentLevel() * 2); 668 PE.expandStatement(OS, Rec->getValueAsDef("Body")); 685 PredicateExpander PE(TargetName); 686 PE.setExpandForMC(false); 700 OS.indent(PE.getIndentLevel() * 2); 701 PE.expandStatement(OS, Rec->getValueAsDef("Body"));
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/ |
| SystemZHazardRecognizer.cpp | 177 PE = SchedModel->getWriteProcResEnd(SC); PI != PE; ++PI) { 298 PE = SchedModel->getWriteProcResEnd(SC); PI != PE; ++PI) { 402 PE = SchedModel->getWriteProcResEnd(SC); PI != PE; ++PI)
|
| /src/external/apache2/llvm/dist/clang/tools/libclang/ |
| BuildSystem.cpp | 50 PE = path::end(virtualPath); PI != PE; ++PI) {
|
| /src/external/bsd/openldap/dist/libraries/liblber/ |
| idtest.c | 51 PE pe; local 54 /* read the pe from standard in */ 63 /* write the pe to standard out */ 82 while ( (pe = ps2pe( psin )) != NULLPE ) { 83 pe2pl( pserr, pe ); 84 pe2ps( psout, pe );
|
| /src/external/gpl3/binutils/dist/bfd/ |
| coff-riscv64.c | 22 #error non-PE COFF unsupported 30 #include "coff/pe.h"
|
| coff-loongarch64.c | 22 #error non-PE COFF unsupported 30 #include "coff/pe.h"
|
| coff-ia64.c | 23 #error non-PE COFF unsupported 31 #include "coff/pe.h" 125 pick up the COFF header for PE, see "struct external_PEI_filehdr" 126 in include/coff/pe.h. We adjust so that that will work. */
|
| /src/external/apache2/llvm/dist/clang/include/clang/Lex/ |
| PreprocessingRecord.h | 164 static bool classof(const PreprocessedEntity *PE) { 165 return PE->getKind() == MacroDefinitionKind; 201 static bool classof(const PreprocessedEntity *PE) { 202 return PE->getKind() == MacroExpansionKind; 272 static bool classof(const PreprocessedEntity *PE) { 273 return PE->getKind() == InclusionDirectiveKind;
|
| /src/external/apache2/llvm/dist/llvm/tools/llvm-opt-report/ |
| OptReport.cpp | 159 handleAllErrors(Format.takeError(), [&](const ErrorInfoBase &PE) { 160 PE.log(WithColor::error()); 169 handleAllErrors(MaybeParser.takeError(), [&](const ErrorInfoBase &PE) { 170 PE.log(WithColor::error()); 186 handleAllErrors(std::move(E), [&](const ErrorInfoBase &PE) { 187 PE.log(WithColor::error());
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/MC/ |
| MCCodeView.h | 83 void setPrologueEnd(bool PE) { PrologueEnd = PE; }
|
| /src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| GCMetadata.cpp | 119 for (GCFunctionInfo::iterator PI = FD->begin(), PE = FD->end(); PI != PE;
|
| /src/external/apache2/llvm/dist/llvm/lib/Transforms/ObjCARC/ |
| DependencyAnalysis.cpp | 228 pred_iterator PI(LocalStartBB), PE(LocalStartBB, false); 229 if (PI == PE) 237 } while (++PI != PE);
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/ |
| WebAssemblyFixFunctionBitcasts.cpp | 130 FunctionType::param_iterator PE = F->getFunctionType()->param_end(); 142 for (; AI != AE && PI != PE; ++AI, ++PI) { 170 for (; PI != PE; ++PI)
|
| /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
| SimplifyCFGPass.cpp | 167 pred_iterator PB = pred_begin(RetBlock), PE = pred_end(RetBlock); 169 std::distance(PB, PE), "merge", 172 for (pred_iterator PI = PB; PI != PE; ++PI)
|
| /src/external/apache2/llvm/dist/clang/lib/ARCMigrate/ |
| TransGCAttrs.cpp | 226 PI = IndProps.begin(), PE = IndProps.end(); PI != PE; ++PI) { 236 PI = IndProps.begin(), PE = IndProps.end(); PI != PE; ++PI) {
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
| Automaton.h | 102 auto PE = upper_bound(Pairs, NfaStatePair{Head->State, INT64_MAX}); 105 for (; PI != PE; ++PI)
|
| /src/libexec/getty/ |
| gettytab.h | 155 #define PE gettyflags[10].value
|
| /src/external/apache2/llvm/dist/clang/lib/AST/ |
| CXXInheritance.cpp | 331 for (const CXXBasePathElement &PE : Path) { 332 if (!PE.Base->isVirtual()) 336 if (const RecordType *Record = PE.Base->getType()->getAs<RecordType>())
|