/freebsd/sys/contrib/device-tree/Bindings/arm/ |
H A D | arm,coresight-dummy-sink.yaml | 4 $id: http://devicetree.org/schemas/arm/arm,coresight-dummy-sink.yaml# 7 title: ARM Coresight Dummy sink component 15 sink. 17 The Coresight dummy sink component is for the specific coresight sink devices 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 28 side for dummy sink component. 40 - arm,coresight-dummy-sink 48 dummy sink, such as Embedded USB debugger(EUD). 59 # Minimum dummy sink definition. Dummy sink connect to coresight replicator. [all …]
|
H A D | qcom,coresight-tpda.yaml | 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. 31 If rwp register of the sink is keeping updating when do integration_test 33 to sink.
|
/freebsd/sys/contrib/device-tree/Bindings/connector/ |
H A D | usb-connector.yaml | 76 - sink 85 - sink 121 sink-vdos: 133 sink-vdos-v1: 215 is applied during PD3.0 Fast Role Swap. "Table 6-14 Fixed Supply PDO - Sink" 218 provides a detailed description of the field. The sink PDO from current source 220 requirement during fr swap. The current sink (i.e. receiver of the FRS signal), 222 new sink's, requirement during frswap before enabling the frs signal reception. 223 This property refers to maximum current capability that the current sink can 226 "1" refers to default USB power level as described by "Table 6-14 Fixed Supply PDO - Sink" [all...] |
/freebsd/crypto/openssl/doc/man3/ |
H A D | BIO_s_null.pod | 5 BIO_s_null - null data sink 15 BIO_s_null() returns the null sink BIO method. Data written to 16 the null sink is discarded, reads return EOF. 20 A null sink BIO behaves in a similar manner to the Unix /dev/null 26 A null sink is useful if, for example, an application wishes to digest some 28 Since a BIO chain must normally include a source/sink BIO this can be achieved 29 by adding a null sink BIO to the end of the chain 33 BIO_s_null() returns the null sink BIO method.
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | Sink.cpp | 1 //===-- Sink.cpp - Code Sinking -------------------------------------------===// 14 #include "llvm/Transforms/Scalar/Sink.h" 25 #define DEBUG_TYPE "sink" 63 /// IsAcceptableTarget - Return true if it is possible to sink the instruction 68 assert(SuccToSinkTo && "Candidate sink target is null"); in IsAcceptableTarget() 70 // It's never legal to sink an instruction into an EH-pad block. in IsAcceptableTarget() 79 // We cannot sink a load across a critical edge - there may be stores in in IsAcceptableTarget() 85 // We don't want to sink across a critical edge if we don't dominate the in IsAcceptableTarget() 90 // Don't sink instructions into a loop. in IsAcceptableTarget() 100 /// SinkInstruction - Determine whether it is safe to sink th in IsAcceptableTarget() [all...] |
H A D | LoopSink.cpp | 1 //===-- LoopSink.cpp - Loop Sink Pass -------------------------------------===// 12 // This pass is a reverse-transformation of LICM. It differs from the Sink 57 "sink-freq-percent-threshold", cl::Hidden, cl::init(90), 58 cl::desc("Do not sink instructions that require cloning unless they " 63 cl::desc("Do not sink instructions that have too many uses.")); 71 /// to sink. E.g. 74 /// Even if Freq(BBs) < Freq(Preheader), we will not sink from Preheade to 150 // Can't sink into blocks that have no valid insertion point. in findBBsToSinkInto() 159 // do not sink. in findBBsToSinkInto() 179 // We cannot sink in sinkInstruction() [all...] |
H A D | MergedLoadStoreMotion.cpp | 1 //===- MergedLoadStoreMotion.cpp - merge and hoist/sink load/stores -------===// 64 // %s.sink = phi [%st, if.then], [%se, if.else] 66 // store %s.sink, %addr_s 161 /// True when instruction is a sink barrier for a store 166 /// happening it is considered a sink barrier. 181 /// \return The store in \p when it is safe to sink. Otherwise return Null. 185 LLVM_DEBUG(dbgs() << "can Sink? : "; Store0->dump(); dbgs() << "\n"); in canSinkFromBlock() 219 auto *NewPN = PHINode::Create(Opd1->getType(), 2, Opd2->getName() + ".sink"); in getPHIOperand() 242 /// Merge two stores to same address and sink into \p BB 251 LLVM_DEBUG(dbgs() << "Sink Instruction into BB \n"; BB->dump(); in sinkStoresAndGEPs() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineSink.cpp | 13 // for an LLVM-IR-level sinking pass. It is only designed to sink simple 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", 87 "machine-sink-load-instrs-threshold", 93 "machine-sink-load-blocks-threshold", 99 SinkInstsIntoCycle("sink-insts-to-avoid-spills", 100 cl::desc("Sink instructions into cycles to avoid " [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/media/i2c/ |
H A D | adv748x.txt | 38 AIN0 sink 0 39 AIN1 sink 1 40 AIN2 sink 2 41 AIN3 sink 3 42 AIN4 sink 4 43 AIN5 sink 5 44 AIN6 sink 6 45 AIN7 sink 7 46 HDMI sink 8 47 TTL sink 9
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | BIO_s_null.3 | 140 BIO_s_null \- null data sink 150 \&\fBBIO_s_null()\fR returns the null sink \s-1BIO\s0 method. Data written to 151 the null sink is discarded, reads return \s-1EOF.\s0 154 A null sink \s-1BIO\s0 behaves in a similar manner to the Unix /dev/null 160 A null sink is useful if, for example, an application wishes to digest some 162 Since a \s-1BIO\s0 chain must normally include a source/sink \s-1BIO\s0 this can be achieved 163 by adding a null sink \s-1BIO\s0 to the end of the chain 166 \&\fBBIO_s_null()\fR returns the null sink \s-1BIO\s0 method.
|
/freebsd/tools/tools/mctest/ |
H A D | mctest.1 | 40 .Op Fl m Ar my client number (sink only) 46 and a sink. 50 The sink listens for multicast packets, records 58 The sink prints out the time between the packets received. 82 is the receiver aka the sink. 94 Sink
|
/freebsd/crypto/openssl/doc/man7/ |
H A D | bio.pod | 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 52 a source/sink BIO typically starts with I<BIO_s_> and
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyDebugValueManager.cpp | 84 if (!DefFirst) // Not a sink in getSinkableDebugValues() 121 // Gather sinkable DBG_VALUEs. We should not sink a DBG_VALUE if there is in getSinkableDebugValues() 125 // DBG_VALUE %0, !"a", !DIExpression() // Should not sink with %0 in getSinkableDebugValues() 128 // Where if %0 were to sink, the DBG_VAUE should not sink with it, as that in getSinkableDebugValues() 156 // DBG_VALUE %0, !"a", !DIExpression() // Can sink with %0 in getSinkableDebugValues() 243 // Sink 'Def', and also sink its eligible DBG_VALUEs to the place before 246 // For DBG_VALUEs to sink properly, if 'Def' and 'Insert' are within the same 253 void WebAssemblyDebugValueManager::sink(MachineInstr *Insert) { in sink() function in WebAssemblyDebugValueManager 255 // the same place, we don't need to do anything. If we actually do the sink, in sink() 262 // If we actually sink %0 and the following DBG_VALUE and setting the original in sink() [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/iio/addac/ |
H A D | adi,ad74115.yaml | 137 adi,digital-input-sink-range-high: 145 adi,digital-input-sink-microamp: 146 description: Sink current in digital input mode. 196 either source or sink for VOUT and 4mA sink for IOUT. 197 When present, the limit is 16mA in either source or sink for VOUT, 198 1mA sink for IOUT. 327 - adi,digital-input-sink-range-high 330 adi,digital-input-sink-microamp:
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | GenericTaintChecker.cpp | 63 /// Check if tainted data is used as a custom sink's parameter. 65 "Untrusted data is passed to a user-defined sink"; 265 GenericTaintRule(ArgSet &&Sink, ArgSet &&Filter, ArgSet &&Src, ArgSet &&Dst, in GenericTaintRule() argument 267 : SinkArgs(std::move(Sink)), FilterArgs(std::move(Filter)), in GenericTaintRule() 274 static GenericTaintRule Sink(ArgSet &&SinkArgs, in Sink() function in __anoncee4e0c00111::GenericTaintRule 295 /// Process a function which could either be a taint source, a taint sink, a 322 struct Sink : Common { struct 339 std::vector<Sink> Sinks; 372 void parseConfig(const std::string &Option, TaintConfiguration::Sink &&P, 419 LLVM_YAML_IS_SEQUENCE_VECTOR(TaintConfiguration::Sink) [all …]
|
/freebsd/secure/lib/libcrypto/man/man7/ |
H A D | bio.7 | 153 There are two types of \s-1BIO,\s0 a source/sink \s-1BIO\s0 and a filter \s-1BIO.\s0 155 As its name implies a source/sink \s-1BIO\s0 is a source and/or sink of data, 167 with one component). A chain normally consists of one source/sink 169 first \s-1BIO\s0 then traverses the chain to the end (normally a source/sink 184 a source/sink \s-1BIO\s0 typically starts with \fIBIO_s_\fR and
|
/freebsd/contrib/llvm-project/openmp/runtime/src/ |
H A D | kmp_taskdeps.cpp | 219 kmp_depnode_t *sink, in __kmp_track_dependence() argument 261 // do not use sink->dn.task as that is only filled after the dependences in __kmp_track_dependence() 266 task_source->td_ident->psource, sink->dn.id, in __kmp_track_dependence() 270 /* OMPT tracks dependences between task (a=source, b=sink) in which in __kmp_track_dependence() 339 // Add the edge 'sink' -> 'source' in the task dependency graph 344 kmp_depnode_t *sink) { in __kmp_depnode_link_successor() argument 345 if (!sink) in __kmp_depnode_link_successor() 354 if (__kmp_tdg_is_recording(tdg_status) && sink->dn.task) in __kmp_depnode_link_successor() 355 __kmp_track_dependence(gtid, sink, source, task); in __kmp_depnode_link_successor() 358 if (sink->dn.task) { in __kmp_depnode_link_successor() [all …]
|
/freebsd/contrib/googletest/googlemock/src/ |
H A D | gmock-matchers.cc | 67 // nodes, and an implicit sink node that is connected to all of the 77 // - An edge from each right_ node to sink 83 // - The edges (source, l), (l, r), and (r, sink) are added to the 86 // - The reverse edges (l, source), (r, l), and (sink, r) are added 117 // . [ sink ] . 136 // the sink in the residual flow graph, and if one is found, add flow in Compute() 139 // node will have flow if that left node has any path to the sink in Compute() 149 // source to sink starting at the left_[ilhs] node. in Compute() 168 // Perform a depth-first search from left node ilhs to the sink. If a 171 // Returns true if a path to sink was found, which means that a unit of [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/FuzzMutate/ |
H A D | RandomIRBuilder.cpp | 306 Use *Sink = RS.getSelection(); in connectToSink() local 307 User *U = Sink->getUser(); in connectToSink() 308 unsigned OpNo = Sink->getOperandNo(); in connectToSink() 314 Instruction *Sink = nullptr; in connectToSink() local 318 Sink = findSinkAndConnect(Insts); in connectToSink() 319 if (Sink) in connectToSink() 320 return Sink; in connectToSink() 340 Sink = findSinkAndConnect(Instructions); in connectToSink() 341 if (Sink) { in connectToSink() 342 return Sink; in connectToSink() [all …]
|
H A D | IRMutator.cpp | 152 // Find a sink and wire up the results of the operation. in mutate() 418 // Find a sink and wire up the results of the operation. in mutate() 434 // `Sink` inherits Blocks' terminator, `Source` will have a BranchInst in mutate() 435 // directly jumps to `Sink`. Here, we have to create a new terminator for in mutate() 439 BasicBlock *Sink = Block->splitBasicBlock(Insts[IP], "BB"); in mutate() local 454 // Connect these blocks to `Sink` in mutate() 455 connectBlocksToSink({IfTrue, IfFalse}, Sink, IB); in mutate() 492 // Connect these blocks to `Sink` in mutate() 493 connectBlocksToSink(Blocks, Sink, IB); in mutate() 500 BasicBlock *Sink, in connectBlocksToSink() argument [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/usb/ |
H A D | fcs,fusb302.txt | 27 try-power-role = "sink"; 29 sink-pdos = <PDO_FIXED(5000, 3000, PDO_FIXED_USB_COMM) 32 op-sink-microwatt = <10000000>;
|
H A D | richtek,rt1711h.txt | 26 try-power-role = "sink"; 28 sink-pdos = <PDO_FIXED(5000, 2000, PDO_FIXED_USB_COMM) 30 op-sink-microwatt = <10000000>;
|
H A D | fcs,fusb302.yaml | 59 try-power-role = "sink"; 61 sink-pdos = <PDO_FIXED(5000, 3000, PDO_FIXED_USB_COMM) 64 op-sink-microwatt = <10000000>;
|
H A D | typec-tcpci.txt | 31 try-power-role = "sink"; 33 sink-pdos = <PDO_FIXED(5000, 2000, PDO_FIXED_USB_COMM) 35 op-sink-microwatt = <10000000>;
|
/freebsd/sys/contrib/device-tree/Bindings/display/panel/ |
H A D | panel-simple-lvds-dual-ports.yaml | 60 description: The first sink port. 65 description: The first sink port for odd pixels. 73 description: The second sink port. 78 description: The second sink port for even pixels.
|