/freebsd/sys/contrib/dev/iwlwifi/fw/api/ |
H A D | commands.h | 12 * @LEGACY_GROUP: legacy group, uses command IDs from &enum iwl_legacy_cmds 13 * @LONG_GROUP: legacy group with long header, also uses command IDs 15 * @SYSTEM_GROUP: system group, uses command IDs from 17 * @MAC_CONF_GROUP: MAC configuration group, uses command IDs from 19 * @PHY_OPS_GROUP: PHY operations group, uses command IDs from 21 * @DATA_PATH_GROUP: data path group, uses command IDs from 23 * @SCAN_GROUP: scan group, uses command IDs from 25 * @NAN_GROUP: NAN group, uses command IDs from &enum iwl_nan_subcmd_ids 26 * @LOCATION_GROUP: location group, uses command IDs from 28 * @PROT_OFFLOAD_GROUP: protocol offload group, uses comman [all...] |
/freebsd/contrib/mandoc/ |
H A D | mandoc_headers.3 | 172 Uses pointers to the types 244 Uses the opaque type 249 Uses 285 Uses the type 322 Uses the types 340 Uses the type 371 Uses the opaque type 376 Uses the type 410 Uses the types 443 Uses the types [all …]
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | SSL_get_version.pod | 42 The connection uses the SSLv3 protocol. 46 The connection uses the TLSv1.0 protocol. 50 The connection uses the TLSv1.1 protocol. 54 The connection uses the TLSv1.2 protocol. 58 The connection uses the TLSv1.3 protocol. 73 The connection uses the SSLv3 protocol. 77 The connection uses the TLSv1.0 protocol. 81 The connection uses the TLSv1.1 protocol. 85 The connection uses the TLSv1.2 protocol. 89 The connection uses the TLSv1.3 protocol (never returned for
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86InstrSVM.td | 28 let Uses = [EAX] in 32 let Uses = [EAX] in 35 let Uses = [RAX] in 40 let Uses = [EAX] in 43 let Uses = [RAX] in 48 let Uses = [EAX] in 51 let Uses = [RAX] in 56 let Uses = [EAX, ECX] in 59 let Uses = [RAX, ECX] in
|
/freebsd/contrib/bc/manuals/ |
H A D | algorithms.md | 3 This `bc` uses the math algorithms below: 7 This `bc` uses brute force addition, which is linear (`O(n)`) in the number of 12 This `bc` uses brute force subtraction, which is linear (`O(n)`) in the number 17 This `bc` uses two algorithms: [Karatsuba][1] and brute force. 35 This `bc` uses Algorithm D ([long division][2]). Long division is polynomial 42 chunking method, it only uses subtraction to find a quotient digit. It avoids 72 This `bc` uses the series 78 to calculate `sin(x)` and `cos(x)`. It also uses the relation 96 This `bc` uses the series 102 to calculate `e^x`. Since this only works when `x` is small, it uses [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | Thumb2ITBlockPass.cpp | 68 RegisterSet &Defs, RegisterSet &Uses); 79 /// instructions in the IT block. This also tracks "dependencies", i.e. uses in INITIALIZE_PASS() 81 static void TrackDefUses(MachineInstr *MI, RegisterSet &Defs, RegisterSet &Uses, in INITIALIZE_PASS() 106 InsertUsesDefs(LocalUses, Uses); in INITIALIZE_PASS() 109 /// Clear kill flags for any uses in the given set. This will likely 112 static void ClearKillFlags(MachineInstr *MI, RegisterSet &Uses) { in ClearKillFlags() argument 116 if (!Uses.count(MO.getReg())) in ClearKillFlags() 137 RegisterSet &Defs, RegisterSet &Uses) { in MoveCopyOutOfITBlock() argument 151 if (Uses.count(DstReg) || Defs.count(SrcReg)) in MoveCopyOutOfITBlock() 195 RegisterSet Defs, Uses; in InsertITInstructions() local [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/iommu/ |
H A D | mediatek,iommu.txt | 4 this M4U have two generations of HW architecture. Generation one uses flat 5 pagetable, and only supports 4K size page mapping. Generation two uses the 59 "mediatek,mt2701-m4u" for mt2701 which uses generation one m4u HW. 60 "mediatek,mt2712-m4u" for mt2712 which uses generation two m4u HW. 61 "mediatek,mt6779-m4u" for mt6779 which uses generation two m4u HW. 62 "mediatek,mt7623-m4u", "mediatek,mt2701-m4u" for mt7623 which uses 64 "mediatek,mt8167-m4u" for mt8167 which uses generation two m4u HW. 65 "mediatek,mt8173-m4u" for mt8173 which uses generation two m4u HW. 66 "mediatek,mt8183-m4u" for mt8183 which uses generation two m4u HW.
|
/freebsd/sys/contrib/device-tree/Bindings/mfd/ |
H A D | samsung,s5m8767.yaml | 70 s5m8767,pmic-buck2-uses-gpio-dvs: 74 s5m8767,pmic-buck3-uses-gpio-dvs: 78 s5m8767,pmic-buck4-uses-gpio-dvs: 149 …s5m8767,pmic-buck2-uses-gpio-dvs: [ 's5m8767,pmic-buck-dvs-gpios', 's5m8767,pmic-buck2-dvs-voltage… 150 …s5m8767,pmic-buck3-uses-gpio-dvs: [ 's5m8767,pmic-buck-dvs-gpios', 's5m8767,pmic-buck3-dvs-voltage… 151 …s5m8767,pmic-buck4-uses-gpio-dvs: [ 's5m8767,pmic-buck-dvs-gpios', 's5m8767,pmic-buck4-dvs-voltage… 158 - s5m8767,pmic-buck2-uses-gpio-dvs 159 - s5m8767,pmic-buck3-uses-gpio-dvs 162 - s5m8767,pmic-buck2-uses-gpio-dvs 163 - s5m8767,pmic-buck4-uses-gpio-dvs [all …]
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | SSL_get_version.3 | 172 The connection uses the SSLv3 protocol. 175 The connection uses the TLSv1.0 protocol. 178 The connection uses the TLSv1.1 protocol. 181 The connection uses the TLSv1.2 protocol. 184 The connection uses the TLSv1.3 protocol. 193 The connection uses the SSLv3 protocol. 196 The connection uses the TLSv1.0 protocol. 199 The connection uses the TLSv1.1 protocol. 202 The connection uses the TLSv1.2 protocol. 205 The connection uses the TLSv1.3 protocol (never returned for
|
/freebsd/sys/contrib/device-tree/Bindings/regulator/ |
H A D | maxim,max8997.yaml | 40 If none of max8997,pmic-buck[1/2/5]-uses-gpio-dvs optional property is 52 If none of max8997,pmic-buck[1/2/5]-uses-gpio-dvs optional property is 64 If none of max8997,pmic-buck[1/2/5]-uses-gpio-dvs optional property is 69 max8997,pmic-buck1-uses-gpio-dvs: 74 max8997,pmic-buck2-uses-gpio-dvs: 79 max8997,pmic-buck5-uses-gpio-dvs: 254 max8997,pmic-buck1-uses-gpio-dvs: [ 'max8997,pmic-buck125-dvs-gpios' ] 255 max8997,pmic-buck2-uses-gpio-dvs: [ 'max8997,pmic-buck125-dvs-gpios' ] 256 max8997,pmic-buck5-uses-gpio-dvs: [ 'max8997,pmic-buck125-dvs-gpios' ] 263 - max8997,pmic-buck1-uses-gpio-dvs [all …]
|
H A D | samsung,s5m8767.txt | 31 [1] If none of the 's5m8767,pmic-buck[2/3/4]-uses-gpio-dvs' optional 36 If either of the 's5m8767,pmic-buck[2/3/4]-uses-gpio-dvs' optional 41 - s5m8767,pmic-buck2-uses-gpio-dvs: 'buck2' can be controlled by gpio dvs. 42 - s5m8767,pmic-buck3-uses-gpio-dvs: 'buck3' can be controlled by gpio dvs. 43 - s5m8767,pmic-buck4-uses-gpio-dvs: 'buck4' can be controlled by gpio dvs. 85 s5m8767,pmic-buck2-uses-gpio-dvs; 86 s5m8767,pmic-buck3-uses-gpio-dvs; 87 s5m8767,pmic-buck4-uses-gpio-dvs;
|
H A D | max8997-regulator.txt | 25 [1] If none of the 'max8997,pmic-buck[1/2/5]-uses-gpio-dvs' optional 30 If either of the 'max8997,pmic-buck[1/2/5]-uses-gpio-dvs' optional 39 - max8997,pmic-buck1-uses-gpio-dvs: 'buck1' can be controlled by gpio dvs. 40 - max8997,pmic-buck2-uses-gpio-dvs: 'buck2' can be controlled by gpio dvs. 41 - max8997,pmic-buck5-uses-gpio-dvs: 'buck5' can be controlled by gpio dvs. 97 max8997,pmic-buck1-uses-gpio-dvs; 98 max8997,pmic-buck2-uses-gpio-dvs; 99 max8997,pmic-buck5-uses-gpio-dvs;
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIFormMemoryClauses.cpp | 64 const RegUse &Uses) const; 66 void collectRegUses(const MachineInstr &MI, RegUse &Defs, RegUse &Uses) const; 67 bool processRegUses(const MachineInstr &MI, RegUse &Defs, RegUse &Uses, 151 const RegUse &Uses) const { in canBundle() 168 const RegUse &Map = MO.isDef() ? Uses : Defs; in canBundle() 215 // Collect register defs and uses along with their lane masks and states. 217 RegUse &Defs, RegUse &Uses) const { in collectRegUses() 228 RegUse &Map = MO.isDef() ? Defs : Uses; in collectRegUses() 245 RegUse &Defs, RegUse &Uses, in processRegUses() argument 247 if (!canBundle(MI, Defs, Uses)) in processRegUses() [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | PtrUseVisitor.h | 1 //===- PtrUseVisitor.h - InstVisitors over a pointers uses ------*- C++ -*-===// 11 /// uses of a pointer. These visitors all provide the same essential behavior 15 /// These can be used, for example, to quickly analyze the uses of an alloca, 120 /// This is used to maintain a worklist fo to-visit uses. This is used to 129 /// The worklist of to-visit uses. 132 /// A set of visited uses to break cycles in unreachable code. 172 /// A base class for visitors over the uses of a pointer value. 175 /// will walk its uses and visit each instruction using an InstVisitor. It also 183 /// The recursive visit of uses is accomplished with a worklist, so the only 184 /// ordering guarantee is that an instruction is visited before any uses of it [all …]
|
H A D | CaptureTracking.h | 30 /// the maximal number of uses to explore before giving up. It is used by 41 /// MaxUsesToExplore specifies how many uses the analysis should explore for 42 /// one value before giving up due too "too many uses". If MaxUsesToExplore 57 /// MaxUsesToExplore specifies how many uses the analysis should explore for 58 /// one value before giving up due too "too many uses". If MaxUsesToExplore 70 // chosen. If not all uses can be analyzed, the earliest escape is set to 118 /// passthrough such that the uses of the user or \p U should be inspected. 129 /// MaxUsesToExplore specifies how many uses the analysis should explore for 130 /// one value before giving up due too "too many uses". If MaxUsesToExplore
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZInstrDFP.td | 22 let Uses = [FPC], Defs = [CC] in { 34 let Uses = [FPC] in { 40 let Uses = [FPC] in { 46 let Uses = [FPC] in { 58 let Uses = [FPC], Predicates = [FeatureFPExtension] in { 66 let Uses = [FPC], Defs = [CC] in { 78 let Uses = [FPC], Defs = [CC] in { 116 let Defs = [CC, R1L, F0Q], Uses = [FPC, R0L, F4Q] in 126 let Uses = [FPC] in { 145 let Uses = [FPC], Defs = [CC] in { [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | DeadArgumentElimination.cpp | 67 // DAH uses this to specify a different ID. 234 // Loop over the argument list, transferring uses of the old arguments over to in deleteDeadVarargs() 315 for (Use &U : F.uses()) { in removeDeadArgumentsFromCallers() 392 // that U is really a use of an insertvalue instruction that uses the in surveyUse() 419 // depends on all uses of that aggregate, but if it is used as a return in surveyUse() 424 // we don't change RetValNum, but do survey all our uses. in surveyUse() 427 for (const Use &UU : IV->uses()) { in surveyUse() 467 /// Looks at all the uses of the given value 468 /// Returns the Liveness deduced from the uses of this value. 470 /// Adds all uses that cause the result to be MaybeLive to MaybeLiveRetUses. If [all …]
|
/freebsd/contrib/ncurses/man/ |
H A D | curs_color.3x | 162 and it uses the special color pair 0, 168 \fIcurses\fP uses the color pair from the window attribute. 170 Otherwise, \fIcurses\fP uses the background character. 247 The components depend on whether the terminal uses 261 SVr4 uses a similar scheme, but uses \fB1000\fP 330 Because \fB\%init_pair\fP uses signed \fBshort\fPs for its parameters, 333 The extension \fB\%init_extended_pair\fP uses \fBint\fPs 353 Because \fB\%init_color\fP uses signed \fBshort\fPs for its parameters, 356 The extension \fB\%init_extended_color\fP uses \fBint\fPs 376 Because \fB\%color_content\fP uses signed \fBshort\fPs for its parameters, [all …]
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_flags.inc | 115 "If set, uses alternate stack for signal handling.") 205 "If set, uses custom wrappers for strstr and strcasestr functions " 208 "If set, uses custom wrappers for strspn and strcspn function " 211 "If set, uses a custom wrapper for the strtok function " 214 "If set, uses custom wrappers for strpbrk function " 218 "If set, uses custom wrappers for strcmp functions to find more errors.") 220 "If set, uses custom wrappers for strlen and strnlen functions " 223 "If set, uses custom wrappers for strndup functions " 226 "If set, uses custom wrappers for strchr, strchrnul, and strrchr " 229 "If set, uses custo [all...] |
/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/ |
H A D | ARCOptAddrMode.cpp | 93 // If \p Uses is not null, fill it with instructions after \p Ldst which use 96 SmallVectorImpl<MachineInstr *> *Uses); 98 // Returns true if all instruction in \p Uses array can be adjusted 100 bool canFixPastUses(const ArrayRef<MachineInstr *> &Uses, 103 // Update all instructions in \p Uses to accomodate increment 105 void fixPastUses(ArrayRef<MachineInstr *> Uses, unsigned BaseReg, 149 // Return true if \p MI dominates of uses of virtual register \p VReg 237 SmallVector<MachineInstr *, 8> Uses; in tryToCombine() local 238 MachineInstr *MoveTo = canJoinInstructions(&Ldst, &Add, &Uses); in tryToCombine() 243 if (!canFixPastUses(Uses, Add.getOperand(2), B)) in tryToCombine() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonGenMux.cpp | 62 "farther of the two predicated uses")); 100 BitVector Defs, Uses; member 103 DefUseInfo(const BitVector &D, const BitVector &U) : Defs(D), Uses(U) {} in DefUseInfo() 130 BitVector &Uses) const; 159 BitVector &Uses) const { in getDefsUses() 160 // First, get the implicit defs and uses for this instruction. in getDefsUses() 166 expandReg(R, Uses); in getDefsUses() 168 // Look over all operands, and collect explicit defs and uses. in getDefsUses() 173 BitVector &Set = MO.isDef() ? Defs : Uses; in getDefsUses() 182 BitVector Defs(NR), Uses(NR); in buildMaps() local [all …]
|
/freebsd/share/man/man4/ |
H A D | openfirm.4 | 76 It uses 143 Uses a 149 Uses a 158 Uses a 168 Uses a 177 Uses a 187 Uses a 204 Uses a 212 Uses a
|
/freebsd/contrib/ofed/librdmacm/man/ |
H A D | udpong.1 | 13 Uses unreliable datagram streaming over RDMA protocol (rsocket) to 41 s | socket - uses standard socket calls to transfer data 43 a | async - uses asynchronous operation (e.g. select / poll) 45 b | blocking - uses blocking calls 47 n | nonblocking - uses non-blocking calls
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | RDFLiveness.cpp | 342 // Go over all phi uses and get the reaching defs for each use. in getAllReachingDefsRecImpl() 416 NodeSet Uses; in getAllReachedUses() local 419 // defs, no more uses can be reached. in getAllReachedUses() 421 return Uses; in getAllReachedUses() 423 // Add all directly reached uses. in getAllReachedUses() 432 Uses.insert(U); in getAllReachedUses() 455 Uses.insert(T.begin(), T.end()); in getAllReachedUses() 457 return Uses; in getAllReachedUses() 479 // Go over all defs and collect the reached uses that are non-phi uses in computePhiInfo() 480 // (i.e. the "real uses"). in computePhiInfo() [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | User.h | 9 // This class defines the interface that one who uses a Value must implement. 55 /// of operands, ie, 'hung off uses'. 77 // If we have hung off uses, then the operand list should initially be in User() 80 "Error in initializing hung off uses for User"); in User() 83 /// Allocate the array of Uses, followed by a pointer 89 /// Grow the number of hung off uses. Note that allocHungoffUses 90 /// should be called if there are no uses. 157 "Setting operand list only required for hung off uses"); in setOperandList() 212 /// Subclasses with hung off uses need to manage the operand count 216 assert(HasHungOffUses && "Must have hung off uses to use this method"); in setNumHungOffUseOperands() [all …]
|