Home
last modified time | relevance | path

Searched +full:sink +full:- +full:only (Results 1 – 25 of 354) sorted by relevance

12345678910>>...15

/freebsd/sys/contrib/device-tree/Bindings/media/i2c/
H A Dadv748x.txt4 HDMI receiver. They can output CSI-2 on two independent outputs TXA and TXB
9 - compatible: Must contain one of the following
10 - "adi,adv7481" for the ADV7481
11 - "adi,adv7482" for the ADV7482
13 - reg: I2C slave addresses
14 The ADV748x has up to twelve 256-byte maps that can be accessed via the
21 - interrupt-names: Should specify the interrupts as "intrq1", "intrq2" and/or
23 is only available on the adv7481
24 - interrupts: Specify the interrupt lines for the ADV748x
25 - reg-names : Names of maps with programmable addresses.
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineSink.cpp1 //===- MachineSink.cpp - Sinking for machine instructions -----------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
13 // for an LLVM-IR-level sinking pass. It is only designed to sink simple
16 //===----------------------------------------------------------------------===//
65 #define DEBUG_TYPE "machine-sink"
68 SplitEdges("machine-sink-split",
73 UseBlockFreqInfo("machine-sink-bfi",
74 cl::desc("Use block frequency info to find successors to sink"),
78 "machine-sink-split-probability-threshold",
[all …]
/freebsd/sys/contrib/device-tree/Bindings/arm/
H A Darm,coresight-dummy-sink.yaml1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
4 $id: http://devicetree.org/schemas/arm/arm,coresight-dummy-sink.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: ARM Coresight Dummy sink component
15 sink.
17 The Coresight dummy sink component is for the specific coresight sink devices
19 Qualcomm platforms. It is a mini-USB hub implemented to support the USB-based
21 register it as Coresight sink device in kernel side, so that path can be
27 The primary use case of the coresight dummy sink is to build path in kernel
[all …]
H A Dqcom,coresight-tpda.yaml1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
4 ---
5 $id: http://devicetree.org/schemas/arm/qcom,coresight-tpda.yaml#
6 $schema: http://devicetree.org/meta-schemas/core.yaml#
8 title: Trace, Profiling and Diagnostics Aggregator - TPDA
15 task for free-flowing data from TPDM (i.e. CMB and DSB data set flows).
18 TPDMs connect to it. But There must be only one TPDA in the path from the
19 TPDM source to TMC sink. TPDM can directly connect to TPDA's inport or
23 Enable coresight sink first.
30 The test data will be collected in the coresight sink which is enabled.
[all …]
/freebsd/tools/tools/mctest/
H A Dmctest.11 .\" Copyright (c) 2008 George V. Neville-Neil
38 .Op Fl t Ar inter-packet gap
39 .Op Fl M Ar number of clients (source only)
40 .Op Fl m Ar my client number (sink only)
46 and a sink.
47 The source sends packets to a pre-configured
50 The sink listens for multicast packets, records
58 The sink prints out the time between the packets received.
61 .Bl -tag -width ".Fl i Ar interface"
74 Inter-packet gap in nanoseconds.
[all …]
/freebsd/sys/contrib/device-tree/Bindings/connector/
H A Dusb-connector.yaml1 # SPDX-License-Identifier: GPL-2.0-only
3 ---
4 $id: http://devicetree.org/schemas/connector/usb-connector.yaml#
5 $schema: http://devicetree.org/meta-schema
[all...]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopSink.cpp1 //===-- LoopSink.cpp - Loop Sink Pass ------
[all...]
H A DSink.cpp1 //===-- Sink.cpp - Code Sinking ------
[all...]
H A DMergedLoadStoreMotion.cpp1 //===- MergedLoadStoreMotion.cpp - merge and hoist/sink load/stores -------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
18 // insterted if the tail/footer block has more predecessors (not only the two
21 // triggering if-conversion, and reducing static code size.
25 //===----------------------------------------------------------------------===//
64 // %s.sink = phi [%st, if.then], [%se, if.else]
66 // store %s.sink, %addr_s
70 //===----------------------- TODO -----------------------------------------===//
76 //===----------------------------------------------------------------------===//
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyDebugValueManager.cpp1 //===-- WebAssemblyDebugValueManager.cpp - WebAssembly DebugValue Manager -===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
12 //===----------------------------------------------------------------------===//
26 if (!Def->getMF()->getFunction().getSubprogram()) in WebAssemblyDebugValueManager()
32 if (!Def->getOperand(0).isReg()) in WebAssemblyDebugValueManager()
34 CurrentReg = Def->getOperand(0).getReg(); in WebAssemblyDebugValueManager()
36 for (MachineBasicBlock::iterator MI = std::next(Def->getIterator()), in WebAssemblyDebugValueManager()
37 ME = Def->getParent()->end(); in WebAssemblyDebugValueManager()
40 if (MI->definesRegister(CurrentReg, /*TRI=*/nullptr)) in WebAssemblyDebugValueManager()
[all …]
/freebsd/contrib/googletest/googlemock/src/
H A Dgmock-matchers.cc30 // Google Mock - a framework for writing C++ mock classes.
35 #include "gmock/gmock-matchers.h"
48 // macro where the user-supplied description string is "", if
51 // that are the print-out of the matcher's parameters.
64 // Uses the well-known Ford-Fulkerson max flow method to find a maximum
67 // nodes, and an implicit sink node that is connected to all of the
76 // - An edge from source to each left_ node
77 // - An edge from each right_ node to sink
78 // - An edge from each left_ node to each right_ node, if the
83 // - The edges (source, l), (l, r), and (r, sink) are added to the
[all …]
/freebsd/sys/contrib/device-tree/Bindings/display/panel/
H A Dpanel-simple-lvds-dual-ports.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/display/panel/panel-simple-lvds-dual-ports.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Liu Ying <victor.liu@nxp.com>
11 - Thierry Reding <thierry.reding@gmail.com>
12 - Sam Ravnborg <sam@ravnborg.org>
16 has dual LVDS ports and requires only a single power-supply.
25 - $ref: panel-common.yaml#
35 - auo,g133han01
[all …]
/freebsd/crypto/openssl/doc/man7/
H A Dbio.pod5 bio - Basic I/O abstraction
20 There are two types of BIO, a source/sink BIO and a filter BIO.
22 As its name implies a source/sink BIO is a source and/or sink of data,
34 with one component). A chain normally consists of one source/sink
36 first BIO then traverses the chain to the end (normally a source/sink
44 If BIO_free() is called on a BIO chain it will only free one BIO resulting
52 a source/sink BIO typically starts with I<BIO_s_> and
80 Copyright 2000-2021 The OpenSSL Project Authors. All Rights Reserved.
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DGenericTaintChecker.cpp1 //== GenericTaintChecker.cpp ----------------------------------- -*- C++ -*--=//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
15 //===----------------------------------------------------------------------===//
39 #define DEBUG_TYPE "taint-checker"
51 /// Check for CWE-134: Uncontrolled Format String.
54 "(CWE-134: Uncontrolled Format String)";
57 /// CERT/STR02-C. "Sanitize data passed to complex subsystems"
58 /// CWE-78, "Failure to Sanitize Data into an OS Command"
61 "(CERT/STR02-C. Sanitize data passed to complex subsystems)";
[all …]
/freebsd/contrib/opencsd/decoder/source/c_api/
H A Docsd_c_api_custom_obj.h49 // set the C-API decoder factory interface.
56 //! Get the built in protocol type ID managed by this instance - extern for custom decoders
59 // connect decoders to other components - (replace current / 0 pointer value to detach );
61 //!attach error logger to ptk-processor, or both of pkt processor and pkt decoder pair
64 // pkt decoder only
74 // pkt processor only
81 …//! attach a packet data sink to pkt processor output (solo pkt processor only - instead of decode…
164 …lemIn *m_pGenElemIn; //!< generic element sink interface - output from decoder fed to commo…
165 …IInstrDecode *m_pIInstrDec; //!< arm instruction decode interface - decoder may want to us…
166 …ITargetMemAccess *m_pMemAccessor; //!< system memory accessor insterface - decoder may want to u…
[all …]
/freebsd/sys/contrib/device-tree/Bindings/usb/
H A Dmediatek,mt6360-tcpc.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/usb/mediatek,mt6360-tcpc.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Mediatek MT6360 Type-C Port Switch and Power Delivery controller
10 - ChiYuan Huang <cy_huang@richtek.com>
13 Mediatek MT6360 is a multi-functional device. It integrates charger, ADC, flash, RGB indicators,
15 This document only describes MT6360 Type-C Port Switch and Power Delivery controller.
20 - mediatek,mt6360-tcpc
25 interrupt-names:
[all …]
H A Dmaxim,max33359.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Maxim TCPCI Type-C PD controller
10 - Badhri Jagan Sridharan <badhri@google.com>
12 description: Maxim TCPCI Type-C PD controller
17 - maxim,max33359
27 $ref: ../connector/usb-connector.yaml#
32 - compatible
33 - reg
[all …]
H A Drichtek,rt1711h.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Richtek RT1711H Type-C Port Switch and Power Delivery controller
10 - Gene Chen <gene_chen@richtek.com>
13 The RT1711H is a USB Type-C controller that complies with the latest
14 USB Type-C and PD standards. It does the USB Type-C detection including attach
17 support for alternative interfaces of the Type-C specification.
22 - richtek,rt1711h
23 - richtek,rt1715
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DIndirectCallPromotion.cpp1 //===- IndirectCallPromotion.cpp - Optimizations based on value profiling -===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
10 // conditional direct calls when the indirect-call value profile metadata is
13 //===----------------------------------------------------------------------===//
54 #define DEBUG_TYPE "pgo-icall-prom"
65 // Command line option to disable indirect-call promotion with the default as
67 static cl::opt<bool> DisableICP("disable-icp", cl::init(false), cl::Hidden,
73 // For debug use only.
75 ICPCutOff("icp-cutoff", cl::init(0), cl::Hidden,
[all …]
/freebsd/contrib/llvm-project/llvm/lib/FuzzMutate/
H A DRandomIRBuilder.cpp1 //===-- RandomIRBuilder.cpp -----------------------------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
29 DominatorTree DT(*BB->getParent()); in getDominators()
35 Node = Node->getIDom(); in getDominators()
36 while (Node && Node->getBlock()) { in getDominators()
37 ret.push_back(Node->getBlock()); in getDominators()
39 Node = Node->getIDom(); in getDominators()
47 DominatorTree DT(*BB->getParent()); in getDominatees()
54 for (DomTreeNode *Child : Parent->children()) in getDominatees()
[all …]
/freebsd/contrib/opencsd/decoder/include/opencsd/c_api/
H A Docsd_c_api_custom.h40 /** @defgroup ocsd_ext_dcd OpenCSD Library : Custom External Decoder C-API
41 @brief Set of types, structures and interfaces for attaching custom decoders via the C-API
45 resources in the same way as the built-in decoders.
47 The external decoder must implement:-
48 - A set of factory functions that allow the creation and destruction of decoder instances.
49- A set of call-in and call-back functions plus data structures allowing interaction with the libr…
54 /**@name External decoder - Input Interfaces
57 /* Custom decoder C-API interface types. */
59 /** Raw trace data input function - a decoder must have one of these
69 /** Function to update the in-use flags for the packet sinks
[all …]
/freebsd/secure/lib/libcrypto/man/man7/
H A Dbio.718 .\" Set up some character translations and predefined strings. \*(-- will
24 .tr \(*W-
27 . ds -- \(*W-
29 . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch
30 . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch
37 . ds -- \|\(em\|
71 .\" Fear. Run. Save yourself. No user-serviceable parts.
81 . ds #H ((1u-(\\\\n(.fu%2u))*.13m)
97 . ds ' \\k:\h'-(\\n(.wu*8/10-\*(#H)'\'\h"|\\n:u"
98 . ds ` \\k:\h'-(\\n(.wu*8/10-\*(#H)'\`\h'|\\n:u'
[all …]
/freebsd/sys/contrib/device-tree/Bindings/media/xilinx/
H A Dxlnx,csi2rxss.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Xilinx MIPI CSI-2 Receiver Subsystem
10 - Vishal Sagar <vishal.sagar@amd.com>
13 The Xilinx MIPI CSI-2 Receiver Subsystem is used to capture MIPI CSI-2
16 The subsystem consists of a MIPI D-PHY in slave mode which captures the
17 data packets. This is passed along the MIPI CSI-2 Rx IP which extracts the
20 For more details, please refer to PG232 Xilinx MIPI CSI-2 Receiver Subsystem.
21 Please note that this bindings includes only the MIPI CSI-2 Rx controller
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DLoopSink.h1 //===- LoopSink.h - Loop Sink Pass ------------------------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
9 // This file provides the interface for the Loop Sink pass.
11 //===----------------------------------------------------------------------===//
22 /// A pass that does profile-guided sinking of instructions into loops.
25 /// unified loop pass pipeline. The goal of it is to sink code into loops that
26 /// is loop invariant but only required within the loop body when doing so
/freebsd/sys/contrib/device-tree/Bindings/iio/addac/
H A Dadi,ad74115.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
[all...]

12345678910>>...15