Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/device-tree/Bindings/rng/
H A Dtimeriomem_rng.txt9 - quality : estimated number of bits of true entropy per 1024 bits read from the
10 rng. Defaults to zero which causes the kernel's default quality to
11 be used instead. Note that the default quality is usually zero
/f-stack/freebsd/tools/sound/
H A Dfeeder_rate_mkfilter.awk303 nwing, mwing, nrolloff, i, dcgain, v, quality)
311 quality = imp["quality"];
322 if (quality > 2)
325 printf(" * quality = %d\n", quality);
344 quality, nwing + (Z_COEFF_OFFSET * 2));
360 printf(" * interpolated q%d differences.\n", quality);
362 printf("static int32_t z_dcoeff_q%d[%d] = {", quality, nwing);
/f-stack/freebsd/x86/x86/
H A Dtsc.c685 int quality; in resume_TSC() local
698 quality = test_tsc(MAX(smp_tsc_adjust, 1)); in resume_TSC()
699 if (quality != tsc_timecounter.tc_quality) { in resume_TSC()
701 tsc_timecounter.tc_quality, quality); in resume_TSC()
702 tsc_timecounter.tc_quality = quality; in resume_TSC()
/f-stack/freebsd/contrib/device-tree/Bindings/iio/chemical/
H A Dsensirion,scd30.yaml13 Air quality sensor capable of measuring co2 concentration, temperature
/f-stack/freebsd/contrib/device-tree/Bindings/media/i2c/
H A Dtvp514x.txt3 The TVP5146/TVP5146m2/TVP5147/TVP5147m1 device is high quality, single-chip
/f-stack/freebsd/contrib/device-tree/Bindings/mfd/
H A Dtwl6040.txt3 The TWL6040s are 8-channel high quality low-power audio codecs providing audio,
H A Dwlf,arizona.yaml182 recommended to be a high quality audio reference clock mclk2 for the
H A Dcirrus,madera.yaml171 high quality audio reference clock.
/f-stack/freebsd/contrib/device-tree/Bindings/display/bridge/
H A Dite,it6505.yaml16 and ensures robust transmission of high-quality uncompressed video
/f-stack/freebsd/contrib/device-tree/Bindings/mmc/
H A Dfsl-imx-esdhc.txt32 to select a proper data sampling window in case the clock quality is not good
H A Dfsl-imx-esdhc.yaml58 to select a proper data sampling window in case the clock quality is not good
/f-stack/freebsd/net/
H A Dbpf.c2208 int quality; in bpf_gettime() local
2210 quality = bpf_ts_quality(tstype); in bpf_gettime()
2211 if (quality == BPF_TSTAMP_NONE) in bpf_gettime()
2212 return (quality); in bpf_gettime()
2221 if (quality == BPF_TSTAMP_NORMAL) in bpf_gettime()
2226 return (quality); in bpf_gettime()
/f-stack/freebsd/contrib/device-tree/Bindings/input/touchscreen/
H A Dti-tsc-adc.txt18 increase the quality.
/f-stack/freebsd/contrib/device-tree/Bindings/serial/
H A Dserial.yaml108 signal quality issue or the host processor can't support higher
/f-stack/freebsd/contrib/zstd/
H A DCHANGELOG238 perf: small quality improvement for dictionary generation, by @terrelln
339 cli : changed : cover dictionary builder by default, for improved quality, by Nick Terrell
379 dictBuilder : improved dictionary generation quality, thanks to Nick Terrell
/f-stack/freebsd/contrib/v4l/
H A Dvideodev2.h495 int quality; member
/f-stack/freebsd/contrib/device-tree/src/arm/
H A Daspeed-g6.dtsi340 quality = <100>;
H A Daspeed-g4.dtsi205 quality = <100>;
H A Daspeed-g5.dtsi253 quality = <100>;
/f-stack/freebsd/netgraph/bluetooth/include/
H A Dng_hci.h1482 u_int8_t quality; /* higher value means better quality */ member
/f-stack/dpdk/doc/guides/rel_notes/
H A Drelease_19_08.rst79 higher-quality pseudo-random numbers (including full 64 bit
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_mp4_module.c1666 u_char quality[2]; member
1679 u_char quality[2]; member
/f-stack/dpdk/doc/guides/contributing/
H A Dpatches.rst107 * Maintain the overall quality of their tree.
/f-stack/tools/libxo/doc/
H A Dapi.rst1348 documentation. Care should be taken to choose quality, descriptive
/f-stack/dpdk/doc/guides/prog_guide/
H A Dpacket_framework.rst290 High quality hash functions have uniform distribution.