/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | DeltaAlgorithm.cpp | 44 const changesetlist_ty &Sets) { in Delta() argument 46 UpdatedSearchState(Changes, Sets); in Delta() 49 if (Sets.size() <= 1) in Delta() 54 if (Search(Changes, Sets, Res)) in Delta() 59 for (const changeset_ty &Set : Sets) in Delta() 61 if (SplitSets.size() == Sets.size()) in Delta() 68 const changesetlist_ty &Sets, in Search() argument 71 for (changesetlist_ty::const_iterator it = Sets.begin(), in Search() 72 ie = Sets.end(); it != ie; ++it) { in Search() 75 changesetlist_ty Sets; in Search() local [all …]
|
H A D | DAGDeltaAlgorithm.cpp | 117 const changesetlist_ty &Sets, in UpdatedSearchState() argument 119 DDA.UpdatedSearchState(Changes, Sets, Required); in UpdatedSearchState() 162 const changesetlist_ty &Sets) override { in UpdatedSearchState() argument 163 DDAI.UpdatedSearchState(Changes, Sets, Required); in UpdatedSearchState()
|
/freebsd/contrib/llvm-project/lldb/source/Commands/ |
H A D | OptionsBase.td | 8 // - `Group`: Sets a single group to this option. 10 // - `Groups`: Sets a given list of group numbers. 12 // - `GroupRange`: Sets an interval of groups. Start and end are inclusive. 14 // Sets group 1, 2, 3, 4 for the option. 41 // - `OptionalArg`: Sets the argument type and marks it as optional. 42 // - `Arg`: Sets the argument type and marks it as required. 43 // - `EnumArg`: Sets the argument type to an enum and marks it as required. 50 // - `Validator`: Sets the value to a given validator (which has to exist in 57 // - `EnumArg`: Sets the argument type and assigns it a enum holding the valid 70 // Sets the completion to eDiskFileCompletion [all …]
|
/freebsd/crypto/openssl/doc/man7/ |
H A D | provider-kdf.pod | 162 Sets the key in the associated KDF ctx. 166 Sets the secret in the associated KDF ctx. 170 Sets the password in the associated KDF ctx. 178 Sets the name of the underlying cipher, digest or MAC to be used. 183 Sets the length of the MAC in the associated KDF ctx. 187 Sets the properties to be queried when trying to fetch the underlying algorithm. 193 Sets the number of iterations in the associated KDF ctx. 197 Sets the mode in the associated KDF ctx. 218 Sets an optional random string that is provided by the sender called 224 Sets the CEK wrapping algorithm name in the associated KDF ctx. [all …]
|
H A D | EVP_MAC-GMAC.pod | 36 Sets the MAC key. 41 Sets the IV of the underlying cipher, when applicable. 45 Sets the name of the underlying cipher to be used. 49 Sets the properties to be queried when trying to fetch the underlying cipher.
|
H A D | EVP_MAC-BLAKE2.pod | 42 Sets the MAC key. 49 Sets the customization/personalization string. 55 Sets the salt. 61 Sets the MAC size.
|
H A D | EVP_MAC-CMAC.pod | 36 Sets the MAC key. 41 Sets the name of the underlying cipher to be used. 45 Sets the properties to be queried when trying to fetch the underlying cipher.
|
H A D | EVP_MAC-HMAC.pod | 36 Sets the MAC key. 41 Sets the name of the underlying digest to be used. 45 Sets the properties to be queried when trying to fetch the underlying digest.
|
H A D | EVP_PKEY-FFC.pod | 81 Sets the index to use for canonical generation and verification of the generator 130 Sets the type of parameter generation. The shared valid values are: 151 Sets the size (in bits) of the prime 'p'. 155 Sets the size (in bits) of the prime 'q'. 162 Sets the Digest algorithm to be used as part of the Key Generation Function 168 Sets properties to be used upon look up of the implementation for the selected
|
H A D | EVP_MAC-Siphash.pod | 37 Sets the MAC key. 42 Sets the MAC size.
|
H A D | EVP_MAC-KMAC.pod | 43 Sets the MAC key. 49 Sets the customization string. 55 Sets the MAC size.
|
H A D | provider-keyexch.pod | 174 Sets or gets the Key Derivation Function type to apply within the associated key 179 Sets or gets the Digest algorithm to be used as part of the Key Derivation Function 184 Sets properties to be used upon look up of the implementation for the selected 190 Sets or gets the desired size for the output of the chosen Key Derivation Function 196 Sets the User Key Material to be used as part of the selected Key Derivation
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFDebugPubTable.cpp | 26 Sets.clear(); in extract() 30 Sets.push_back({}); in extract() 31 Set &NewSet = Sets.back(); in extract() 38 Sets.pop_back(); in extract() 94 for (const Set &S : Sets) { in dump()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | DeltaAlgorithm.h | 60 const changesetlist_ty &Sets); 68 bool Search(const changeset_ty &Changes, const changesetlist_ty &Sets, 74 const changesetlist_ty &Sets) {} in UpdatedSearchState() argument
|
/freebsd/sys/dev/cxgbe/firmware/ |
H A D | t4fw_cfg_uwire.txt | 156 # 4 ports, 3 functions (NIC, FCoE and iSCSI), scaling up to 8 "CPU Queue Sets" 304 # Sets" for ports 0-3. The FCoE and iSCSI functions for such OSes will be 312 niqflint = 8 # NCPUS "Queue Sets" 313 nethctrl = 8 # NCPUS "Queue Sets" 324 niqflint = 8 # NCPUS "Queue Sets" 325 nethctrl = 8 # NCPUS "Queue Sets" 336 niqflint = 8 # NCPUS "Queue Sets" 337 nethctrl = 8 # NCPUS "Queue Sets" 348 niqflint = 8 # NCPUS "Queue Sets" 349 nethctrl = 8 # NCPUS "Queue Sets" [all …]
|
H A D | t5fw_cfg_uwire.txt | 191 # 4 ports, 3 functions (NIC, FCoE and iSCSI), scaling up to 8 "CPU Queue Sets" 340 # Sets" for ports 0-3. The FCoE and iSCSI functions for such OSes will be 348 niqflint = 8 # NCPUS "Queue Sets" 349 nethctrl = 8 # NCPUS "Queue Sets" 361 niqflint = 8 # NCPUS "Queue Sets" 362 nethctrl = 8 # NCPUS "Queue Sets" 374 niqflint = 8 # NCPUS "Queue Sets" 375 nethctrl = 8 # NCPUS "Queue Sets" 387 niqflint = 8 # NCPUS "Queue Sets" 388 nethctrl = 8 # NCPUS "Queue Sets" [all …]
|
H A D | t6fw_cfg_uwire.txt | 208 # 4 ports, 3 functions (NIC, FCoE and iSCSI), scaling up to 8 "CPU Queue Sets" 355 # Sets" for ports 0-3. The FCoE and iSCSI functions for such OSes will be 363 niqflint = 8 # NCPUS "Queue Sets" 364 nethctrl = 8 # NCPUS "Queue Sets" 376 niqflint = 8 # NCPUS "Queue Sets" 377 nethctrl = 8 # NCPUS "Queue Sets" 388 niqflint = 8 # NCPUS "Queue Sets" 389 nethctrl = 8 # NCPUS "Queue Sets" 400 niqflint = 8 # NCPUS "Queue Sets" 401 nethctrl = 8 # NCPUS "Queue Sets" [all …]
|
H A D | t5fw_cfg_fpga.txt | 173 # 4 ports, 3 functions (NIC, FCoE and iSCSI), scaling up to 8 "CPU Queue Sets" 321 # Sets" for ports 0-3. The FCoE and iSCSI functions for such OSes will be 356 # "Queue Sets" each. 400 niqflint = 4 # 2 "Queue Sets" + NXIQ 401 nethctrl = 2 # 2 "Queue Sets" 402 neq = 4 # 2 "Queue Sets" * 2 411 niqflint = 4 # 2 "Queue Sets" + NXIQ 412 nethctrl = 2 # 2 "Queue Sets" 413 neq = 4 # 2 "Queue Sets" * 2
|
H A D | t6fw_cfg_fpga.txt | 185 # 4 ports, 3 functions (NIC, FCoE and iSCSI), scaling up to 8 "CPU Queue Sets" 332 # Sets" for ports 0-3. The FCoE and iSCSI functions for such OSes will be 372 # "Queue Sets" each. 420 niqflint = 4 # 2 "Queue Sets" + NXIQ 421 nethctrl = 2 # 2 "Queue Sets" 422 neq = 4 # 2 "Queue Sets" * 2 432 niqflint = 4 # 2 "Queue Sets" + NXIQ 433 nethctrl = 2 # 2 "Queue Sets" 434 neq = 4 # 2 "Queue Sets" * 2
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | TableGen.cpp | 54 SetTheory Sets; in PrintSets() local 55 Sets.addFieldExpander("Set", "Elements"); in PrintSets() 58 const std::vector<Record *> *Elts = Sets.expand(Rec); in PrintSets()
|
/freebsd/sys/contrib/device-tree/Bindings/input/rmi4/ |
H A D | rmi_2d_sensor.txt | 23 - syna,clip-x-low: Sets a minimum value for X. 24 - syna,clip-y-low: Sets a minimum value for Y. 25 - syna,clip-x-high: Sets a maximum value for X. 26 - syna,clip-y-high: Sets a maximum value for Y.
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFDebugPubTable.h | 68 std::vector<Set> Sets; 82 ArrayRef<Set> getData() { return Sets; } in getData()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | SplitModule.cpp | 176 SmallVector<SortType, 64> Sets; in findPartitions() local 185 Sets.push_back( in findPartitions() 190 llvm::sort(Sets, [](const SortType &a, const SortType &b) { in findPartitions() 197 for (auto &I : Sets) { in findPartitions()
|
/freebsd/contrib/atf/atf-sh/ |
H A D | libatf-sh.subr | 157 # Sets the expectations to 'death'. 170 # Sets the expectations to 'timeout'. 183 # Sets the expectations to 'exit'. 202 # Sets the expectations to 'fail'. 215 # Sets the expectations to 'pass'. 228 # Sets the expectations to 'signal'. 359 # Sets the test case's variable 'varname' to the specified values 413 # Sets the test case's private variable 'varname' to the specified 426 # Sets the test case's private variable 'varname' to the specified
|
/freebsd/stand/common/ |
H A D | help.common | 142 Sets the default delay for the autoboot command to <value> seconds. 151 Sets the default set of kernel boot filename(s). It may be overridden 249 Sets the current console. If <value> is omitted, a list of valid 264 Sets the list of binaries which the kernel will try to run as initial 273 Sets the list of directories which will be searched in for modules 317 Sets the size of kernel memory (bytes). This overrides 349 Sets the lowest address that the pci code will assign
|