Home
last modified time | relevance | path

Searched refs:adapt (Results 1 – 17 of 17) sorted by relevance

/f-stack/freebsd/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
/f-stack/dpdk/drivers/net/vmxnet3/base/
H A DREADME11 are crated to adapt to the needs from above 2 files.
/f-stack/freebsd/contrib/openzfs/contrib/pyzfs/docs/source/
H A Dindex.rst3 You can adapt this file completely to your liking, but it should at least
/f-stack/freebsd/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
109 wants to support one of the below features, it should adapt these bindings.
/f-stack/freebsd/contrib/zstd/programs/
H A Dfileio.h77 void FIO_setAdaptiveMode(FIO_prefs_t* const prefs, unsigned adapt);
H A Dzstdcli.c704 adapt = 0, in main() local
830 if (!strcmp(argument, "--adapt")) { adapt = 1; continue; } in main()
831 …if (longCommandWArg(&argument, "--adapt=")) { adapt = 1; if (!parseAdaptParameters(argument, &adap… in main()
1316 FIO_setAdaptiveMode(prefs, (unsigned)adapt); in main()
1356 …(void)contentSize; (void)suffix; (void)adapt; (void)rsyncable; (void)ultra; (void)cLevel; (void)ld… in main()
H A DREADME.md174 --adapt : dynamically adapt compression level to I/O conditions
H A Dzstd.1.md127 * `--adapt[=min=#,max=#]` :
128 `zstd` will dynamically adapt compression level to perceived I/O conditions.
135 _note_ : at the time of this writing, `--adapt` can remain stuck at low speed
H A Dfileio.c461 void FIO_setAdaptiveMode(FIO_prefs_t* const prefs, unsigned adapt) { in FIO_setAdaptiveMode() argument
462 if ((adapt>0) && (prefs->nbWorkers==0)) in FIO_setAdaptiveMode()
464 prefs->adaptiveMode = adapt; in FIO_setAdaptiveMode()
/f-stack/freebsd/contrib/device-tree/Bindings/sound/
H A Dcs42l56.txt39 Amplifiers adapt to the output signal levels.
/f-stack/freebsd/contrib/device-tree/src/arm/
H A Dimx6ul-imx6ull-opos6uldev.dtsi52 compatible = "armadeus,st0700-adapt";
H A Dimx6qdl-apf6dev.dtsi74 compatible = "armadeus,st0700-adapt";
/f-stack/freebsd/contrib/zlib/
H A DFAQ82 No, sorry. You have to spawn an uncompress or gunzip subprocess, or adapt
H A DChangeLog1392 - fix MSDOS small and medium model (now easier to adapt to any compiler)
/f-stack/freebsd/contrib/zstd/
H A DCHANGELOG227 cli : new command --adapt, for automatic compression level adaptation
/f-stack/dpdk/doc/guides/prog_guide/
H A Dpoll_mode_drv.rst81 to dynamically adapt its overall behavior through different global loop policies, such as:
/f-stack/app/redis-5.0.5/
H A D00-RELEASENOTES1971 Dynamic HZ: adapt cron frequency to number of clients.