| /freebsd/contrib/ntp/sntp/libopts/ |
| H A D | COPYING.lgplv3 | 20 other than an Application or a Combined Work as defined below. 27 A "Combined Work" is a work produced by combining or linking an 29 with which the Combined Work was made is also called the "Linked 32 The "Minimal Corresponding Source" for a Combined Work means the 33 Corresponding Source for the Combined Work, excluding any source code 34 for portions of the Combined Work that, considered in isolation, are 37 The "Corresponding Application Code" for a Combined Work means the 39 and utility programs needed for reproducing the Combined Work from the 40 Application, but excluding the System Libraries of the Combined Work. 79 4. Combined Works. [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | ReplayInlineAdvisor.cpp | 70 std::string Combined = (Callee + CallSite).str(); in ReplayInlineAdvisor() local 71 InlineSitesFromRemarks[Combined] = IsPositiveRemark; in ReplayInlineAdvisor() 112 std::string Combined = (Callee + CallSiteLoc).str(); in getAdviceImpl() local 115 auto Iter = InlineSitesFromRemarks.find(Combined); in getAdviceImpl()
|
| H A D | BlockFrequencyInfoImpl.cpp | 203 HashTable Combined(NextPowerOf2(2 * Weights.size())); in combineWeightsByHashing() local 205 combineWeight(Combined[W.TargetNode.Index], W); in combineWeightsByHashing() 208 if (Weights.size() == Combined.size()) in combineWeightsByHashing() 213 Weights.reserve(Combined.size()); in combineWeightsByHashing() 214 for (const auto &I : Combined) in combineWeightsByHashing()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/XCore/Disassembler/ |
| H A D | XCoreDisassembler.cpp | 218 unsigned Combined = fieldFromInstruction(Insn, 6, 5); in Decode2OpInstruction() local 219 if (Combined < 27) in Decode2OpInstruction() 222 if (Combined == 31) in Decode2OpInstruction() 224 Combined += 5; in Decode2OpInstruction() 226 Combined -= 27; in Decode2OpInstruction() 227 unsigned Op1High = Combined % 3; in Decode2OpInstruction() 228 unsigned Op2High = Combined / 3; in Decode2OpInstruction() 237 unsigned Combined = fieldFromInstruction(Insn, 6, 5); in Decode3OpInstruction() local 238 if (Combined >= 27) in Decode3OpInstruction() 241 unsigned Op1High = Combined % 3; in Decode3OpInstruction() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonSchedule.td | 31 // Combined functional units. 37 // Combined functional unit data.
|
| /freebsd/contrib/file/magic/Magdir/ |
| H A D | communications | 6 # TTCN is the Tree and Tabular Combined Notation described in ISO 9646-3.
|
| /freebsd/sys/contrib/device-tree/src/arm64/tesla/ |
| H A D | fsd.dtsi | 380 <GIC_SPI 451 IRQ_TYPE_LEVEL_HIGH>, /* Combined secure interrupt */ 381 <GIC_SPI 450 IRQ_TYPE_LEVEL_HIGH>, /* Combined non-secure interrupt */ 400 <GIC_SPI 346 IRQ_TYPE_LEVEL_HIGH>, /* Combined secure interrupt */ 401 <GIC_SPI 345 IRQ_TYPE_LEVEL_HIGH>, /* Combined non-secure interrupt */ 428 <GIC_SPI 193 IRQ_TYPE_LEVEL_HIGH>, /* Combined secure interrupt */ 429 <GIC_SPI 192 IRQ_TYPE_LEVEL_HIGH>, /* Combined non-secure interrupt */ 444 <GIC_SPI 96 IRQ_TYPE_LEVEL_HIGH>, /* Combined secure interrupt */ 445 <GIC_SPI 95 IRQ_TYPE_LEVEL_HIGH>, /* Combined non-secure interrupt */
|
| /freebsd/sys/contrib/device-tree/Bindings/serial/ |
| H A D | nvidia,tegra194-tcu.txt | 1 NVIDIA Tegra Combined UART (TCU)
|
| /freebsd/sys/contrib/device-tree/Bindings/mfd/ |
| H A D | da9150.txt | 1 Dialog Semiconductor DA9150 Combined Charger/Fuel-Gauge MFD bindings
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/ |
| H A D | DXILIntrinsicExpansion.cpp | 607 Value *Combined = nullptr; in expandBufferLoadIntrinsic() local 610 Combined = Builder.CreateIntrinsic( in expandBufferLoadIntrinsic() 623 Combined = Builder.CreateOr(Lo, ShiftedHi); in expandBufferLoadIntrinsic() 627 Result = Builder.CreateInsertElement(Result, Combined, in expandBufferLoadIntrinsic() 630 Result = Combined; in expandBufferLoadIntrinsic()
|
| /freebsd/libexec/bootpd/ |
| H A D | Announce | 16 Combined bootptest into the bootp release.
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaConcept.cpp | 2003 Clause Combined; in Normalize() local 2004 Combined.reserve(LTransform.size() + RTransform.size()); in Normalize() 2005 llvm::append_range(Combined, LTransform); in Normalize() 2006 llvm::append_range(Combined, RTransform); in Normalize() 2007 Add(std::move(Combined)); in Normalize()
|
| H A D | SemaExprMember.cpp | 1801 Qualifiers Combined = BaseQuals + MemberQuals; in BuildFieldReferenceExpr() local 1802 if (Combined != MemberQuals) in BuildFieldReferenceExpr() 1803 MemberType = Context.getQualifiedType(MemberType, Combined); in BuildFieldReferenceExpr()
|
| /freebsd/contrib/arm-optimized-routines/ |
| H A D | LICENSE | 243 software that is licensed under the GPLv2 ("Combined Software") and if a 248 the License, but only in their entirety and only with respect to the Combined
|
| /freebsd/crypto/openssl/doc/man7/ |
| H A D | provider-skeymgmt.pod | 102 Combined selector bits are also defined for easier use:
|
| /freebsd/contrib/llvm-project/libunwind/ |
| H A D | LICENSE.TXT | 216 software that is licensed under the GPLv2 ("Combined Software") and if a 221 the License, but only in their entirety and only with respect to the Combined
|
| /freebsd/contrib/llvm-project/lld/ |
| H A D | LICENSE.TXT | 216 software that is licensed under the GPLv2 ("Combined Software") and if a 221 the License, but only in their entirety and only with respect to the Combined
|
| /freebsd/contrib/llvm-project/lldb/ |
| H A D | LICENSE.TXT | 216 software that is licensed under the GPLv2 ("Combined Software") and if a 221 the License, but only in their entirety and only with respect to the Combined
|
| /freebsd/contrib/llvm-project/libcxx/ |
| H A D | LICENSE.TXT | 216 software that is licensed under the GPLv2 ("Combined Software") and if a 221 the License, but only in their entirety and only with respect to the Combined
|
| /freebsd/contrib/llvm-project/clang/ |
| H A D | LICENSE.TXT | 216 software that is licensed under the GPLv2 ("Combined Software") and if a 221 the License, but only in their entirety and only with respect to the Combined
|
| /freebsd/contrib/llvm-project/compiler-rt/ |
| H A D | LICENSE.TXT | 216 software that is licensed under the GPLv2 ("Combined Software") and if a 221 the License, but only in their entirety and only with respect to the Combined
|
| /freebsd/contrib/llvm-project/llvm/ |
| H A D | LICENSE.TXT | 216 software that is licensed under the GPLv2 ("Combined Software") and if a 221 the License, but only in their entirety and only with respect to the Combined
|
| /freebsd/contrib/llvm-project/llvm/lib/LTO/ |
| H A D | LTO.cpp | 1129 const Module *Combined = RegularLTO.CombinedModule.get(); in checkPartiallySplit() local 1131 Intrinsic::getDeclarationIfExists(Combined, Intrinsic::type_test); in checkPartiallySplit() 1133 Intrinsic::getDeclarationIfExists(Combined, Intrinsic::type_checked_load); in checkPartiallySplit() 1135 Combined, Intrinsic::type_checked_load_relative); in checkPartiallySplit()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 1326 if (SDValue Combined = reassociateOpsCommutative(Opc, DL, N0, N1, Flags)) in reassociateOps() local 1327 return Combined; in reassociateOps() 1328 if (SDValue Combined = reassociateOpsCommutative(Opc, DL, N1, N0, Flags)) in reassociateOps() local 1329 return Combined; in reassociateOps() 3081 if (SDValue Combined = visitADDLikeCommutative(N0, N1, N)) in visitADDLike() local 3082 return Combined; in visitADDLike() 3084 if (SDValue Combined = visitADDLikeCommutative(N1, N0, N)) in visitADDLike() local 3085 return Combined; in visitADDLike() 3116 if (SDValue Combined = visitADDLike(N)) in visitADD() local 3117 return Combined; in visitADD() [all …]
|
| /freebsd/contrib/llvm-project/openmp/ |
| H A D | LICENSE.TXT | 216 software that is licensed under the GPLv2 ("Combined Software") and if a 221 the License, but only in their entirety and only with respect to the Combined
|