| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCEarlyReturn.cpp | 60 for (MachineBasicBlock::iterator J = Pred->getLastNonDebugInstr();;) { in processBlock() local 61 if (J == Pred->end()) in processBlock() 64 if (J->getOpcode() == PPC::B) { in processBlock() 65 if (J->getOperand(0).getMBB() == &ReturnMBB) { in processBlock() 69 Pred->insert(J, MI); in processBlock() 71 MachineBasicBlock::iterator K = J--; in processBlock() 77 } else if (J->getOpcode() == PPC::BCC) { in processBlock() 78 if (J->getOperand(2).getMBB() == &ReturnMBB) { in processBlock() 84 .add(J->getOperand(0)) in processBlock() 85 .add(J->getOperand(1)); in processBlock() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | TimeProfiler.cpp | 223 json::OStream J(OS); in write() local 224 J.objectBegin(); in write() 225 J.attributeBegin("traceEvents"); in write() 226 J.arrayBegin(); in write() 233 J.object([&] { in write() 234 J.attribute("pid", Pid); in write() 235 J.attribute("tid", int64_t(Tid)); in write() 236 J.attribute("ts", StartUs); in write() 238 J.attribute("cat", E.Name); in write() 239 J.attribute("ph", "b"); in write() [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm-c/ |
| H A D | LLJIT.h | 123 LLVM_C_ABI LLVMErrorRef LLVMOrcDisposeLLJIT(LLVMOrcLLJITRef J); 132 LLVMOrcLLJITGetExecutionSession(LLVMOrcLLJITRef J); 140 LLVM_C_ABI LLVMOrcJITDylibRef LLVMOrcLLJITGetMainJITDylib(LLVMOrcLLJITRef J); 146 LLVM_C_ABI const char *LLVMOrcLLJITGetTripleString(LLVMOrcLLJITRef J); 151 LLVM_C_ABI char LLVMOrcLLJITGetGlobalPrefix(LLVMOrcLLJITRef J); 161 LLVMOrcLLJITMangleAndIntern(LLVMOrcLLJITRef J, const char *UnmangledName); 173 LLVMOrcLLJITRef J, LLVMOrcJITDylibRef JD, LLVMMemoryBufferRef ObjBuffer); 185 LLVMOrcLLJITAddObjectFileWithRT(LLVMOrcLLJITRef J, LLVMOrcResourceTrackerRef RT, 198 LLVMOrcLLJITRef J, LLVMOrcJITDylibRef JD, LLVMOrcThreadSafeModuleRef TSM); 210 LLVMOrcLLJITRef J, LLVMOrcResourceTrackerRef JD, [all …]
|
| /freebsd/sys/contrib/libsodium/ |
| H A D | AUTHORS | 14 chacha20 Daniel J. Bernstein 19 curve25519 Daniel J. Bernstein 21 curve25519xsalsa20poly1305 Daniel J. Bernstein 23 ed25519 Daniel J. Bernstein 29 poly1305 Daniel J. Bernstein 31 salsa20 Daniel J. Bernstein 36 Daniel J. Bernstein 53 crypto_box/curve25519xsalsa20poly1305 Daniel J. Bernstein 57 crypto_core/ed25519 Daniel J. Bernstein 62 crypto_core/hsalsa20 Daniel J. Bernstein [all …]
|
| /freebsd/contrib/bmake/mk/ |
| H A D | ChangeLog | 1 2026-05-09 Simon J Gerraty <sjg@beast.crufty.net> 16 2026-04-24 Simon J Gerraty <sjg@beast.crufty.net> 27 2026-03-12 Simon J Gerraty <sjg@beast.crufty.net> 34 2026-02-22 Simon J Gerraty <sjg@beast.crufty.net> 43 2026-01-10 Simon J Gerraty <sjg@beast.crufty.net> 47 2026-01-08 Simon J Gerraty <sjg@beast.crufty.net> 53 2025-12-08 Simon J Gerraty <sjg@beast.crufty.net> 65 2025-11-18 Simon J Gerraty <sjg@beast.crufty.net> 78 2025-11-13 Simon J Gerraty <sjg@beast.crufty.net> 83 2025-11-11 Simon J Gerraty <sjg@beast.crufty.net> [all …]
|
| /freebsd/share/doc/psd/01.cacm/ |
| H A D | ref.bib | 5 %J Comm. Assoc. Comp. Mach. 20 %J Comm. Assoc. Comp. Mach. 30 %A J. F. Ossanna 31 %J Bell Sys. Tech. J. 38 %A J. R. Mashey 40 %J Proc. 2nd Int. Conf. on Software Engineering 47 %A J. R. Mashey 48 %J Bell Sys. Tech. J. 58 %J Bell Sys. Tech. J. 73 %J Software Practice and Experience [all …]
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfdump/ |
| H A D | Statistics.cpp | 664 static void printDatum(json::OStream &J, const char *Key, json::Value Value) { in printDatum() argument 666 J.attribute(Key, "overflowed"); in printDatum() 668 J.attribute(Key, Value); in printDatum() 673 static void printLocationStats(json::OStream &J, const char *Key, in printLocationStats() argument 676 J.attribute((Twine(Key) + in printLocationStats() 681 J.attribute( in printLocationStats() 691 J.attribute((Twine(Key) + in printLocationStats() 696 J.attribute((Twine(Key) + in printLocationStats() 707 J.attribute((Twine(Key) + " with [" + Twine((i - 1) * 10) + "%," + in printLocationStats() 713 J.attribute((Twine(Key) + " with [" + Twine((i - 1) * 10) + "%," + in printLocationStats() [all …]
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/orc/ |
| H A D | interval_map.h | 94 auto J = Impl.upper_bound(KS); in erase() local 98 auto I = std::prev(J); in erase() 111 J, std::make_pair(std::make_pair(KE, Tmp.first.second), Tmp.second)); in erase() 112 J = std::prev(J); in erase() 118 J, std::make_pair(std::make_pair(Tmp.first.first, KS), Tmp.second)); in erase() 134 auto J = this->Impl.upper_bound(KS); in insert() local 138 if (J != this->end() && KE == J->first.first && J->second == V) { in insert() 139 KE = J->first.second; in insert() 140 auto Tmp = J++; in insert() 145 if (J != this->begin()) { in insert() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | LLJIT.cpp | 133 GenericLLVMIRPlatformSupport(LLJIT &J, JITDylib &PlatformJD) in GenericLLVMIRPlatformSupport() argument 134 : J(J), InitFunctionPrefix(J.mangle("__orc_init_func.")), in GenericLLVMIRPlatformSupport() 135 DeInitFunctionPrefix(J.mangle("__orc_deinit_func.")) { in GenericLLVMIRPlatformSupport() 140 setInitTransform(J, GlobalCtorDtorScraper(*this, InitFunctionPrefix, in GenericLLVMIRPlatformSupport() 145 StdInterposes[J.mangleAndIntern("__lljit.platform_support_instance")] = { in GenericLLVMIRPlatformSupport() 147 StdInterposes[J.mangleAndIntern("__lljit.cxa_atexit_helper")] = { in GenericLLVMIRPlatformSupport() 152 cantFail(J.addIRModule(PlatformJD, createPlatformRuntimeModule())); in GenericLLVMIRPlatformSupport() 155 ExecutionSession &getExecutionSession() { return J.getExecutionSession(); } in getExecutionSession() 162 PerJDInterposes[J.mangleAndIntern("__lljit.run_atexits_helper")] = { in setupJITDylib() 164 PerJDInterposes[J.mangleAndIntern("__lljit.atexit_helper")] = { in setupJITDylib() [all …]
|
| H A D | OrcV2CBindings.cpp | 179 for (size_t J = 0; J != Pairs[I].Names.Length; ++J) { in toSymbolDependenceMap() local 180 auto Sym = Pairs[I].Names.Symbols[J]; in toSymbolDependenceMap() 928 auto J = unwrap(Builder)->create(); in LLVMOrcCreateLLJIT() local 931 if (!J) { in LLVMOrcCreateLLJIT() 933 return wrap(J.takeError()); in LLVMOrcCreateLLJIT() 936 *Result = wrap(J->release()); in LLVMOrcCreateLLJIT() 940 LLVMErrorRef LLVMOrcDisposeLLJIT(LLVMOrcLLJITRef J) { in LLVMOrcDisposeLLJIT() argument 941 delete unwrap(J); in LLVMOrcDisposeLLJIT() 945 LLVMOrcExecutionSessionRef LLVMOrcLLJITGetExecutionSession(LLVMOrcLLJITRef J) { in LLVMOrcLLJITGetExecutionSession() argument 946 return wrap(&unwrap(J)->getExecutionSession()); in LLVMOrcLLJITGetExecutionSession() [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/Format/ |
| H A D | MatchFilePath.cpp | 40 for (unsigned J = 0; J < End; ++J) { in matchFilePath() local 44 switch (const auto F = FilePath[J]; Pattern[I]) { in matchFilePath() 61 const auto K = FilePath.find(Separator, J); // Index of next `Separator`. in matchFilePath() 76 J = K; // Skip to next `Separator` in `FilePath`. in matchFilePath() 84 J < End && (Globstar || FilePath[J] != Separator); ++J) { in matchFilePath() 85 if (matchFilePath(Pat, FilePath.substr(J))) in matchFilePath()
|
| /freebsd/contrib/bmake/ |
| H A D | ChangeLog | 1 2026-05-08 Simon J Gerraty <sjg@beast.crufty.net> 8 2026-04-13 Simon J Gerraty <sjg@beast.crufty.net> 17 2026-03-12 Simon J Gerraty <sjg@beast.crufty.net> 28 2026-03-10 Simon J Gerraty <sjg@beast.crufty.net> 35 2026-03-03 Simon J Gerraty <sjg@beast.crufty.net> 43 2026-02-28 Simon J Gerraty <sjg@beast.crufty.net> 53 2026-02-22 Simon J Gerraty <sjg@beast.crufty.net> 58 2026-02-16 Simon J Gerraty <sjg@beast.crufty.net> 64 2026-02-10 Simon J Gerraty <sjg@beast.crufty.net> 76 2026-02-04 Simon J Gerraty <sjg@beast.crufty.net> [all …]
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | CodeGenMapTable.cpp | 262 for (unsigned J = 0, EndCf = ColFields->size(); (J < EndCf) && MatchFound; in isKeyColInstr() local 263 J++) { in isKeyColInstr() 265 CurInstr->getValue(ColFields->getElement(J)); in isKeyColInstr() 267 std::string KeyColValue = KeyCol->getElement(J)->getAsUnquotedString(); in isKeyColInstr() 322 for (unsigned J = 0, EndCf = ColFields->size(); (J < EndCf) && MatchFound; in getInstrForColumn() local 323 J++) { in getInstrForColumn() 324 const Init *ColFieldJ = ColFields->getElement(J); in getInstrForColumn() 327 const Init *ColFieldJVallue = CurValueCol->getElement(J); in getInstrForColumn() 446 for (unsigned J = 0, ColSize = ColumnI->size(); J < ColSize; ++J) { in emitMapFuncBody() local 447 std::string ColName = ColFields->getElement(J)->getAsUnquotedString(); in emitMapFuncBody() [all …]
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-sim/ |
| H A D | llvm-sim.cpp | 71 json::OStream J(Out->os(), 1); in exportToFile() local 72 J.objectBegin(); in exportToFile() 78 J.attributeBegin(SimOptionStr); in exportToFile() 79 J.arrayBegin(); in exportToFile() 92 J.object([&] { in exportToFile() 93 J.attribute("start", *Start); in exportToFile() 94 J.attribute("end", *End); in exportToFile() 97 J.arrayEnd(); in exportToFile() 98 J.attributeEnd(); in exportToFile() 101 J.objectEnd(); in exportToFile()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonVLIWPacketizer.cpp | 1199 const MachineInstr &J) { in hasDeadDependence() argument 1203 if (I.isCall() || J.isCall()) in hasDeadDependence() 1205 if (HII->isPredicated(I) || HII->isPredicated(J)) in hasDeadDependence() 1215 for (auto &MO : J.operands()) { in hasDeadDependence() 1226 const MachineInstr &J) { in hasControlDependence() argument 1230 doesModifyCalleeSavedReg(J, HRI)) || in hasControlDependence() 1231 (HII->isSaveCalleeSavedRegsCall(J) && in hasControlDependence() 1236 if (isControlFlow(I) && isControlFlow(J)) in hasControlDependence() 1250 if (HII->isLoopN(I) && isBadForLoopN(J)) in hasControlDependence() 1252 if (HII->isLoopN(J) && isBadForLoopN(I)) in hasControlDependence() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | LiveRangeUtils.h | 29 typename LiveRangeT::iterator J = LR.begin(), E = LR.end(); in DistributeRange() local 30 while (J != E && VNIClasses[J->valno->id] == 0) in DistributeRange() 31 ++J; in DistributeRange() 32 for (typename LiveRangeT::iterator I = J; I != E; ++I) { in DistributeRange() 38 *J++ = *I; in DistributeRange() 40 LR.segments.erase(J, E); in DistributeRange()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-mca/Views/ |
| H A D | ResourcePressureView.cpp | 98 for (unsigned J = 0; J < NumUnits; ++J) { in printColumnNames() local 102 OS << '.' << J; in printColumnNames() 137 for (unsigned J = 0; J < NumUnits; ++J) { in printResourcePressurePerIter() local 140 FOS << '.' << J; in printResourcePressurePerIter() 188 for (unsigned J = 0; J < NumResourceUnits; ++J) { in printResourcePressurePerInst() local 190 if (UsageEntryIt != UsageEntryEnd && UsageEntryIt->ResourceIdx == J) { in printResourcePressurePerInst() 194 printResourcePressure(FOS, Pressure, (J + 1) * 7); in printResourcePressurePerInst()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | AlignmentFromAssumptions.cpp | 206 for (User *J : AAPtr->users()) { in processAssumption() 207 if (J == ACall) in processAssumption() 210 if (Instruction *K = dyn_cast<Instruction>(J)) in processAssumption() 216 Instruction *J = WorkList.pop_back_val(); in processAssumption() local 217 if (LoadInst *LI = dyn_cast<LoadInst>(J)) { in processAssumption() 218 if (!isValidAssumeForContext(ACall, J, DT)) in processAssumption() 226 } else if (StoreInst *SI = dyn_cast<StoreInst>(J)) { in processAssumption() 227 if (!isValidAssumeForContext(ACall, J, DT)) in processAssumption() 235 } else if (MemIntrinsic *MI = dyn_cast<MemIntrinsic>(J)) { in processAssumption() 236 if (!isValidAssumeForContext(ACall, J, DT)) in processAssumption() [all …]
|
| H A D | BDCE.cpp | 57 auto *J = cast<Instruction>(JU); in clearAssumptionsOfUsers() local 58 if (J->getType()->isIntOrIntVectorTy()) { in clearAssumptionsOfUsers() 59 Visited.insert(J); in clearAssumptionsOfUsers() 60 WorkList.push_back(J); in clearAssumptionsOfUsers() 75 Instruction *J = WorkList.pop_back_val(); in clearAssumptionsOfUsers() local 78 J->dropPoisonGeneratingAnnotations(); in clearAssumptionsOfUsers() 85 if (DB.getDemandedBits(J).isAllOnes()) in clearAssumptionsOfUsers() 88 for (User *KU : J->users()) { in clearAssumptionsOfUsers()
|
| H A D | Scalarizer.cpp | 258 for (unsigned J = 0; J < NumPacked; ++J) in concatenate() local 259 InsertMask[I * VS.NumPacked + J] = NumElements + J; in concatenate() 262 for (unsigned J = 0; J < NumPacked; ++J) in concatenate() local 263 InsertMask[I * VS.NumPacked + J] = I * VS.NumPacked + J; in concatenate() 396 for (unsigned J = 0; J < VecTy->getNumElements(); ++J) in operator []() local 397 Mask.push_back(Frag * VS.NumPacked + J); in operator []() 412 unsigned J = Idx->getZExtValue(); in operator []() local 414 if (Frag * VS.NumPacked == J) { in operator []() 419 if (VS.NumPacked == 1 && !CV[J]) { in operator []() 423 CV[J] = Insert->getOperand(1); in operator []() [all …]
|
| /freebsd/crypto/openssl/test/recipes/04-test_pem_reading_data/ |
| H A D | cert-onecolumn.pem | 112 J 148 J 160 J 216 J 252 J 324 J 400 J 432 J 552 J 588 J [all …]
|
| /freebsd/contrib/sendmail/contrib/ |
| H A D | mail.local.linux | 37 M'+UYV6=Q!YI!QQTL4IMJL%C",6EUR#:J[,'^C;$&GG>P,5]PV4H97@*[^<DJ 38 M&:[*5J"D=>A(\7$7/ZGC<P:YZ"#(/S+G''3246?=R]@!.J%W%PH!W1IEJ%Q= 40 MQ@%5)T9O`Q[[!@C"61M=Q$NQ.J*,--I(\QCIZ>A:>T#:B.K$7_*,<9H:LPOB 59 M>=G+/+9*3YH@)H?VC!4UFPH4O+B%M0%%RT`(4A"#%#6J"#&*0A;"D(8<YKG\ 79 M6!S[Q1[SX0)T*`([$%B%HQT@,!H@H"M_4B"RH0))*%AFP(1.J(@*8!EZ<B13 80 M^"5C,`;20098J(4@T(5GE0*Q]5H$,09OY0(V,!MT95?E9ALVH%<YP%<Q`(B" 81 M6"C(88B(^(2+V(B#55@@P`-SD`=S0!9*H19NL5B"Y0;.9EC!.(R4>(Q*J(R$ 84 M49#ZR([4"!W=\08+28T/N1\7R8QT0`:`\H\&R8T!Z8U<4R0;^8F(Q59N@5J- 88 MB0*!209VJ0!?X08HH!1G,`8<=@9V,$\)H(C^(0>1&8@)T)<J`)EV$(A[H`!7 89 MB0?DTA^8N1KG2`:<60:F"1W]T9>J"9F<:1\U0R-AL'($>1H#R9F8*8478@9D [all …]
|
| /freebsd/lib/libxo/tests/ |
| H A D | Makefile | 32 ${PACKAGE}FILES+= test_01.J.err 33 ${PACKAGE}FILES+= test_01.J.out 52 ${PACKAGE}FILES+= test_02.J.err 53 ${PACKAGE}FILES+= test_02.J.out 72 ${PACKAGE}FILES+= test_03.J.err 73 ${PACKAGE}FILES+= test_03.J.out 92 ${PACKAGE}FILES+= test_04.J.err 93 ${PACKAGE}FILES+= test_04.J.out 110 ${PACKAGE}FILES+= test_05.J.err 111 ${PACKAGE}FILES+= test_05.J.out [all …]
|
| /freebsd/share/doc/papers/relengr/ |
| H A D | ref.bib | 2 %A J. M. Bloom 3 %A M. J. Karels 11 %A M. J. Karels 19 %A S. J. Leffler 21 %A M. J. Karels 22 %A J. S. Quarterman
|
| /freebsd/share/doc/psd/02.implement/ |
| H A D | ref.bib | 5 %J Bell Sys. Tech. J. 14 %J SIGPLAN Notices 29 %A J. A. Hawley 42 %J Bell Sys. Tech. J.
|