/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() 57 // Otherwise, partition the sets if possible; if not we are done. 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() [all …]
|
/freebsd/contrib/llvm-project/lldb/bindings/interface/ |
H A D | SBExpressionOptionsDocstrings.i | 5 %feature("docstring", "Sets whether to coerce the expression result to ObjC id type after evaluatio… 8 %feature("docstring", "Sets whether to unwind the expression stack on error." 11 %feature("docstring", "Sets whether to ignore breakpoint hits while running expressions." 14 %feature("docstring", "Sets whether to cast the expression result to its dynamic type." 17 %feature("docstring", "Sets the timeout in microseconds to run the expression for. If try all threa… 20 %feature("docstring", "Sets the timeout in microseconds to run the expression on one thread before … 23 %feature("docstring", "Sets whether to run all threads if the expression does not complete on one t… 26 %feature("docstring", "Sets whether to stop other threads at all while running expressions. If fal… 29 %feature("docstring", "Sets whether to abort expression evaluation if an exception is thrown while … 32 %feature ("docstring", "Sets the language that LLDB should assume the expression is written in" [all …]
|
/freebsd/sys/contrib/device-tree/src/arm64/amazon/ |
H A D | alpine-v3.dtsi | 30 d-cache-sets = <256>; 33 i-cache-sets = <256>; 44 d-cache-sets = <256>; 47 i-cache-sets = <256>; 58 d-cache-sets = <256>; 61 i-cache-sets = <256>; 72 d-cache-sets = <256>; 75 i-cache-sets = <256>; 86 d-cache-sets = <256>; 89 i-cache-sets = <256>; [all …]
|
/freebsd/sys/contrib/device-tree/src/arm64/amd/ |
H A D | amd-seattle-cpus.dtsi | 51 i-cache-sets = <256>; 54 d-cache-sets = <256>; 67 i-cache-sets = <256>; 70 d-cache-sets = <256>; 82 i-cache-sets = <256>; 85 d-cache-sets = <256>; 97 i-cache-sets = <256>; 100 d-cache-sets = <256>; 112 i-cache-sets = <256>; 115 d-cache-sets = <256>; [all …]
|
/freebsd/crypto/openssl/doc/man7/ |
H A D | provider-kdf.pod | 127 OSSL_FUNC_kdf_set_ctx_params() sets KDF parameters associated with the given 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 [all …]
|
/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/sys/dev/cpufreq/ |
H A D | ichss.c | 61 struct cf_setting sets[2]; /* Only two settings. */ member 97 static int ichss_settings(device_t dev, struct cf_setting *sets, 270 sc->sets[0].freq = CPUFREQ_VAL_UNKNOWN; in ichss_attach() 271 sc->sets[0].volts = CPUFREQ_VAL_UNKNOWN; in ichss_attach() 272 sc->sets[0].power = CPUFREQ_VAL_UNKNOWN; in ichss_attach() 273 sc->sets[0].lat = 1000; in ichss_attach() 274 sc->sets[0].dev = dev; in ichss_attach() 275 sc->sets[1] = sc->sets[0]; in ichss_attach() 289 ichss_settings(device_t dev, struct cf_setting *sets, int *count) in ichss_settings() argument 295 if (sets == NULL || count == NULL) in ichss_settings() [all …]
|
/freebsd/secure/lib/libcrypto/man/man7/ |
H A D | provider-kdf.7 | 261 \&\fBOSSL_FUNC_kdf_set_ctx_params()\fR sets \s-1KDF\s0 parameters associated with the given 293 Sets the key in the associated \s-1KDF\s0 ctx. 297 Sets the secret in the associated \s-1KDF\s0 ctx. 301 Sets the password in the associated \s-1KDF\s0 ctx. 313 Sets the name of the underlying cipher, digest or \s-1MAC\s0 to be used. 318 Sets the length of the \s-1MAC\s0 in the associated \s-1KDF\s0 ctx. 322 Sets the properties to be queried when trying to fetch the underlying algorithm. 328 Sets the number of iterations in the associated \s-1KDF\s0 ctx. 332 Sets the mode in the associated \s-1KDF\s0 ctx. 355 Sets an optional random string that is provided by the sender called [all …]
|
/freebsd/stand/forth/ |
H A D | menusets.4th.8 | 163 Given a single integer on the stack, sets a global variable 166 Also sets $affix temporary variable (prefix or infix depending on 207 Sets $type to 211 Sets $type to 219 sets variable ${type}_${var}[${x}] to variable ${affix}${type}_${var}[${x}]. 220 Otherwise ($affix being N), sets the same variable to instead 229 Sets $type to 233 Sets $type to 237 Sets $type to 241 Sets $type to [all …]
|
/freebsd/sys/contrib/edk2/Include/Library/ |
H A D | PcdLib.h | 235 Sets an 8-bit binary patchable PCD token value based on a token name. 237 Sets the 8-bit value for the token specified by TokenName. Value is returned. 251 Sets a 16-bit binary patchable PCD token value based on a token name. 253 Sets the 16-bit value for the token specified by TokenName. Value is returned. 267 Sets a 32-bit binary patchable PCD token value based on a token name. 269 Sets the 32-bit value for the token specified by TokenName. Value is returned. 283 Sets a 64-bit binary patchable PCD token value based on a token name. 285 Sets the 64-bit value for the token specified by TokenName. Value is returned. 299 Sets a Boolean binary patchable PCD token value based on a token name. 301 Sets the Boolean value for the token specified by TokenName. Value is returned. [all …]
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | EVP_PKEY_CTX_ctrl.pod | 222 EVP_PKEY_CTX_set_signature_md() sets the message digest type used 239 EVP_PKEY_CTX_set_group_name() sets the group name to I<name> for parameter and 250 EVP_PKEY_CTX_set_rsa_padding() sets the RSA padding mode for I<ctx>. 271 EVP_PKEY_CTX_set_rsa_pss_saltlen() sets the RSA PSS salt length to I<saltlen>. 280 sets the salt length to the digest length. 284 sets the salt length to the maximum permissible value. 297 EVP_PKEY_CTX_set_rsa_keygen_bits() sets the RSA key length for 300 EVP_PKEY_CTX_set1_rsa_keygen_pubexp() sets the public exponent value for RSA key 310 EVP_PKEY_CTX_set_rsa_keygen_primes() sets the number of primes for 313 EVP_PKEY_CTX_set_rsa_mgf1_md_name() sets the MGF1 digest for RSA [all …]
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | EVP_PKEY_CTX_ctrl.3 | 359 \&\fBEVP_PKEY_CTX_set_signature_md()\fR sets the message digest type used 376 \&\fBEVP_PKEY_CTX_set_group_name()\fR sets the group name to \fIname\fR for parameter and 386 \&\fBEVP_PKEY_CTX_set_rsa_padding()\fR sets the \s-1RSA\s0 padding mode for \fIctx\fR. 407 \&\fBEVP_PKEY_CTX_set_rsa_pss_saltlen()\fR sets the \s-1RSA PSS\s0 salt length to \fIsaltlen\fR. 413 sets the salt length to the digest length. 416 sets the salt length to the maximum permissible value. 426 \&\fBEVP_PKEY_CTX_set_rsa_keygen_bits()\fR sets the \s-1RSA\s0 key length for 429 \&\fBEVP_PKEY_CTX_set1_rsa_keygen_pubexp()\fR sets the public exponent value for \s-1RSA\s0 key 439 \&\fBEVP_PKEY_CTX_set_rsa_keygen_primes()\fR sets the number of primes for 442 \&\fBEVP_PKEY_CTX_set_rsa_mgf1_md_name()\fR sets the \s-1MGF1\s0 digest for \s-1RSA\s0 [all …]
|
/freebsd/sys/contrib/device-tree/src/arm64/marvell/ |
H A D | armada-ap806-quad.dtsi | 27 i-cache-sets = <256>; 30 d-cache-sets = <256>; 42 i-cache-sets = <256>; 45 d-cache-sets = <256>; 57 i-cache-sets = <256>; 60 d-cache-sets = <256>; 72 i-cache-sets = <256>; 75 d-cache-sets = <256>; 83 cache-sets = <512>; 92 cache-sets = <512>;
|
H A D | armada-ap807-quad.dtsi | 27 i-cache-sets = <256>; 30 d-cache-sets = <256>; 42 i-cache-sets = <256>; 45 d-cache-sets = <256>; 57 i-cache-sets = <256>; 60 d-cache-sets = <256>; 72 i-cache-sets = <256>; 75 d-cache-sets = <256>; 83 cache-sets = <512>; 92 cache-sets = <512>;
|
/freebsd/sbin/ipf/ipsend/ |
H A D | ipsend.5 | 120 sets the fragment offset field of the IP packet. Default is 0. 123 sets the time to live (TTL) field of the IP header. Default is 60. 126 sets the protocol field of the IP header. The protocol can either be a 138 sets the destination of the IP packet. The default is 0.0.0.0. 189 Using \fBsec\fP sets up the framework of the security option but unless 224 sets the source port to the number/name given. Default is 0. 227 sets the destination port to the number/name given. Default is 0. 230 sets the sequence number to the number specified. Default is 0. 233 sets the acknowledge number to the number specified. Default is 0. 236 sets the offset value for the start of data to the number specified. This [all …]
|
/freebsd/sys/contrib/device-tree/src/arm64/ti/ |
H A D | k3-am654.dtsi | 43 i-cache-sets = <256>; 46 d-cache-sets = <128>; 57 i-cache-sets = <256>; 60 d-cache-sets = <128>; 71 i-cache-sets = <256>; 74 d-cache-sets = <128>; 85 i-cache-sets = <256>; 88 d-cache-sets = <128>; 99 cache-sets = <512>; 109 cache-sets = <512>;
|
H A D | k3-am62a7.dtsi | 46 i-cache-sets = <256>; 49 d-cache-sets = <128>; 60 i-cache-sets = <256>; 63 d-cache-sets = <128>; 74 i-cache-sets = <256>; 77 d-cache-sets = <128>; 88 i-cache-sets = <256>; 91 d-cache-sets = <128>; 102 cache-sets = <512>;
|
H A D | k3-j784s4.dtsi | 72 i-cache-sets = <256>; 75 d-cache-sets = <256>; 86 i-cache-sets = <256>; 89 d-cache-sets = <256>; 100 i-cache-sets = <256>; 103 d-cache-sets = <256>; 114 i-cache-sets = <256>; 117 d-cache-sets = <256>; 128 i-cache-sets = <256>; 131 d-cache-sets = <256>; [all …]
|
H A D | k3-am62p5.dtsi | 45 i-cache-sets = <256>; 48 d-cache-sets = <128>; 60 i-cache-sets = <256>; 63 d-cache-sets = <128>; 75 i-cache-sets = <256>; 78 d-cache-sets = <128>; 90 i-cache-sets = <256>; 93 d-cache-sets = <128>; 105 cache-sets = <512>;
|
/freebsd/sys/x86/cpufreq/ |
H A D | smist.c | 73 struct cf_setting sets[2]; /* Only two settings. */ member 82 static int smist_settings(device_t dev, struct cf_setting *sets, 391 sc->sets[0].freq = CPUFREQ_VAL_UNKNOWN; in smist_attach() 392 sc->sets[0].volts = CPUFREQ_VAL_UNKNOWN; in smist_attach() 393 sc->sets[0].power = CPUFREQ_VAL_UNKNOWN; in smist_attach() 394 sc->sets[0].lat = 1000; in smist_attach() 395 sc->sets[0].dev = dev; in smist_attach() 396 sc->sets[1] = sc->sets[0]; in smist_attach() 411 smist_settings(device_t dev, struct cf_setting *sets, int *count) in smist_settings() argument 417 if (sets == NULL || count == NULL) in smist_settings() [all …]
|
/freebsd/sys/contrib/device-tree/src/riscv/sifive/ |
H A D | fu540-c000.dtsi | 29 i-cache-sets = <128>; 46 d-cache-sets = <64>; 48 d-tlb-sets = <1>; 52 i-cache-sets = <64>; 54 i-tlb-sets = <1>; 73 d-cache-sets = <64>; 75 d-tlb-sets = <1>; 79 i-cache-sets = <64>; 81 i-tlb-sets = <1>; 100 d-cache-sets [all...] |
H A D | fu740-c000.dtsi | 29 i-cache-sets = <128>; 47 d-cache-sets = <64>; 49 d-tlb-sets = <1>; 53 i-cache-sets = <128>; 55 i-tlb-sets = <1>; 74 d-cache-sets = <64>; 76 d-tlb-sets = <1>; 80 i-cache-sets = <128>; 82 i-tlb-sets = <1>; 101 d-cache-sets [all...] |
/freebsd/sys/contrib/device-tree/src/arm64/arm/ |
H A D | fvp-base-revc.dts | 54 i-cache-sets = <256>; 57 d-cache-sets = <256>; 67 i-cache-sets = <256>; 70 d-cache-sets = <256>; 80 i-cache-sets = <256>; 83 d-cache-sets = <256>; 93 i-cache-sets = <256>; 96 d-cache-sets = <256>; 106 i-cache-sets = <256>; 109 d-cache-sets = <256>; [all …]
|
/freebsd/sys/contrib/device-tree/src/arm64/broadcom/ |
H A D | bcm2712.dtsi | 47 /* Source for L1 d/i cache-line-size, cache-sets, cache-size 49 * Source for L2 cache-line-size and cache-sets: 61 d-cache-sets = <256>; // 64KiB(size)/64(line-size)=1024ways/4-way set 64 i-cache-sets = <256>; // 64KiB(size)/64(line-size)=1024ways/4-way set 71 cache-sets = <1024>; //512KiB(size)/64(line-size)=8192ways/8-way set 85 d-cache-sets = <256>; // 64KiB(size)/64(line-size)=1024ways/4-way set 88 i-cache-sets = <256>; // 64KiB(size)/64(line-size)=1024ways/4-way set 95 cache-sets = <1024>; //512KiB(size)/64(line-size)=8192ways/8-way set 109 d-cache-sets = <256>; // 64KiB(size)/64(line-size)=1024ways/4-way set 112 i-cache-sets = <256>; // 64KiB(size)/64(line-size)=1024ways/4-way set [all …]
|
/freebsd/sys/powerpc/cpufreq/ |
H A D | dfs.c | 46 static int dfs_settings(device_t dev, struct cf_setting *sets, int *count); 138 dfs_settings(device_t dev, struct cf_setting *sets, int *count) in dfs_settings() argument 145 if (sets == NULL || count == NULL) in dfs_settings() 151 memset(sets, CPUFREQ_VAL_UNKNOWN, sizeof(*sets) * states); in dfs_settings() 153 sets[0].freq = 10000; sets[0].dev = dev; in dfs_settings() 154 sets[1].freq = 5000; sets[1].dev = dev; in dfs_settings() 156 sets[2].freq = 2500; in dfs_settings() 157 sets[2].dev = dev; in dfs_settings()
|