/freebsd/sys/contrib/device-tree/Bindings/clock/ |
H A D | qcom,lcc.yaml | 4 $id: http://devicetree.org/schemas/clock/qcom,lcc.yaml# 15 - qcom,lcc-apq8064 16 - qcom,lcc-ipq8064 17 - qcom,lcc-mdm9615 18 - qcom,lcc-msm8960 49 - qcom,lcc-apq8064 50 - qcom,lcc-msm8960 84 - qcom,lcc-mdm9615 116 compatible = "qcom,lcc-ipq8064";
|
H A D | qcom,lcc.txt | 7 "qcom,lcc-msm8960" 8 "qcom,lcc-apq8064" 9 "qcom,lcc-ipq8064" 10 "qcom,lcc-mdm9615" 18 compatible = "qcom,lcc-ipq8064";
|
H A D | qcom,gcc-ipq8064.yaml | 34 - description: PLL4 from LCC 60 #include <dt-bindings/clock/qcom,lcc-ipq806x.h> 66 clocks = <&pxo_board>, <&cxo_board>, <&lcc PLL4>;
|
/freebsd/sys/contrib/device-tree/Bindings/arm/ |
H A D | qcom-soc.yaml | 49 - qcom,lcc-apq8064 50 - qcom,lcc-ipq8064 51 - qcom,lcc-mdm9615 52 - qcom,lcc-msm8960
|
/freebsd/sys/contrib/device-tree/Bindings/slimbus/ |
H A D | qcom,slim.yaml | 63 #include <dt-bindings/clock/qcom,lcc-msm8960.h> 76 clocks = <&lcc SLIMBUS_SRC>, <&lcc AUDIO_SLIMBUS_CLK>;
|
H A D | slimbus.yaml | 72 #include <dt-bindings/clock/qcom,lcc-msm8960.h> 85 clocks = <&lcc SLIMBUS_SRC>, <&lcc AUDIO_SLIMBUS_CLK>;
|
H A D | slim-qcom-ctrl.txt | 30 clocks = <&lcc SLIMBUS_SRC>, <&lcc AUDIO_SLIMBUS_CLK>;
|
H A D | bus.txt | 45 clocks = <&lcc SLIMBUS_SRC>, <&lcc AUDIO_SLIMBUS_CLK>;
|
/freebsd/sys/contrib/device-tree/Bindings/sound/ |
H A D | qcom,lpass-cpu.txt | 60 clocks = <&lcc AHBIX_CLK>, <&lcc MI2S_OSR_CLK>, <&lcc MI2S_BIT_CLK>;
|
/freebsd/sys/contrib/device-tree/src/arm/qcom/ |
H A D | qcom-mdm9615.dtsi | 13 #include <dt-bindings/clock/qcom,lcc-msm8960.h> 108 <&lcc PLL4>; 111 lcc: clock-controller@28000000 { label 112 compatible = "qcom,lcc-mdm9615";
|
H A D | qcom-msm8960.dtsi | 7 #include <dt-bindings/clock/qcom,lcc-msm8960.h> 136 <&lcc PLL4>; 140 lcc: clock-controller@28000000 { label 141 compatible = "qcom,lcc-msm8960";
|
H A D | qcom-ipq8064.dtsi | 8 #include <dt-bindings/clock/qcom,lcc-ipq806x.h> 501 clocks = <&pxo_board>, <&cxo_board>, <&lcc PLL4>; 1246 lcc: clock-controller@28000000 { label 1247 compatible = "qcom,lcc-ipq8064"; 1256 clocks = <&lcc AHBIX_CLK>, 1257 <&lcc MI2S_OSR_CLK>, 1258 <&lcc MI2S_BIT_CLK>;
|
H A D | qcom-apq8064.dtsi | 5 #include <dt-bindings/clock/qcom,lcc-msm8960.h> 690 <&lcc PLL4>; 706 lcc: clock-controller@28000000 { label 707 compatible = "qcom,lcc-apq8064";
|
/freebsd/contrib/openpam/m4/ |
H A D | ax_compiler_vendor.m4 | 17 # "comeau", "kai", "lcc", "sgi", "microsoft", "metrowerks", "watcom", 89 lcc: __LCC__
|
/freebsd/usr.sbin/cron/doc/ |
H A D | MAIL | 79 From ptsfa!lll-lcc!seismo!decuac!c3pe!c3engr!charles Thu Jan 1 17:04:24 1987 80 From: lll-lcc!seismo!c3pe!c3engr!charles (Charles Green) 81 To: c3pe!decuac!dolqci!vrdxhq!seismo!lll-lcc!ptsfa!vixie!paul 93 From: lll-lcc!seismo!uwvax!astroatc!nicmad!norvax!mann (Tom Mann) 441 From ptsfa!ames!seismo!ihnp4!lcc!richard Fri Jan 16 04:47:33 1987
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/append/ |
H A D | cleanup.ksh | 24 # Copyright (c) 2022 by Triad National Security, LCC
|
H A D | setup.ksh | 24 # Copyright (c) 2022 by Triad National Security, LCC
|
H A D | file_append.ksh | 24 # Copyright (c) 2022 by Triad National Security, LCC
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | LoopCacheAnalysis.h | 216 auto IT = llvm::find_if(LoopCosts, [&L](const LoopCacheCostTy &LCC) { in getLoopCost() 217 return LCC.first == &L; in getLoopCost()
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | ExprEngineCXX.cpp | 314 const auto *LCC = cast<LambdaCaptureConstructionContext>(CC); in computeObjectUnderConstruction() local 317 MRMgr.getCXXTempObjectRegion(LCC->getInitializer(), LCtx)); in computeObjectUnderConstruction() 491 const auto *LCC = cast<LambdaCaptureConstructionContext>(CC); in updateObjectsUnderConstruction() local 499 State, {LCC->getLambdaExpr(), LCC->getIndex()}, LCtx, V); in updateObjectsUnderConstruction()
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | LoopCacheAnalysis.cpp | 609 [L](const LoopCacheCostTy &LCC) { return LCC.first == L; }) && in calculateCacheFootprint() argument
|
/freebsd/sys/contrib/zstd/lib/common/ |
H A D | compiler.h | 144 * and some compilers, like Intel ICC and MCST LCC, do not support it at all. */
|
/freebsd/contrib/llvm-project/clang/lib/Analysis/ |
H A D | CFG.cpp | 5729 const auto *LCC = cast<LambdaCaptureConstructionContext>(CC); in print_construction_context() local 5730 Helper.handledStmt(const_cast<LambdaExpr *>(LCC->getLambdaExpr()), OS); in print_construction_context() 5731 OS << "+" << LCC->getIndex(); in print_construction_context()
|
/freebsd/contrib/bzip2/ |
H A D | bzip2.c | 31 lcc compiler. Or with MS Visual C.
|
/freebsd/sys/contrib/zlib/ |
H A D | ChangeLog | 1363 - added makelcc.bat for lcc-win32 (Tom St Denis)
|