Home
last modified time | relevance | path

Searched refs:ratio (Results 1 – 25 of 77) sorted by relevance

1234

/f-stack/dpdk/examples/vm_power_manager/
H A Doob_monitor_x86.c40 float ratio; in apply_policy() local
100 ratio = 0.0; in apply_policy()
102 ratio = (float)miss_diff * (float)100 / (float)hits_diff; in apply_policy()
112 if (ratio > ci->cd[core].branch_ratio_threshold) in apply_policy()
138 return ratio; in apply_policy()
265 float ratio; in run_branch_monitor() local
281 ratio = apply_policy(j); in run_branch_monitor()
284 ratio, g_branches, in run_branch_monitor()
/f-stack/freebsd/contrib/device-tree/Bindings/rng/
H A Darm-cctrng.yaml27 arm,rosc-ratio:
30 Sampling ratio values for these 4 ring oscillators. (from calibration)
41 - arm,rosc-ratio
51 arm,rosc-ratio = <5000 1000 500 0>;
/f-stack/dpdk/doc/guides/compressdevs/
H A Disal.rst60 i.e. ZLIB L1 gives a compression ratio similar to ISA-L L1.
81 …| | (Higher compression ratio) | …
84 …| | (Best compression ratio) | (Level 2 if …
87 …| 4 | Dynamic (Best compression ratio) | Same as above …
89 …| 5 | Dynamic (Best compression ratio) | Same as above …
91 …| 6 | Dynamic (Best compression ratio) | Same as above …
93 …| 7 | Dynamic (Best compression ratio) | Same as above …
95 …| 8 | Dynamic (Best compression ratio) | Same as above …
97 …| 9 | Dynamic (Best compression ratio) | Same as above …
/f-stack/freebsd/arm/broadcom/bcm2835/
H A Dbcm2835_pwm.c68 uint32_t ratio; member
152 if (sc->ratio > sc->period) in bcm_pwm_reconf()
153 sc->ratio = sc->period; in bcm_pwm_reconf()
154 W_DAT(sc, sc->ratio); in bcm_pwm_reconf()
256 r = sc->ratio; in bcm_pwm_ratio_proc()
262 sc->ratio = r; in bcm_pwm_ratio_proc()
263 W_DAT(sc, sc->ratio); in bcm_pwm_ratio_proc()
462 sc->ratio = 2500; /* 25% */ in bcm_pwm_attach()
/f-stack/freebsd/amd64/vmm/intel/
H A Dvmx_msr.c250 uint64_t bus_freq, ratio; in vmx_msr_init() local
287 ratio = (tsc_freq / bus_freq) & 0xff; in vmx_msr_init()
300 platform_info = (ratio << 8) | (ratio << 40); in vmx_msr_init()
313 turbo_ratio_limit = (turbo_ratio_limit << 8) | ratio; in vmx_msr_init()
/f-stack/freebsd/contrib/device-tree/Bindings/sound/
H A Dadi,adau7118.yaml35 adi,decimation-ratio:
37 This property set's the decimation ratio of PDM to PCM audio data.
75 adi,decimation-ratio = <16>;
H A Ddavinci-mcasp-audio.txt47 - auxclk-fs-ratio: When McASP is bus master indicates the ratio between AUCLK
49 AUCLK rate = auxclk-fs-ratio * FS rate
/f-stack/freebsd/contrib/device-tree/Bindings/clock/
H A Drenesas,r8a7740-cpg-clocks.txt6 and several fixed ratio and variable ratio dividers.
H A Drenesas,r8a73a4-cpg-clocks.txt4 and several fixed ratio dividers.
H A Drenesas,sh73a0-cpg-clocks.txt6 and several fixed ratio dividers.
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/cmd/draid/
H A Ddraid.c588 double ratio = (double)(*max_child_ios) / (double)(*min_child_ios); in eval_resilver() local
592 return (ratio); in eval_resilver()
647 double ratio; in eval_decluster() local
650 ratio = eval_resilver(map, groupwidth, in eval_decluster()
654 if (ratio > worst_ratio) { in eval_decluster()
655 worst_ratio = ratio; in eval_decluster()
660 sum += ratio; in eval_decluster()
667 ratio = eval_resilver(map, in eval_decluster()
672 if (ratio > worst_ratio) { in eval_decluster()
673 worst_ratio = ratio; in eval_decluster()
[all …]
/f-stack/freebsd/contrib/zstd/programs/
H A Dzstd.1.md112 at the cost of some compression ratio.
159 to improve compression ratio at the cost of speed
166 compression ratio, and the faster compression levels will see a small
318 resulting in a _small_ compression ratio improvement for this level.
446 improves compression ratio.
466 improves compression ratio.
479 compression ratio but decreases compression speed.
486 Larger search lengths usually decrease compression ratio but improve
496 A larger `targetLength` usually improves compression ratio
502 but decreases compression ratio.
[all …]
H A Dbenchzstd.c321 double ratio = 0.; in BMK_benchMemAdvancedNoAlloc() local
352 ratio = (double)srcSize / (double)cSize; in BMK_benchMemAdvancedNoAlloc()
451 ratio = (double)srcSize / cSize; in BMK_benchMemAdvancedNoAlloc()
459 { int const ratioAccuracy = (ratio < 10.) ? 3 : 2; in BMK_benchMemAdvancedNoAlloc()
463 ratioAccuracy, ratio, in BMK_benchMemAdvancedNoAlloc()
482 { int const ratioAccuracy = (ratio < 10.) ? 3 : 2; in BMK_benchMemAdvancedNoAlloc()
486 ratioAccuracy, ratio, in BMK_benchMemAdvancedNoAlloc()
544 …%11i (%5.3f) %6.2f MB/s %6.1f MB/s %s (param=%d)\n", cLevel, (int)cSize, ratio, cSpeed, dSpeed, d… in BMK_benchMemAdvancedNoAlloc()
546 …DISPLAY("-%-3i%11i (%5.3f) %6.2f MB/s %6.1f MB/s %s\n", cLevel, (int)cSize, ratio, cSpeed, dSpeed… in BMK_benchMemAdvancedNoAlloc()
H A DREADME.md113 Using a dictionary, the compression ratio achievable on small data improves dramatically.
134 The benchmark measures ratio, compressed size, compression and decompression speed.
238 the compression ratio for files with long matches at a large distance (up to the
247 Below are graphs comparing the compression speed, compression ratio, and
258 | Method | Compression ratio | Compression speed | Decompression speed |
267 On this file, the compression ratio improves significantly with minimal impact
272 compression speed (for lower levels) with minimal change in compression ratio.
278 | Method | Compression ratio | Compression speed | Decompression speed |
/f-stack/dpdk/app/test/
H A Dtest_compressdev.c151 enum ratio_switch ratio; member
993 enum ratio_switch ratio = test_data->ratio; in test_mbufs_calculate_data_size() local
2215 .ratio = RATIO_ENABLED in test_compressdev_deflate_stateless_fixed()
2287 .ratio = RATIO_ENABLED in test_compressdev_deflate_stateless_dynamic()
2343 .ratio = RATIO_ENABLED in test_compressdev_deflate_stateless_multi_op()
2398 .ratio = RATIO_ENABLED in test_compressdev_deflate_stateless_multi_level()
2489 .ratio = RATIO_ENABLED in test_compressdev_deflate_stateless_multi_xform()
2539 .ratio = RATIO_ENABLED in test_compressdev_deflate_stateless_sgl()
2651 .ratio = RATIO_ENABLED in test_compressdev_deflate_stateless_checksum()
2770 .ratio = RATIO_ENABLED in test_compressdev_out_of_space_buffer()
[all …]
/f-stack/dpdk/app/test-compress-perf/
H A Dcomp_perf_test_verify.h20 double ratio; member
H A Dcomp_perf_options.h69 double ratio; member
H A Dcomp_perf_test_verify.c396 test_data->ratio = 0; in cperf_verify_test_runner()
427 ctx->ratio = (double) ctx->comp_data_sz / in cperf_verify_test_runner()
437 test_data->level, ctx->comp_data_sz, ctx->ratio); in cperf_verify_test_runner()
/f-stack/freebsd/contrib/device-tree/Bindings/iio/adc/
H A Dadi,ad7606.yaml80 adi,oversampling-ratio-gpios:
92 adi,oversampling-ratio-gpios property is defined, then the driver will set the
128 adi,oversampling-ratio-gpios = <&gpio 18 GPIO_ACTIVE_HIGH>,
/f-stack/dpdk/app/test-fib/
H A Dmain.c224 uint8_t depth, ratio, ratio_acc = 0; in parse_distrib() local
234 GET_CB_FIELD(in, ratio, 0, UINT8_MAX, '\0'); in parse_distrib()
241 if (ratio > 100) { in parse_distrib()
246 if ((depth < 64) && ((n * ratio) / 100) > in parse_distrib()
250 "is %lu\n", ratio, depth, in parse_distrib()
251 ((n * ratio) / 100), (1UL << depth)); in parse_distrib()
254 rpd[depth] = ratio; in parse_distrib()
256 if (ratio == 0) in parse_distrib()
259 ratio_acc += ratio; in parse_distrib()
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dvm_power_management.rst47 branch miss/hit ratio. See :ref:`enabling_out_of_band`.
129 doing this is to monitor the ratio of the branch miss to branch hits
131 on the premise that when a core is not processing packets, the ratio of
410 ``--core-branch-ratio {list of cores}:{branch ratio for listed cores}``
411 Specify the list of cores to monitor the ratio of branch misses
413 branch ratio, therefore the core frequency scales down to the
415 causing the branch ratio to increase. When the ratio goes above
416 the ratio threshold, the core frequency scales up to the maximum
417 allowed value. The specified branch-ratio is a floating point number
423 The branch ratio mechanism can also be useful for non-PMD cores and
[all …]
/f-stack/freebsd/net/
H A Dppp_defs.h135 unsigned int ratio; /* recent compression ratio << 8 */ member
/f-stack/tools/libxo/doc/
H A Dfaq.rst73 tag signal-to-noise-ratio {
74 help "Signal to noise ratio for all channels";
87 Signal to noise ratio: @
96 field signal-to-noise-ratio;
/f-stack/freebsd/contrib/zstd/zlibWrapper/examples/
H A Dzwrapbench.c210 double ratio = 0.; in BMK_benchMem() local
372 ratio = (double)srcSize / (double)cSize; in BMK_benchMem()
375 marks[markNb], displayName, (unsigned)srcSize, (unsigned)cSize, ratio, in BMK_benchMem()
514 marks[markNb], displayName, (unsigned)srcSize, (unsigned)cSize, ratio, in BMK_benchMem()
549 …%11i (%5.3f) %6.2f MB/s %6.1f MB/s %s (param=%d)\n", cLevel, (int)cSize, ratio, cSpeed, dSpeed, d… in BMK_benchMem()
551 …DISPLAY("-%-3i%11i (%5.3f) %6.2f MB/s %6.1f MB/s %s\n", cLevel, (int)cSize, ratio, cSpeed, dSpeed… in BMK_benchMem()
/f-stack/freebsd/contrib/xz-embedded/linux/Documentation/
H A Dxz.txt8 ratio and relatively fast decompression. The primary compression
10 compression ratio even further. E.g. Branch/Call/Jump (BCJ) filters
11 improve compression ratio of executable data.

1234