Home
last modified time | relevance | path

Searched full:adapt (Results 1 – 25 of 192) sorted by relevance

12345678

/freebsd-src/sys/contrib/device-tree/Bindings/display/panel/
H A Darmadeus,st0700-adapt.yaml4 $id: http://devicetree.org/schemas/display/panel/armadeus,st0700-adapt.yaml#
21 const: armadeus,st0700-adapt
/freebsd-src/contrib/llvm-project/libcxx/modules/std/
H A Drandom.inc23 // [rand.adapt.disc], class template discard_block_engine
26 // [rand.adapt.ibits], class template independent_bits_engine
29 // [rand.adapt.shuf], class template shuffle_order_engine
/freebsd-src/sys/contrib/device-tree/Bindings/i2c/
H A Di2c.txt24 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-src/sys/contrib/device-tree/Bindings/sound/
H A Dcs42l56.txt39 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-src/crypto/openssl/crypto/
H A Dpunycode.c31 * 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-src/crypto/heimdal/lib/wind/
H A Dpunycode.c55 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 Drfc3492.txt518 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-src/crypto/heimdal/
H A DChangeLog.2006669 * 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 DChangeLog.2004255 * 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-src/sys/contrib/openzfs/contrib/pyzfs/docs/source/
H A Dindex.rst3 You can adapt this file completely to your liking, but it should at least
/freebsd-src/sys/contrib/device-tree/Bindings/media/
H A Dmediatek,mdp3-tcc.yaml15 achieve HDR10 effects. This helps adapt the content to the color and
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DCloning.h331 /// 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-src/share/doc/usd/22.trofftut/
H A Dttack51 adapt
H A Dtt01126 to adapt packages that already exist.
/freebsd-src/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Dzmod.h27 * adapt the functions called to match the linux kernel implementation
/freebsd-src/sys/contrib/zstd/programs/
H A Dzstdcli.c209 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-src/crypto/heimdal/lib/hx509/
H A DChangeLog282 * 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-src/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dmutex.h70 // TODO(chiahungduan): Adapt this value based on scenarios. E.g., primary and
/freebsd-src/crypto/openssl/test/
H A DREADME-external.md64 krb5 will automatically adapt its test suite to account for the configuration
/freebsd-src/contrib/bmake/mk/
H A Dmanifest.mk46 # the above is a little overkill but means we can easily adapt to
/freebsd-src/sys/contrib/xz-embedded/linux/lib/xz/
H A Dxz_private.h50 * macros and functions. This makes it easier to adapt the code into
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/
H A DASTMerge.cpp90 assert(AdaptedAction && "ASTMergeAction needs an action to adapt"); in ASTMergeAction()
/freebsd-src/crypto/openssl/doc/man7/
H A Devp.pod79 Also makes code harder to adapt to new algorithms and some options are not
/freebsd-src/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dfp_extend_impl.inc14 // formats; specifically, some work would be needed to adapt it to
/freebsd-src/contrib/netbsd-tests/fs/cd9660/
H A Dt_high_ino_big_file.sh101 echo "this assumes current cd9660 inode encoding - adapt on changes"

12345678