| /freebsd/crypto/openssl/doc/man3/ |
| H A D | OPENSSL_s390xcap.pod | 159 # 64 1<<63 PCC-Scalar-Multiply-P256 160 # 65 1<<62 PCC-Scalar-Multiply-P384 161 # 66 1<<61 PCC-Scalar-Multiply-P521 162 # 72 1<<55 PCC-Scalar-Multiply-Ed25519 163 # 73 1<<54 PCC-Scalar-Multiply-Ed448 164 # 80 1<<47 PCC-Scalar-Multiply-X25519 165 # 81 1<<46 PCC-Scalar-Multiply-X448
|
| /freebsd/contrib/byacc/ |
| H A D | NOTES | 3 developed on a VAX using PCC. PCC placed at most six variables
|
| /freebsd/sys/contrib/device-tree/Bindings/clock/ |
| H A D | imx7ulp-clock.txt | 4 Clock Generation (SCG) modules, Peripheral Clock Control (PCC) 36 Peripheral Clock Control (PCC) modules: 38 The Peripheral Clock Control (PCC) is responsible for clock selection,
|
| /freebsd/contrib/llvm-project/clang/lib/Index/ |
| H A D | CommentToXML.cpp | 145 const ParamCommandComment *PCC = cast<ParamCommandComment>(Child); in FullCommentParts() local 146 if (!PCC->hasParamName()) in FullCommentParts() 149 if (!PCC->isDirectionExplicit() && !PCC->hasNonWhitespaceParagraph()) in FullCommentParts() 152 Params.push_back(PCC); in FullCommentParts()
|
| /freebsd/contrib/ntp/html/hints/ |
| H A D | bsdi | 8 the "cc" command is GCC 1.4x rather than PCC or GCC 2.x. It is imperative
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/M68k/ |
| H A D | M68kRegisterInfo.td | 135 def PCC : MxRegClass<[i32], 32, (add PC)>;
|
| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | Parser.cpp | 954 SemaCodeCompletion::ParserCompletionContext PCC; in ParseExternalDeclaration() local 956 PCC = SemaCodeCompletion::PCC_ObjCImplementation; in ParseExternalDeclaration() 958 PCC = SemaCodeCompletion::PCC_TopLevelOrExpression; in ParseExternalDeclaration() 960 PCC = SemaCodeCompletion::PCC_Namespace; in ParseExternalDeclaration() 962 Actions.CodeCompletion().CodeCompleteOrdinaryName(getCurScope(), PCC); in ParseExternalDeclaration()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelDAGToDAG.cpp | 583 static unsigned getBranchHint(unsigned PCC, in getBranchHint() argument 4857 unsigned PCC = 0; in tryFoldSWTestBRCC() local 4863 PCC = IsCCNE ? PPC::PRED_UN : PPC::PRED_NU; in tryFoldSWTestBRCC() 4866 PCC = IsCCNE ? PPC::PRED_EQ : PPC::PRED_NE; in tryFoldSWTestBRCC() 4869 PCC = IsCCNE ? PPC::PRED_GT : PPC::PRED_LE; in tryFoldSWTestBRCC() 4872 PCC = IsCCNE ? PPC::PRED_LT : PPC::PRED_GE; in tryFoldSWTestBRCC() 4879 PCC = IsCCNE ? PPC::PRED_UN : PPC::PRED_NU; in tryFoldSWTestBRCC() 4881 if (PCC) { in tryFoldSWTestBRCC() 4883 SDValue Ops[] = {getI32Imm(PCC, dl), CmpLHS.getOperand(0), N->getOperand(4), in tryFoldSWTestBRCC() 6012 unsigned PCC = N->getConstantOperandVal(1); in Select() local [all …]
|
| /freebsd/sys/contrib/edk2/Include/Uefi/ |
| H A D | UefiPxe.h | 911 } PCI, PCC; member
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaCodeComplete.cpp | 4245 SemaCodeCompletion::ParserCompletionContext PCC) { in mapCodeCompletionContext() argument 4246 switch (PCC) { in mapCodeCompletionContext() 4860 auto PCC = in CodeCompleteExpression() local 4866 else if (WantTypesInContext(PCC, getLangOpts())) in CodeCompleteExpression() 4884 AddOrdinaryNameResults(PCC, S, SemaRef, Results); in CodeCompleteExpression()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZScheduleZEC12.td | 619 def : InstRW<[WLat30, WLat30, WLat30, MCD], (instregex "(KIMD|KLMD|KMAC|PCC)$")>;
|
| H A D | SystemZScheduleZ196.td | 606 def : InstRW<[WLat30, WLat30, WLat30, MCD], (instregex "(KIMD|KLMD|KMAC|PCC)$")>;
|
| H A D | SystemZScheduleZ13.td | 649 (instregex "(KIMD|KLMD|KMAC|PCC|PPNO)$")>;
|
| H A D | SystemZScheduleZ14.td | 661 (instregex "(PCC|PPNO|PRNO)$")>;
|
| H A D | SystemZScheduleZ15.td | 676 (instregex "(PCC|PPNO|PRNO)$")>;
|
| H A D | SystemZScheduleZ16.td | 676 (instregex "(PCC|PPNO|PRNO)$")>;
|
| H A D | SystemZInstrInfo.td | 1891 def PCC : SideEffectInherentRRE<"pcc", 0xB92C>;
|
| /freebsd/sys/contrib/dev/acpica/ |
| H A D | changes.txt | 418 Add support for PCC Opregion special context data. PCC Opregion added in 420 Serial Bus as it needs to know the internal PCC buffer and its length as 421 well as the PCC channel index when the opregion handler is being executed 422 by the OSPM. Adds support for the special context data needed by PCC 1094 iASL: Changed the "PlatformCommChannel" ASL keyword to "PCC", as per the 1565 Test suite: Update makefiles, add PCC operation region support 1615 Add PCC operation region support for the AML interpreter. This adds PCC 1617 acpiexec. The change also renames the PCC region address space keyword to 1624 PDTT: Add TriggerOrder to the PCC Identifier structure. The field value 2752 PCCT (New subtables, Extended PCC subspaces (types 3 and 4)) [all …]
|
| /freebsd/contrib/one-true-awk/testdir/ |
| H A D | funstack.in | 9871 @Article{Pager:1973:PCC, 15482 @Article{McCarthy:1975:PCC, 26119 @Article{Lamport:1979:PCC,
|
| /freebsd/share/misc/ |
| H A D | pci_vendors | 23953 a002 THUNDERX PCC Bridge 23954 177d a102 CN88XX PCC Bridge
|