Home
last modified time | relevance | path

Searched full:sfc (Results 1 – 25 of 71) sorted by relevance

123

/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Dnvidia,tegra210-sfc.yaml4 $id: http://devicetree.org/schemas/sound/nvidia,tegra210-sfc.yaml#
7 title: Tegra210 SFC
10 The Sampling Frequency Converter (SFC) converts the sampling frequency
24 pattern: "^sfc@[0-9a-f]*$"
28 - const: nvidia,tegra210-sfc
31 - nvidia,tegra264-sfc
32 - nvidia,tegra234-sfc
33 - nvidia,tegra194-sfc
34 - nvidia,tegra186-sfc
35 - const: nvidia,tegra210-sfc
[all …]
H A Dnvidia,tegra210-ahub.yaml94 '^sfc@[0-9a-f]+$':
96 $ref: nvidia,tegra210-sfc.yaml#
/freebsd/sys/contrib/device-tree/Bindings/spi/
H A Drockchip-sfc.yaml4 $id: http://devicetree.org/schemas/spi/rockchip-sfc.yaml#
7 title: Rockchip Serial Flash Controller (SFC)
18 const: rockchip,sfc
20 The rockchip sfc controller is a standalone IP with version register,
43 rockchip,sfc-no-dma:
72 sfc: spi@ff3a0000 {
73 compatible = "rockchip,sfc";
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp981 if (const auto *SFC = dyn_cast<StackFrameContext>(LC)) { in getStackOrCaptureRegionForDeclContext() local
982 if (cast<DeclContext>(SFC->getDecl()) == DC) in getStackOrCaptureRegionForDeclContext()
983 return SFC; in getStackOrCaptureRegionForDeclContext()
1007 const StackFrameContext *SFC = LC->getStackFrame(); in getVarRegion() local
1008 const Stmt *CallSite = SFC->getCallSite(); in getVarRegion()
1010 const Decl *D = SFC->getDecl(); in getVarRegion()
1014 getStackArgumentsRegion(SFC)); in getVarRegion()
1018 getStackArgumentsRegion(SFC)); in getVarRegion()
1021 getStackArgumentsRegion(SFC)); in getVarRegion()
1115 const StackFrameContext *SFC = LC->getStackFrame(); in getParamVarRegion() local
[all …]
H A DExprEngineCXX.cpp206 const StackFrameContext *SFC = LCtx->getStackFrame(); in computeObjectUnderConstruction() local
207 if (const LocationContext *CallerLCtx = SFC->getParent()) { in computeObjectUnderConstruction()
208 auto RTC = (*SFC->getCallSiteBlock())[SFC->getIndex()] in computeObjectUnderConstruction()
224 SFC->getCallSiteBlock(), CallerLCtx); in computeObjectUnderConstruction()
226 cast<Expr>(SFC->getCallSite()), State, &CallerBldrCtx, CallerLCtx, in computeObjectUnderConstruction()
246 return SVB.conjureSymbolVal(&TopLevelSymRegionTag, RetE, SFC, RegionTy, in computeObjectUnderConstruction()
432 const StackFrameContext *SFC = LCtx->getStackFrame(); in updateObjectsUnderConstruction() local
433 const LocationContext *CallerLCtx = SFC->getParent(); in updateObjectsUnderConstruction()
439 auto RTC = (*SFC->getCallSiteBlock())[SFC->getIndex()] in updateObjectsUnderConstruction()
450 cast<Expr>(SFC->getCallSite()), State, CallerLCtx, in updateObjectsUnderConstruction()
H A DCallEvent.cpp195 const StackFrameContext *SFC = getCalleeStackFrame(BlockCount); in getParameterLocation() local
197 if (!SFC) in getParameterLocation()
202 getOriginExpr(), Index, SFC); in getParameterLocation()
951 const StackFrameContext *SFC = getLocationContext()->getStackFrame(); in getInheritingStackFrame() local
952 while (isa<CXXInheritedCtorInitExpr>(SFC->getCallSite())) in getInheritingStackFrame()
953 SFC = SFC->getParent()->getStackFrame(); in getInheritingStackFrame()
954 return SFC; in getInheritingStackFrame()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMIGChecker.cpp155 const StackFrameContext *SFC; in isInMIGCall() local
158 SFC = LC->getStackFrame(); in isInMIGCall()
159 LC = SFC->getParent(); in isInMIGCall()
162 const Decl *D = SFC->getDecl(); in isInMIGCall()
/freebsd/sys/contrib/device-tree/src/arm/rockchip/
H A Drv1108.dtsi535 sfc: spi@301c0000 { label
536 compatible = "rockchip,sfc";
714 sfc {
715 sfc_bus4: sfc-bus4 {
723 sfc_bus2: sfc-bus2 {
729 sfc_cs0: sfc-cs0 {
734 sfc_clk: sfc-clk {
H A Drk3128.dtsi458 sfc: spi@1020c000 { label
459 compatible = "rockchip,sfc";
1239 sfc {
1240 sfc_bus2: sfc-bus2 {
1245 sfc_bus4: sfc-bus4 {
1252 sfc_clk: sfc-clk {
1256 sfc_cs0: sfc-cs0 {
1260 sfc_cs1: sfc-cs1 {
/freebsd/share/man/man4/
H A Dcc_dctcp.42 .\" Copyright (c) 2014 Midori Kato <katoon@sfc.wide.ad.jp>
146 .An Midori Kato Mt katoon@sfc.wide.ad.jp
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h394 const StackFrameContext *SFC; variable
397 StackSpaceRegion(MemRegionManager &mgr, Kind k, const StackFrameContext *sfc) in StackSpaceRegion() argument
398 : MemSpaceRegion(mgr, k), SFC(sfc) { in StackSpaceRegion()
400 assert(sfc); in StackSpaceRegion()
405 const StackFrameContext *getStackFrame() const { return SFC; } in getStackFrame()
418 StackLocalsSpaceRegion(MemRegionManager &mgr, const StackFrameContext *sfc) in StackLocalsSpaceRegion() argument
419 : StackSpaceRegion(mgr, StackLocalsSpaceRegionKind, sfc) {} in StackLocalsSpaceRegion()
433 StackArgumentsSpaceRegion(MemRegionManager &mgr, const StackFrameContext *sfc) in StackArgumentsSpaceRegion() argument
434 : StackSpaceRegion(mgr, StackArgumentsSpaceRegionKind, sfc) {} in StackArgumentsSpaceRegion()
H A DSValBuilder.h408 const StackFrameContext *SFC);
412 const StackFrameContext *SFC);
/freebsd/crypto/openssl/test/certs/
H A Dserver-pss-restrict-key.pem10 /1Mimi/sFC/K5SJFDCjlA4UJYZOuItdFYkCun1t8foaqx3cLQ98u2SuDWwmOzqG9
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/
H A Drk3588s-orangepi-5.dts30 &sfc {
H A Drk3308.dtsi812 sfc: spi@ff4c0000 { label
813 compatible = "rockchip,sfc";
1111 sfc {
1112 sfc_bus4: sfc-bus4 {
1120 sfc_bus2: sfc-bus2 {
1126 sfc_cs0: sfc-cs0 {
1131 sfc_clk: sfc-clk {
H A Drk3588-orangepi-5-compact.dtsi124 &sfc {
H A Dpx30.dtsi1040 sfc: spi@ff3a0000 { label
1041 compatible = "rockchip,sfc";
2114 sfc {
2115 sfc_bus4: sfc-bus4 {
2123 sfc_bus2: sfc-bus2 {
2129 sfc_cs0: sfc-cs0 {
2134 sfc_clk: sfc-clk {
/freebsd/sys/contrib/device-tree/src/arm64/nvidia/
H A Dtegra186.dtsi229 tegra_sfc1: sfc@2902000 {
230 compatible = "nvidia,tegra186-sfc",
231 "nvidia,tegra210-sfc";
237 tegra_sfc2: sfc@2902200 {
238 compatible = "nvidia,tegra186-sfc",
239 "nvidia,tegra210-sfc";
245 tegra_sfc3: sfc@2902400 {
246 compatible = "nvidia,tegra186-sfc",
247 "nvidia,tegra210-sfc";
253 tegra_sfc4: sfc@2902600 {
[all …]
H A Dtegra210-p2371-2180.dts260 sfc@702d2000 {
285 sfc@702d2200 {
310 sfc@702d2400 {
335 sfc@702d2600 {
H A Dtegra194.dtsi326 tegra_sfc1: sfc@2902000 {
327 compatible = "nvidia,tegra194-sfc",
328 "nvidia,tegra210-sfc";
334 tegra_sfc2: sfc@2902200 {
335 compatible = "nvidia,tegra194-sfc",
336 "nvidia,tegra210-sfc";
342 tegra_sfc3: sfc@2902400 {
343 compatible = "nvidia,tegra194-sfc",
344 "nvidia,tegra210-sfc";
350 tegra_sfc4: sfc@2902600 {
[all …]
H A Dtegra210.dtsi1591 tegra_sfc1: sfc@702d2000 {
1592 compatible = "nvidia,tegra210-sfc";
1598 tegra_sfc2: sfc@702d2200 {
1599 compatible = "nvidia,tegra210-sfc";
1605 tegra_sfc3: sfc@702d2400 {
1606 compatible = "nvidia,tegra210-sfc";
1612 tegra_sfc4: sfc@702d2600 {
1613 compatible = "nvidia,tegra210-sfc";
H A Dtegra210-p3450-0000.dts671 sfc@702d2000 {
696 sfc@702d2200 {
721 sfc@702d2400 {
746 sfc@702d2600 {
/freebsd/lib/libc/stdlib/
H A Drand.c55 * codebase (such as any of SFC, JSF, 128-bit LCGs, PCG, or Splitmix64).
/freebsd/share/man/man8/
H A Dcrash.8153 .\" ``sfc'' and ``dfc'' (hex) are the 68020 source/destination function codes.
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/BinaryReader/
H A DDylibReader.cpp184 auto SFC = Obj->getSubFrameworkCommand(LCI); in readMachOHeader() local
185 BA.ParentUmbrella = Slice.copyString(LCI.Ptr + SFC.umbrella); in readMachOHeader()

123