/freebsd/sys/dev/clk/allwinner/ |
H A D | ccu_d1.c | 201 pll_cpux_parents, /* parents */ 213 pll_ddr0_parents, /* parents */ 227 pll_periph0_4x_parents, /* parents */ 241 pll_periph0_2x_parents, /* parents */ 253 pll_periph0_800m_parents, /* parents */ 265 pll_periph0_parents, /* parents */ 276 pll_video0_parents, /* parents */ 290 pll_video0_4x_parents, /* parents */ 302 pll_video0_2x_parents, /* parents */ 313 pll_video1_parents, /* parents */ [all …]
|
H A D | ccu_a83t.c | 197 "osc12M", osc12m_parents, /* name, parents */ 208 "pll_c0cpux", pll_c0cpux_parents, /* name, parents */ 219 "pll_c1cpux", pll_c1cpux_parents, /* name, parents */ 232 "pll_audio", pll_audio_parents, /* name, parents */ 245 "pll_video0", pll_video0_parents, /* name, parents */ 258 "pll_ve", pll_ve_parents, /* name, parents */ 271 "pll_ddr", pll_ddr_parents, /* name, parents */ 284 "pll_periph", pll_periph_parents, /* name, parents */ 297 "pll_gpu", pll_gpu_parents, /* name, parents */ 310 "pll_hsic", pll_hsic_parents, /* name, parents */ [all …]
|
H A D | ccu_a31.c | 243 "pll_cpu", pll_parents, /* name, parents */ 255 "pll_audio", pll_parents, /* name, parents */ 293 "pll_video0", pll_parents, /* name, parents */ 314 "pll_ve", pll_parents, /* name, parents */ 326 "pll_ddr", pll_parents, /* name, parents */ 339 "pll_periph", pll_parents, /* name, parents */ 361 "pll_video1", pll_parents, /* name, parents */ 383 "pll_gpu", pll_parents, /* name, parents */ 396 "pll_mipi", pll_mipi_parents, /* name, parents */ 408 "pll9", pll_parents, /* name, parents */ [all …]
|
H A D | ccu_a64.c | 228 "pll_cpux", pll_cpux_parents, /* name, parents */ 241 "pll_audio", pll_audio_parents, /* name, parents */ 280 "pll_video0", pll_video0_parents, /* name, parents */ 302 "pll_ve", pll_ve_parents, /* name, parents */ 315 "pll_ddr0", pll_ddr0_parents, /* name, parents */ 330 "pll_periph0_2x", pll_periph0_2x_parents, /* name, parents */ 352 "pll_periph1_2x", pll_periph1_2x_parents, /* name, parents */ 373 "pll_video1", pll_video1_parents, /* name, parents */ 386 "pll_gpu", pll_gpu_parents, /* name, parents */ 409 "pll_hsic", pll_hsic_parents, /* name, parents */ [all …]
|
H A D | ccu_h3.c | 245 "pll_cpux", pll_cpux_parents, /* name, parents */ 258 "pll_audio", pll_audio_parents, /* name, parents */ 297 "pll_video", pll_video_parents, /* name, parents */ 310 "pll_ve", pll_ve_parents, /* name, parents */ 323 "pll_ddr", pll_ddr_parents, /* name, parents */ 338 "pll_periph0", pll_periph0_parents, /* name, parents */ 359 "pll_gpu", pll_gpu_parents, /* name, parents */ 372 "pll_periph1", pll_periph1_parents, /* name, parents */ 385 "pll_de", pll_de_parents, /* name, parents */ 398 "cpux", cpux_parents, /* name, parents */ [all …]
|
H A D | ccu_a10.c | 200 "pll_core", pll_parents, /* name, parents */ 212 "pll_video0", pll_parents, /* name, parents */ 224 "pll_video0-2x", pll_video0_2x_parents, /* name, parents */ 232 "pll_video1", pll_parents, /* name, parents */ 244 "pll_video1-2x", pll_video1_2x_parents, /* name, parents */ 257 "cpu", cpu_parents, /* name, parents */ 261 "axi", axi_parents, /* name, parents */ 270 "ahb", ahb_parents, /* name, parents */ 279 "apb0", apb0_parents, /* name, parents */ 290 "apb1", apb1_parents, /* name, parents */ [all …]
|
H A D | ccu_h6.c | 174 "pll_cpux", pll_cpux_parents, /* name, parents */ 185 "pll_ddr0", pll_ddr0_parents, /* name, parents */ 197 "pll_periph0_4x", pll_peri0_4x_parents, /* name, parents */ 227 "pll_periph1_4x", pll_peri1_4x_parents, /* name, parents */ 257 "pll_gpu", pll_gpu_parents, /* name, parents */ 269 "pll_video0_4x", pll_video0_4x_parents, /* name, parents */ 290 "pll_video1_4x", pll_video1_4x_parents, /* name, parents */ 311 "pll_ve", pll_ve_parents, /* name, parents */ 323 "pll_de", pll_de_parents, /* name, parents */ 335 "pll_hsic", pll_hsic_parents, /* name, parents */ [all …]
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | ErrnoChecker.cpp | 75 const DynTypedNodeList Parents = ParentCtx.getParents(*S); in isInCondition() local 76 if (Parents.empty()) in isInCondition() 78 const auto *ParentS = Parents[0].get<Stmt>(); in isInCondition() local 79 if (!ParentS || isa<CallExpr>(ParentS)) in isInCondition() 81 switch (ParentS->getStmtClass()) { in isInCondition() 83 CondFound = (S == cast<IfStmt>(ParentS)->getCond()); in isInCondition() 86 CondFound = (S == cast<ForStmt>(ParentS)->getCond()); in isInCondition() 89 CondFound = (S == cast<DoStmt>(ParentS)->getCond()); in isInCondition() 92 CondFound = (S == cast<WhileStmt>(ParentS)->getCond()); in isInCondition() 95 CondFound = (S == cast<SwitchStmt>(ParentS)->getCond()); in isInCondition() [all …]
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Refactoring/ |
H A D | ASTSelection.cpp | 253 llvm::SmallVector<SelectedASTNode::ReferenceType, 8> Parents; member 293 const Stmt *Parent = Parents[Parents.size() - 1].get().Node.get<Stmt>(); in canonicalize() 297 // Look through the implicit casts in the parents. in canonicalize() 299 for (; (ParentIndex + 1) <= Parents.size() && isa<ImplicitCastExpr>(Parent); in canonicalize() 302 Parents[Parents.size() - ParentIndex - 1].get().Node.get<Stmt>(); in canonicalize() 310 Node = Parents[Parents.size() - ParentIndex]; in canonicalize() 312 Parents.pop_back(); in canonicalize() 398 return CodeRangeASTSelection(Selected.Node, Selected.Parents, in create() 409 Selected.Parents.push_back(Selected.Node); in create() 410 return CodeRangeASTSelection(Selected.Node, Selected.Parents, in create() [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/phy/ |
H A D | ti,phy-j721e-wiz.yaml | 98 assigned-clock-parents: 105 - assigned-clock-parents 134 assigned-clock-parents: 141 - assigned-clock-parents 211 assigned-clock-parents = <&k3_clks 292 15>, <&k3_clks 292 4>; 220 assigned-clock-parents = <&k3_clks 293 13>; 227 assigned-clock-parents = <&k3_clks 293 0>; 245 assigned-clock-parents = <&k3_clks 292 11>;
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | ParentMapContext.h | 1 //===- ParentMapContext.h - Map of parents using DynTypedNode ---*- C++ -*-===// 10 // multiple parents. 29 /// Returns the parents of the given node (within the traversal scope). 31 /// Note that this will lazily compute the parents of all nodes 44 /// more complex by statements in templates having multiple parents - those 48 /// where to search for the parents, for example when looking at a statement 72 std::unique_ptr<ParentMap> Parents; variable
|
/freebsd/usr.bin/gprof/ |
H A D | gprof.callg | 51 its parents. 54 all of its parents. This is the denominator of 57 parents the name of this parent, with an indication of the 91 * these fields are omitted for parents (or 98 ** static-only parents and children are indicated
|
H A D | arcs.c | 85 * prepend this parent to the parents of this child in addarc() 87 arcp -> arc_parentlist = childp -> parents; in addarc() 88 childp -> parents = arcp; in addarc() 224 * propagate children times up to parents. in doarcs() 402 cyclenlp -> parents = 0; /* list of caller arcs */ in cyclelink() 423 for ( arcp=memberp->parents ; arcp ; arcp=arcp->arc_parentlist ) { in cyclelink() 458 * some of their parents in cycleanalyze() 466 for ( arcp = nlp -> parents; arcp; arcp = arcp -> arc_parentlist ) { in cycleanalyze() 779 * printflag as the union of parents' printflags 780 * propfraction as the sum of fractional parents' propfractions [all …]
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ParentMapContext.cpp | 1 //===- ParentMapContext.cpp - Map of parents using DynTypedNode -*- C++ -*-===// 10 // multiple parents. 26 void ParentMapContext::clear() { Parents.reset(); } in clear() 63 /// Contains parents of a node. 85 /// Maps from a node to its parents. This is used for nodes that have 349 /// parents as defined by the \c RecursiveASTVisitor. 370 /// Parents is the parent storage (either PointerParents or OtherParents). 372 void addParent(MapNodeTy MapNode, MapTy *Parents) { in addParent() argument 386 auto &NodeOrVector = (*Parents)[MapNode]; in addParent() 420 MapTy *Parents) { in TraverseNode() argument [all …]
|
/freebsd/share/doc/psd/18.gprof/ |
H A D | present.me | 65 called/total \ \ parents 88 the routines that are its direct parents and children. 110 Similarly, the parents of each routine are listed, 136 the Caller routines as its parents, 146 The self and descendant fields of the parents 149 the parents directly). 258 among the parents of the ``\s-1WRITE\s+1'' procedure. 260 of parents of ``\s-1WRITE\s+1'', 263 Each format routine will have one or more parents,
|
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/ |
H A D | ASTSelection.h | 102 ArrayRef<SelectedASTNode::ReferenceType> getParents() { return Parents; } in getParents() 139 ArrayRef<SelectedASTNode::ReferenceType> Parents, in CodeRangeASTSelection() argument 141 : SelectedNode(SelectedNode), Parents(Parents.begin(), Parents.end()), in CodeRangeASTSelection() 148 llvm::SmallVector<SelectedASTNode::ReferenceType, 8> Parents; variable
|
/freebsd/lib/libgeom/ |
H A D | geom_getxml.c | 54 * expected to be sufficient for single geom and its parents. In case of 98 geom_getxml_geom(const char *class, const char *geom, int parents) in geom_getxml_geom() argument 111 gctl_ro_param(r, "parents", sizeof(parents), &parents); in geom_getxml_geom()
|
/freebsd/sys/contrib/device-tree/Bindings/sound/ |
H A D | nvidia,tegra-audio-graph-card.yaml | 39 assigned-clock-parents: 64 - assigned-clock-parents 82 assigned-clock-parents = <0>, <0>, <&tegra_car TEGRA210_CLK_PLL_A_OUT0>; 102 assigned-clock-parents = <&tegra_car TEGRA210_CLK_PLL_A_OUT0>; 172 assigned-clock-parents = <&tegra_car TEGRA210_CLK_PLL_A_OUT0>;
|
H A D | nvidia,tegra210-ahub.yaml | 46 assigned-clock-parents: 123 - assigned-clock-parents 140 assigned-clock-parents = <&tegra_car TEGRA210_CLK_PLL_A_OUT0>; 177 assigned-clock-parents = <&tegra_car TEGRA210_CLK_PLL_A_OUT0>; 188 assigned-clock-parents = <&tegra_car TEGRA210_CLK_PLL_A_OUT0>;
|
/freebsd/sys/contrib/device-tree/src/arm64/ti/ |
H A D | k3-j7200-main.dtsi | 702 assigned-clock-parents = <&k3_clks 292 89>; 709 assigned-clock-parents = <&k3_clks 292 85>; 717 assigned-clock-parents = <&k3_clks 292 85>; 725 assigned-clock-parents = <&k3_clks 292 85>; 803 assigned-clock-parents = <&k3_clks 288 13>; /* HFOSC0 */ 992 assigned-clock-parents = <&k3_clks 252 5>; 1001 assigned-clock-parents = <&k3_clks 253 5>; 1011 assigned-clock-parents = <&k3_clks 49 2>; 1023 assigned-clock-parents = <&k3_clks 50 2>, <&k3_clks 313 1>; 1035 assigned-clock-parents [all...] |
H A D | k3-j721e-main.dtsi | 583 assigned-clock-parents = <&k3_clks 292 15>, <&k3_clks 292 4>; 592 assigned-clock-parents = <&k3_clks 292 11>; 599 assigned-clock-parents = <&k3_clks 292 0>; 606 assigned-clock-parents = <&k3_clks 292 11>; 643 assigned-clock-parents = <&k3_clks 293 17>, <&k3_clks 293 4>; 652 assigned-clock-parents = <&k3_clks 293 13>; 659 assigned-clock-parents = <&k3_clks 293 0>; 666 assigned-clock-parents = <&k3_clks 293 13>; 703 assigned-clock-parents = <&k3_clks 294 15>, <&k3_clks 294 4>; 712 assigned-clock-parents [all...] |
H A D | k3-am62-main.dtsi | 69 assigned-clock-parents = <&k3_clks 157 8>; 78 assigned-clock-parents = <&k3_clks 157 18>; 260 assigned-clock-parents = <&k3_clks 36 3>; 272 assigned-clock-parents = <&k3_clks 37 3>; 284 assigned-clock-parents = <&k3_clks 38 3>; 296 assigned-clock-parents = <&k3_clks 39 3>; 308 assigned-clock-parents = <&k3_clks 40 3>; 320 assigned-clock-parents = <&k3_clks 41 3>; 332 assigned-clock-parents = <&k3_clks 42 3>; 344 assigned-clock-parents [all...] |
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/ |
H A D | imx7ulp.dtsi | 155 assigned-clock-parents = <&scg1 IMX7ULP_CLK_SOSC_BUS_CLK>; 167 assigned-clock-parents = <&scg1 IMX7ULP_CLK_FIRC>; 176 assigned-clock-parents = <&scg1 IMX7ULP_CLK_SOSC_BUS_CLK>; 263 assigned-clock-parents = <&scg1 IMX7ULP_CLK_FIRC_BUS_CLK>; 287 assigned-clock-parents = <&scg1 IMX7ULP_CLK_SOSC_BUS_CLK>; 336 assigned-clock-parents = <&scg1 IMX7ULP_CLK_FIRC>; 349 assigned-clock-parents = <&scg1 IMX7ULP_CLK_FIRC>; 361 assigned-clock-parents = <&scg1 IMX7ULP_CLK_FIRC>; 373 assigned-clock-parents = <&scg1 IMX7ULP_CLK_FIRC>;
|
/freebsd/share/doc/papers/kerntune/ |
H A D | 2.t | 84 the routines that are its direct parents and children. 100 called/total \ \ parents 130 Similarly, the parents of each routine are listed, 160 the Caller routines as its parents, 170 The self and descendant fields of the parents 173 the parents directly).
|
/freebsd/sys/contrib/device-tree/Bindings/media/ |
H A D | mediatek,vcodec-encoder.yaml | 43 assigned-clock-parents: true 79 - assigned-clock-parents 164 assigned-clock-parents = <&topckgen CLK_TOP_VCODECPLL>; 184 assigned-clock-parents = <&topckgen CLK_TOP_VCODECPLL_370P5>;
|