Home
last modified time | relevance | path

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

12

/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,tegra234-sfc
32 - nvidia,tegra194-sfc
33 - nvidia,tegra186-sfc
34 - const: nvidia,tegra210-sfc
40 pattern: "^SFC[1-9]$"
[all …]
H A Dnvidia,tegra210-ahub.yaml93 '^sfc@[0-9a-f]+$':
95 $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/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/sys/contrib/device-tree/src/arm/rockchip/
H A Drv1108.dtsi536 sfc: spi@301c0000 {
537 compatible = "rockchip,sfc";
715 sfc {
716 sfc_bus4: sfc-bus4 {
724 sfc_bus2: sfc-bus2 {
730 sfc_cs0: sfc-cs0 {
735 sfc_clk: sfc-clk {
544 sfc: spi@301c0000 { global() label
/freebsd/crypto/openssl/test/certs/
H A Dserver-pss-restrict-key.pem10 /1Mimi/sFC/K5SJFDCjlA4UJYZOuItdFYkCun1t8foaqx3cLQ98u2SuDWwmOzqG9
/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/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
[all...]
H A Dtegra210-p2371-2180.dts254 sfc@702d2000 {
279 sfc@702d2200 {
304 sfc@702d2400 {
329 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
[all...]
H A Dtegra210.dtsi1570 tegra_sfc1: sfc@702d2000 {
1571 compatible = "nvidia,tegra210-sfc";
1577 tegra_sfc2: sfc@702d2200 {
1578 compatible = "nvidia,tegra210-sfc";
1584 tegra_sfc3: sfc@702d2400 {
1585 compatible = "nvidia,tegra210-sfc";
1591 tegra_sfc4: sfc@702d2600 {
1592 compatible = "nvidia,tegra210-sfc";
H A Dtegra234.dtsi275 tegra_sfc1: sfc@2902000 {
276 compatible = "nvidia,tegra234-sfc",
277 "nvidia,tegra210-sfc";
283 tegra_sfc2: sfc@2902200 {
284 compatible = "nvidia,tegra234-sfc",
285 "nvidia,tegra210-sfc";
291 tegra_sfc3: sfc@2902400 {
292 compatible = "nvidia,tegra234-sfc",
293 "nvidia,tegra210-sfc";
299 tegra_sfc4: sfc
[all...]
H A Dtegra210-p3450-0000.dts675 sfc@702d2000 {
700 sfc@702d2200 {
725 sfc@702d2400 {
750 sfc@702d2600 {
H A Dtegra194-p2972-0000.dts124 sfc@2902000 {
149 sfc@2902200 {
174 sfc@2902400 {
199 sfc@2902600 {
H A Dtegra194-p3509-0000.dtsi67 sfc@2902000 {
94 sfc@2902200 {
119 sfc@2902400 {
144 sfc@2902600 {
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/
H A Drk3308.dtsi741 sfc: spi@ff4c0000 {
742 compatible = "rockchip,sfc";
1026 sfc {
1027 sfc_bus4: sfc-bus4 {
1035 sfc_bus2: sfc-bus2 {
1041 sfc_cs0: sfc-cs0 {
1046 sfc_clk: sfc-clk {
736 sfc: spi@ff4c0000 { global() label
H A Dpx30.dtsi1038 sfc: spi@ff3a0000 {
1039 compatible = "rockchip,sfc";
2116 sfc {
2117 sfc_bus4: sfc-bus4 {
2125 sfc_bus2: sfc-bus2 {
2131 sfc_cs0: sfc-cs0 {
2136 sfc_clk: sfc-clk {
1037 sfc: spi@ff3a0000 { global() label
/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.8157 .\" ``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()

12