/freebsd/sys/contrib/device-tree/Bindings/display/panel/ |
H A D | armadeus,st0700-adapt.yaml | 4 $id: http://devicetree.org/schemas/display/panel/armadeus,st0700-adapt.yaml# 21 const: armadeus,st0700-adapt
|
/freebsd/contrib/llvm-project/libcxx/modules/std/ |
H A D | random.cppm |
|
/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/device-tree/Bindings/sound/ |
H A D | cs42l56.txt | 39 Amplifiers adapt to the output signal levels. 40 0 = Adapt to Volume Mode. Voltage level determined by the sum of the relevant volume settings.
|
/freebsd/crypto/openssl/crypto/ |
H A D | punycode.c | 31 * function adapt(delta,numpoints,firsttime): 43 static int adapt(unsigned int delta, unsigned int numpoints, in adapt() function 109 * let bias = adapt(i - oldi, length(output) + 1, test oldi is 0?) 177 bias = adapt(i - oldi, written_out + 1, (oldi == 0)); in ossl_punycode_decode()
|
/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/heimdal/ |
H A D | ChangeLog.2006 | 669 * kdc/hpropd.c: Adapt to signature change of 672 * kdc/kerberos4.c: Adapt to signature change of 698 * kdc/kerberos5.c: Adapt to signature change of 706 * kdc/524.c: Adapt to signature change of 709 * kdc/krb5tgs.c: Adapt to signature change of 712 * lib/krb5/get_in_tkt.c: Adapt to signature change of 715 * lib/krb5/rd_cred.c: Adapt to signature change of 718 * lib/krb5/rd_req.c: Adapt to signature change of 724 * kdc/524.c (_krb5_principalname2krb5_principal): adapt to 896 * lib/krb5/pkinit.c: Adapt to new signature of [all …]
|
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
|
/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/crypto/libecc/include/libecc/nn/ |
H A D | nn_config.h | 20 * We include the curves list to adapt the maximum NN size to P and Q 25 * We also include the hash layer to adapt the maximum NN size to the
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
H A D | Cloning.h | 331 /// Adapt the metadata for the specified instruction according to the 338 /// Clone the specified noalias decl scopes. Then adapt all instructions in the 345 /// Clone the specified noalias decl scopes. Then adapt all instructions in the
|
/freebsd/sys/contrib/zstd/programs/ |
H A D | zstdcli.c | 209 DISPLAYOUT( "--adapt : dynamically adapt compression level to I/O conditions \n"); in usage_advanced() 559 …* reads adapt parameters from *stringPtr (e.g. "--zstd=min=1,max=19) and store them into adaptMin… 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()
|
/freebsd/crypto/heimdal/lib/hx509/ |
H A D | ChangeLog | 282 * test_nist_cert.in: Adapt to new nist pkits framework. 284 * test_nist_pkcs12.in: Adapt to new nist pkits framework. 320 * test_ca.in: Adapt to new request handling. 324 * hxtool-commands.in: Adapt to new request handling. 326 * hxtool.c: Adapt to new request handling. 328 * test_req.in: Adapt to new request handling. 1523 * ks_p12.c: Adapt to new signature of hx509_cms_unenvelope. 1525 * hxtool.c: Adapt to new signature of hx509_cms_unenvelope. 1958 * test_cms.in: adapt test now that we can use any certificate and 2037 * test_req.in: adapt to rename of pkcs10-create to request-create [all …]
|
/freebsd/share/doc/usd/22.trofftut/ |
H A D | ttack | 51 adapt
|
/freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/ |
H A D | zmod.h | 27 * adapt the functions called to match the linux kernel implementation
|
/freebsd/crypto/libecc/src/nn/ |
H A D | nn_logical.c | 108 /* Adapt output length accordingly */ in nn_lshift() 229 /* Adapt output length accordingly */ in nn_rshift() 236 /* Adapt output length in out */ in nn_rshift()
|
/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/libecc/src/hash/ |
H A D | shake.c | 50 /* Update the state, and adapt endianness order */ in _shake_update()
|
H A D | sha3.c | 63 /* Update the state, and adapt endianness order */ in _sha3_update()
|
/freebsd/sys/contrib/device-tree/Bindings/net/ |
H A D | motorcomm,yt8xxx.yaml | 91 This configuration is mainly to adapt to VF2 with JH7110 SoC.
|
/freebsd/contrib/bmake/mk/ |
H A D | manifest.mk | 46 # the above is a little overkill but means we can easily adapt to
|
/freebsd/contrib/expat/ |
H A D | Changes | 56 #910 CI: Adapt to breaking changes in GitHub Actions 109 #873 #879 CI: Adapt to breaking changes in GitHub Actions 160 #818 CI: Adapt to breaking changes in clang-format 259 #675 #720 #722 CI: Adapt to breaking changes in GitHub Actions Ubuntu images 260 #689 CI: Adapt to breaking changes in Clang/LLVM Debian packaging 261 #763 CI: Adapt to breaking changes in codespell 262 #803 CI: Adapt to breaking changes in Cppcheck 676 #476 #482 CI: Adapt to breaking changes in image "ubuntu-18.04"
|
/freebsd/sys/contrib/xz-embedded/linux/lib/xz/ |
H A D | xz_private.h | 50 * macros and functions. This makes it easier to adapt the code into
|
/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
|