| /f-stack/freebsd/contrib/zstd/lib/dictBuilder/ |
| H A D | fastcover.c | 225 if (parameters.d == 0 || parameters.k == 0) { in FASTCOVER_checkParameters() 229 if (parameters.d != 6 && parameters.d != 8) { in FASTCOVER_checkParameters() 237 if (parameters.d > parameters.k) { in FASTCOVER_checkParameters() 245 if (parameters.splitPoint <= 0 || parameters.splitPoint > 1) { in FASTCOVER_checkParameters() 470 const ZDICT_cover_params_t parameters = data->parameters; in FASTCOVER_tryParameters() local 554 parameters.f = parameters.f == 0 ? DEFAULT_F : parameters.f; in ZDICT_trainFromBuffer_fastCover() 555 parameters.accel = parameters.accel == 0 ? DEFAULT_ACCEL : parameters.accel; in ZDICT_trainFromBuffer_fastCover() 622 const unsigned kMinD = parameters->d == 0 ? 6 : parameters->d; in ZDICT_optimizeTrainFromBuffer_fastCover() 623 const unsigned kMaxD = parameters->d == 0 ? 8 : parameters->d; in ZDICT_optimizeTrainFromBuffer_fastCover() 624 const unsigned kMinK = parameters->k == 0 ? 50 : parameters->k; in ZDICT_optimizeTrainFromBuffer_fastCover() [all …]
|
| H A D | cover.c | 491 if (parameters.d == 0 || parameters.k == 0) { in COVER_checkParameters() 499 if (parameters.d > parameters.k) { in COVER_checkParameters() 503 if (parameters.splitPoint <= 0 || parameters.splitPoint > 1){ in COVER_checkParameters() 755 parameters.d, parameters.splitPoint); in ZDICT_trainFromBuffer_cover() 851 memset(&best->parameters, 0, sizeof(best->parameters)); in COVER_best_init() 934 best->parameters = parameters; in COVER_best_finish() 1069 const ZDICT_cover_params_t parameters = data->parameters; in COVER_tryParameters() local 1119 const unsigned kMinD = parameters->d == 0 ? 6 : parameters->d; in ZDICT_optimizeTrainFromBuffer_cover() 1120 const unsigned kMaxD = parameters->d == 0 ? 8 : parameters->d; in ZDICT_optimizeTrainFromBuffer_cover() 1201 data->parameters = *parameters; in ZDICT_optimizeTrainFromBuffer_cover() [all …]
|
| H A D | zdict.h | 109 ZDICT_params_t parameters); 178 ZDICT_cover_params_t parameters); 200 ZDICT_cover_params_t* parameters); 221 ZDICT_fastCover_params_t parameters); 244 ZDICT_fastCover_params_t* parameters); 269 ZDICT_legacy_params_t parameters);
|
| H A D | cover.h | 38 ZDICT_cover_params_t parameters; member 92 size_t COVER_checkTotalCompressedSize(const ZDICT_cover_params_t parameters, 129 void COVER_best_finish(COVER_best_t *best, ZDICT_cover_params_t parameters,
|
| /f-stack/dpdk/doc/guides/freebsd_gsg/ |
| H A D | freebsd_eal_parameters.rst | 4 EAL parameters 7 This document contains a list of all EAL parameters. These parameters can be 10 Common EAL parameters 13 The following EAL parameters are common to all platforms supported by DPDK. 17 FreeBSD-specific EAL parameters 20 There are currently no FreeBSD-specific EAL command-line parameters available.
|
| /f-stack/dpdk/doc/guides/linux_gsg/ |
| H A D | linux_eal_parameters.rst | 4 EAL parameters 7 This document contains a list of all EAL parameters. These parameters can be 10 Common EAL parameters 13 The following EAL parameters are common to all platforms supported by DPDK. 17 Linux-specific EAL parameters 20 In addition to common EAL parameters, there are also Linux-specific EAL 21 parameters.
|
| /f-stack/freebsd/contrib/openzfs/man/man5/ |
| H A D | Makefile.am | 4 spl-module-parameters.5 \ 5 zfs-module-parameters.5 \
|
| /f-stack/freebsd/contrib/device-tree/Bindings/pinctrl/ |
| H A D | qcom,apq8064-pinctrl.txt | 12 second cell is used for optional parameters. 30 parameters, such as pull-up, drive strength, etc. 35 Each subnode only affects those parameters that are explicitly listed. In 37 parameters implies no information about any pin configuration parameters.
|
| H A D | actions,s900-pinctrl.txt | 15 and the second cell is used for optional parameters. 35 parameters, such as pull-up, drive strength, etc. 42 Each subnode only affects those parameters that are explicitly listed. In 44 parameters implies no information about any pin configuration parameters. 49 parameters are available for both pin groups and individual pins. 58 trigger parameters. The following are the list of pins 114 parameters. 127 parameters.
|
| H A D | qcom,ipq4019-pinctrl.txt | 15 second cell is used for optional parameters. 33 parameters, such as pull-up, drive strength, etc. 38 Each subnode only affects those parameters that are explicitly listed. In 40 parameters implies no information about any pin configuration parameters.
|
| H A D | qcom,msm8660-pinctrl.txt | 12 second cell is used for optional parameters. 30 parameters, such as pull-up, drive strength, etc. 35 Each subnode only affects those parameters that are explicitly listed. In 37 parameters implies no information about any pin configuration parameters.
|
| H A D | qcom,ipq8064-pinctrl.txt | 12 second cell is used for optional parameters. 30 parameters, such as pull-up, drive strength, etc. 35 Each subnode only affects those parameters that are explicitly listed. In 37 parameters implies no information about any pin configuration parameters.
|
| H A D | actions,s700-pinctrl.txt | 15 and the second cell is used for optional parameters. 35 parameters, such as pull-up, drive strength, etc. 42 Each subnode only affects those parameters that are explicitly listed. In 44 parameters implies no information about any pin configuration parameters. 49 parameters are available for both pin groups and individual pins. 58 trigger parameters. The following are the list of pins 104 parameters.
|
| H A D | qcom,msm8974-pinctrl.txt | 12 second cell is used for optional parameters. 30 parameters, such as pull-up, drive strength, etc. 35 Each subnode only affects those parameters that are explicitly listed. In 37 parameters implies no information about any pin configuration parameters.
|
| H A D | lantiq,pinctrl-falcon.txt | 15 mux function to select on those group(s), and two pin configuration parameters: 21 Each subnode only affects those parameters that are explicitly listed. In 23 parameters implies no information about any pin configuration parameters.
|
| H A D | ti,da850-pupd.txt | 20 The pin configuration parameters use the generic pinconf bindings defined in 21 pinctrl-bindings.txt in this directory. The supported parameters are
|
| H A D | pinctrl-palmas.txt | 19 those pin(s), and various pin configuration parameters, such as pull-up, 25 Each subnode only affects those parameters that are explicitly listed. In 27 parameters implies no information about any pin configuration parameters.
|
| /f-stack/freebsd/contrib/device-tree/src/arm/ |
| H A D | orion5x-rd88f5182-nas.dts | 51 /* Read parameters */ 58 /* Write parameters */ 73 /* Read parameters */ 80 /* Write parameters */
|
| H A D | armada-xp-db-xc3-24g4xg.dts | 44 /* Device Bus parameters are required */ 46 /* Read parameters */ 55 /* Write parameters */
|
| H A D | armada-xp-db-dxbc2.dts | 40 /* Device Bus parameters are required */ 42 /* Read parameters */ 51 /* Write parameters */
|
| /f-stack/freebsd/contrib/device-tree/Bindings/thermal/ |
| H A D | st-thermal.txt | 3 Required parameters: 13 Optional parameters:
|
| /f-stack/freebsd/contrib/device-tree/Bindings/ddr/ |
| H A D | lpddr3-timings.txt | 1 * AC timing parameters of LPDDR3 memories for a given speed-bin. 12 The following properties represent AC timing parameters from the memory
|
| H A D | lpddr2-timings.txt | 1 * AC timing parameters of LPDDR2(JESD209-2) memories for a given speed-bin 10 The following properties represent AC timing parameters from the memory
|
| /f-stack/freebsd/contrib/device-tree/Bindings/ |
| H A D | xilinx.txt | 10 Each IP-core has a set of parameters which the FPGA designer can use to 12 extract the device parameters relevant to device drivers and copy them 17 The new approach is to export the parameters into the device tree and 19 parameters which used to be exported as #defines will now become 40 (parameter#): C_* parameters from system.mhs. The C_ prefix is 81 interrupts = <1 0>; // got this from the opb_intc parameters
|
| /f-stack/freebsd/contrib/device-tree/Bindings/memory-controllers/ |
| H A D | mvebu-devbus.txt | 29 using the timing parameters set by the 35 Read parameters: 83 Write parameters: 137 /* Device Bus parameters are required */ 139 /* Read parameters */ 148 /* Write parameters */
|