/freebsd/contrib/llvm-project/libcxx/modules/std/ |
H A D | random.cppm |
|
/freebsd/crypto/heimdal/lib/wind/ |
H A D | punycode.c | 55 adapt(unsigned delta, unsigned numpoints, int first) in adapt() function 157 bias = adapt(delta, h + 1, h == b); in wind_punycode_label_toascii()
|
H A D | rfc3492.txt | 518 function adapt(delta,numpoints,firsttime): 530 adapt() affect variables of the same name inside the 531 encoding/decoding procedures, because after calling adapt() the 589 let bias = adapt(i - oldi, length(output) + 1, test oldi is 0?) 650 let bias = adapt(delta, h + 1, test h equals b?) 1419 static punycode_uint adapt( 1527 bias = adapt(delta, h + 1, h == b); 1606 bias = adapt(i - oldi, out + 1, oldi == 0);
|
/freebsd/crypto/openssl/crypto/ |
H A D | punycode.c | 43 static int adapt(unsigned int delta, unsigned int numpoints, in adapt() function 177 bias = adapt(i - oldi, written_out + 1, (oldi == 0)); in ossl_punycode_decode()
|
/freebsd/sys/contrib/device-tree/Bindings/i2c/ |
H A D | i2c.txt | 24 wants to support one of the below features, it should adapt these bindings. 72 this information to adapt power management to keep the arbitration awake 121 wants to support one of the below features, it should adapt these bindings.
|
/freebsd/sys/contrib/openzfs/contrib/pyzfs/docs/source/ |
H A D | index.rst | 3 You can adapt this file completely to your liking, but it should at least
|
/freebsd/sys/contrib/zstd/programs/ |
H A D | fileio.h | 79 void FIO_setAdaptiveMode(FIO_prefs_t* const prefs, unsigned adapt);
|
H A D | zstdcli.c | 792 adapt = 0, in main() local 923 if (!strcmp(argument, "--adapt")) { adapt = 1; continue; } in main() 926 …if (longCommandWArg(&argument, "--adapt=")) { adapt = 1; if (!parseAdaptParameters(argument, &adap… in main() 1434 FIO_setAdaptiveMode(prefs, (unsigned)adapt); in main() 1468 …(void)contentSize; (void)suffix; (void)adapt; (void)rsyncable; (void)ultra; (void)cLevel; (void)ld… in main()
|
H A D | README.md | 174 --adapt : dynamically adapt compression level to I/O conditions
|
H A D | zstd.1.md | 131 * `--adapt[=min=#,max=#]` : 132 `zstd` will dynamically adapt compression level to perceived I/O conditions. 139 _note_ : at the time of this writing, `--adapt` can remain stuck at low speed
|
H A D | fileio.c | 479 void FIO_setAdaptiveMode(FIO_prefs_t* const prefs, unsigned adapt) { in FIO_setAdaptiveMode() argument 480 if ((adapt>0) && (prefs->nbWorkers==0)) in FIO_setAdaptiveMode() 482 prefs->adaptiveMode = adapt; in FIO_setAdaptiveMode()
|
/freebsd/sys/contrib/device-tree/Bindings/sound/ |
H A D | cs42l56.txt | 39 Amplifiers adapt to the output signal levels.
|
/freebsd/crypto/openssl/test/ |
H A D | README-external.md | 64 krb5 will automatically adapt its test suite to account for the configuration
|
/freebsd/crypto/heimdal/ |
H A D | ChangeLog.2004 | 255 * kuser/kinit.c: adapt to new signature of 922 * kdc/pkinit.c: adapt to heim_integer changes 926 * kdc/pkinit.c: adapt to heim_integer changes, 1027 * kdc/pkinit.c: adapt to change of signature of 1033 * kuser/kinit.c: adapt to signature change of 1317 * kdc/pkinit.c: adapt to rename of oid_cmp to heim_oid_cmp 1319 * lib/krb5/pkinit.c: adapt to rename of oid_cmp to heim_oid_cmp 1351 * kdc/pkinit.c: adapt to asn1 bignum code, use HEIM_PKINIT errors 1353 * lib/krb5/pkinit.c: adapt to asn1 bignum code, use HEIM_PKINIT
|
H A D | ChangeLog.2001 | 664 * kpasswd/kpasswdd.c: adapt to new address functions 665 * kdc/kerberos5.c: adapt to changing address functions use LR_TYPE 666 * kdc/connect.c: adapt to changing address functions 838 * lib/krb5/krb5.h: adapt to asn1 changes
|
H A D | ChangeLog.1998 | 133 * lib/krb5/rd_req.c: adapt to new crypto api 135 * lib/krb5/rd_rep.c: adapt to new crypto api 312 * kdc/kstash.c: adapt to new crypto api 314 * kdc/string2key.c: adapt to new crypto api 325 * lib/kadm5/set_keys.c: adapt to new crypto api 327 * lib/kadm5/rename_s.c: adapt to new crypto api 329 * lib/kadm5/get_s.c: adapt to new crypto api 339 * lib/krb5/rd_safe.c: cleanup and adapt to new crypto api 2103 * lib/krb5/get_cred.c: adapt to new `extract_ticket'
|
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/ |
H A D | imx6ul-imx6ull-opos6uldev.dtsi | 52 compatible = "armadeus,st0700-adapt";
|
H A D | imx6qdl-apf6dev.dtsi | 74 compatible = "armadeus,st0700-adapt";
|
/freebsd/crypto/openssl/doc/man7/ |
H A D | evp.pod | 79 Also makes code harder to adapt to new algorithms and some options are not
|
H A D | passphrase-encoding.pod | 34 OpenSSL tries to adapt to this requirements in one of the following manners:
|
/freebsd/contrib/lutok/ |
H A D | INSTALL | 80 1. Configure the sources to adapt to your operating system. This is
|
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/ |
H A D | M68kInstrFormats.td | 50 /// Form without size qualifier will adapt to operand size automatically, e.g.:
|
/freebsd/crypto/libecc/ |
H A D | README.md | 785 such as **mingw** for Windows or gcc **Mac OS** version. In order to adapt the makefile behaviour w… 790 guess and fit to native C types or throw an error so that the user can adapt [src/words/types.h](sr… 836 …ally on devices with very constrained RAM, such as Cortex-M0 with 8KB) to adapt the **stack base a… 869 **NOTE**: if one wants to adapt libecc for compilers where some of the necessary C99 features are m… 935 …to guess primitive types sizes. These heuristics can fail and the user will have to adapt the types 981 As an example to show how to adapt the compilation process to compilers that are not compatible wit… 1047 **NOTE**: the purpose of the section was to show how to adapt the compilation process to compilers … 1318 We also override the `CC` compiler to `arm-linux-gnueabihf-gcc` for the Zynq platform (adapt at you…
|
/freebsd/contrib/kyua/ |
H A D | INSTALL.md | 80 1. Configure the sources to adapt to your operating system. This is
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | OSSL_HTTP_REQ_CTX.pod | 158 Before the HTTP request is sent, this could be used to adapt its header lines.
|