/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/secure/lib/libcrypto/man/man7/ |
H A D | provider-kdf.7 | 185 \&\fBOSSL_FUNC_kdf_set_ctx_params()\fR sets KDF parameters associated with the given 215 Sets the key in the associated KDF ctx. 218 Sets the secret in the associated KDF ctx. 221 Sets the password in the associated KDF ctx. 230 Sets the name of the underlying cipher, digest or MAC to be used. 234 Sets the length of the MAC in the associated KDF ctx. 237 Sets the properties to be queried when trying to fetch the underlying algorithm. 242 Sets the number of iterations in the associated KDF ctx. 245 Sets the mode in the associated KDF ctx. 266 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, 272 sc->sets[0].freq = CPUFREQ_VAL_UNKNOWN; in ichss_attach() 273 sc->sets[0].volts = CPUFREQ_VAL_UNKNOWN; in ichss_attach() 274 sc->sets[0].power = CPUFREQ_VAL_UNKNOWN; in ichss_attach() 275 sc->sets[0].lat = 1000; in ichss_attach() 276 sc->sets[0].dev = dev; in ichss_attach() 277 sc->sets[1] = sc->sets[0]; in ichss_attach() 291 ichss_settings(device_t dev, struct cf_setting *sets, int *count) in ichss_settings() argument 297 if (sets == NULL || count == NULL) in ichss_settings() [all …]
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | EVP_PKEY_CTX_ctrl.3 | 283 \&\fBEVP_PKEY_CTX_set_signature_md()\fR sets the message digest type used 300 \&\fBEVP_PKEY_CTX_set_group_name()\fR sets the group name to \fIname\fR for parameter and 310 \&\fBEVP_PKEY_CTX_set_rsa_padding()\fR sets the RSA padding mode for \fIctx\fR. 331 \&\fBEVP_PKEY_CTX_set_rsa_pss_saltlen()\fR sets the RSA PSS salt length to \fIsaltlen\fR. 337 sets the salt length to the digest length. 340 sets the salt length to the maximum permissible value. 356 \&\fBEVP_PKEY_CTX_set_rsa_keygen_bits()\fR sets the RSA key length for 359 \&\fBEVP_PKEY_CTX_set1_rsa_keygen_pubexp()\fR sets the public exponent value for RSA key 369 \&\fBEVP_PKEY_CTX_set_rsa_keygen_primes()\fR sets the number of primes for 372 \&\fBEVP_PKEY_CTX_set_rsa_mgf1_md_name()\fR sets the MGF1 digest for RSA [all …]
|
H A D | OSSL_CMP_CTX_new.3 | 267 \&\fBOSSL_CMP_CTX_set_option()\fR sets the given value for the given option 305 if and only if \fBOSSL_CMP_CTX_set_http_cb_arg()\fR sets a non-NULL \fIarg\fR. 398 \&\fBOSSL_CMP_CTX_set_log_cb()\fR sets in \fIctx\fR the callback function \fIcb\fR 412 \&\fBOSSL_CMP_CTX_set1_serverPath()\fR sets the HTTP path of the CMP server on the host, 416 \&\fBOSSL_CMP_CTX_set1_server()\fR sets the given server \fIaddress\fR 418 If \fBOSSL_CMP_CTX_get_transfer_cb_arg()\fR sets a non-NULL argument, 421 \&\fBOSSL_CMP_CTX_set_serverPort()\fR sets the port of the CMP server to connect to. 424 If \fBOSSL_CMP_CTX_get_transfer_cb_arg()\fR sets a non-NULL argument, 427 \&\fBOSSL_CMP_CTX_set1_proxy()\fR sets the HTTP proxy to be used for connecting to 439 \&\fBOSSL_CMP_CTX_set1_no_proxy()\fR sets the list of server hostnames not to use [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/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. 304 EVP_PKEY_CTX_set_rsa_keygen_bits() sets the RSA key length for 307 EVP_PKEY_CTX_set1_rsa_keygen_pubexp() sets the public exponent value for RSA key 317 EVP_PKEY_CTX_set_rsa_keygen_primes() sets the number of primes for 320 EVP_PKEY_CTX_set_rsa_mgf1_md_name() sets the MGF1 digest for RSA [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/crypto/openssl/doc/internal/man3/ |
H A D | ossl_cmp_mock_srv_new.pod | 50 ossl_cmp_mock_srv_set1_refCert() sets the reference certificate (or NULL) 53 ossl_cmp_mock_srv_set1_certOut() sets the certificate (or NULL) 58 ossl_cmp_mock_srv_set1_chainOut() sets the certificate chain (or NULL) 63 ossl_cmp_mock_srv_set1_caPubsOut() sets list of certificates (or NULL) to be 66 ossl_cmp_mock_srv_set1_newWithNew() sets the value (which may be NULL) 69 ossl_cmp_mock_srv_set1_newWithOld() sets the value (which may be NULL) 72 ossl_cmp_mock_srv_set1_oldWithNew() sets the value (which may be NULL) 75 ossl_cmp_mock_srv_set_statusInfo() sets the status info to be returned. 81 ossl_cmp_mock_srv_set_pollCount() sets the number of polls before cert response. 83 ossl_cmp_mock_srv_set_checkAfterTime() sets the number of seconds
|
/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/release/packages/ |
H A D | generate-ucl.lua | 175 -- Handle the 'set' annotation, a comma-separated list of sets which this 182 sets = obj["annotations"]["set"] or "base" 184 -- differently from the normal pkg suffix processing, because we don't need sets 188 -- lib32, so this avoids creating a large number of unnecessary lib32 sets. 192 sets = "lib32-dbg" 194 sets = "lib32" 201 sets = "devel" 202 -- Don't separate tests and tests-dbg into 2 sets, if the user wants tests 204 elseif sets == "tests" then 205 sets = sets [all …]
|
/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, 393 sc->sets[0].freq = CPUFREQ_VAL_UNKNOWN; in smist_attach() 394 sc->sets[0].volts = CPUFREQ_VAL_UNKNOWN; in smist_attach() 395 sc->sets[0].power = CPUFREQ_VAL_UNKNOWN; in smist_attach() 396 sc->sets[0].lat = 1000; in smist_attach() 397 sc->sets[0].dev = dev; in smist_attach() 398 sc->sets[1] = sc->sets[0]; in smist_attach() 413 smist_settings(device_t dev, struct cf_setting *sets, int *count) in smist_settings() argument 419 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...] |
/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 …]
|