Home
last modified time | relevance | path

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

123456

/freebsd/contrib/ntp/ntpd/
H A Drefclock_ulink.c41 * 99/12/15 j.c.lang fixed 320 quality flag
42 * 01/02/21 s.l.smith fixed 33x quality flag
195 int quality = INT_MAX; /* quality indicator */ in ulink_receive() local
201 char char_quality[2]; /* temp quality flag */ in ulink_receive()
297 quality = 0; in ulink_receive()
299 quality = (char_quality[1] & 0x0f); in ulink_receive()
301 quality = 99; in ulink_receive()
312 printf("ulink: quality %d\n", quality); in ulink_receive()
[all...]
H A Drefclock_arc.c78 5) Added average signal quality poll
178 signal quality is unknown whatever the flag3 setting.
212 resync failed to reveal a statisfatory signal quality (too low or
272 * Possibly use average or maximum signal quality reported during
347 if so what signal quality (0--5) is available.
493 int quality; /* Quality of reception 0--5 for unit. */ member
495 u_long quality_stamp; /* Next time to reset quality average. */
536 #define QUALITY_UNKNOWN -1 /* Indicates unknown clock quality. */
537 #define MIN_CLOCK_QUALITY 0 /* Min quality clock will return. */
538 #define MIN_CLOCK_QUALITY_OK 3 /* Min quality fo
[all...]
/freebsd/sys/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
/freebsd/contrib/netbsd-tests/lib/libc/sys/
H A Dt_clock_gettime.c167 int quality, n; in ATF_TC_BODY() local
183 name, &quality, &n) == 2; p += n) { in ATF_TC_BODY()
187 if (quality < 0) in ATF_TC_BODY()
/freebsd/sys/dev/sound/pcm/
H A Dfeeder_rate.c125 int32_t quality; /* resampling quality */ member
295 #define Z_IS_ZOH(i) ((i)->quality == Z_QUALITY_ZOH)
296 #define Z_IS_LINEAR(i) ((i)->quality == Z_QUALITY_LINEAR)
297 #define Z_IS_SINC(i) ((i)->quality > Z_QUALITY_LINEAR)
362 #define Z_SINC_COEFF_IDX(i) ((i)->quality - Z_QUALITY_LINEAR - 1)
653 (Z_IS_SINC(i) ? Z_RESAMPLER_SINC : (i)->quality)
721 if (info->quality < Z_QUALITY_MIN) in z_resampler_reset()
722 info->quality = Z_QUALITY_MIN; in z_resampler_reset()
723 else if (info->quality > Z_QUALITY_MAX) in z_resampler_reset()
724 info->quality = Z_QUALITY_MAX; in z_resampler_reset()
[all …]
/freebsd/sys/tools/sound/
H A Dfeeder_rate_mkfilter.awk302 nwing, mwing, nrolloff, i, dcgain, v, quality)
310 quality = imp["quality"];
321 if (quality > 2)
324 printf(" * quality = %d\n", quality);
343 quality, nwing + (Z_COEFF_OFFSET * 2));
359 printf(" * interpolated q%d differences.\n", quality);
361 printf("static int32_t z_dcoeff_q%d[%d] = {", quality, nwing);
/freebsd/contrib/ntp/scripts/stats/
H A DREADME.timecodes16 Q quality indicator (format specific)
23 quality. When the alarm indicator it on, the receiver is not operating
25 alarm indicator is off and the quality indicator is on, the receiver has
58 q = quality indicator (<SP> < 1ms, A < 10 ms, B < 100 ms, C < 500
83 q = quality/alarm indicator (<SP> = locked, ? = alarm)
/freebsd/contrib/arm-optimized-routines/
H A DREADME23 All math routines should meet the quality
31 meet quality requirements stated in
41 All string routines should meet the quality
/freebsd/sys/x86/x86/
H A Dtsc.c794 int quality; in resume_TSC() local
807 quality = test_tsc(MAX(smp_tsc_adjust, 1)); in resume_TSC()
808 if (quality != tsc_timecounter.tc_quality) { in resume_TSC()
810 tsc_timecounter.tc_quality, quality); in resume_TSC()
811 tsc_timecounter.tc_quality = quality; in resume_TSC()
/freebsd/contrib/arm-optimized-routines/math/
H A DREADME.contributors25 1. Math functions have quality and performance requirements.
37 modes the quality requirement can be relaxed. (Non-nearest rounded
52 result should be correct (within quality requirements, which are lower for
/freebsd/bin/sh/tests/execution/
H A Dshellproc3.01 # This tests a quality of implementation issue.
H A Dshellproc4.01 # This tests a quality of implementation issue.
H A Dshellproc5.01 # This tests a quality of implementation issue.
H A Dshellproc2.01 # This tests a quality of implementation issue.
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_flags.inc57 "Affects the quality of heap-related reports, but not the ability "
63 "Affects the quality of stack-related reports, but not the ability "
/freebsd/crypto/heimdal/lib/gssapi/krb5/
H A Dgkrb5_err.et19 error_code G_UNKNOWN_QOP, "Unknown quality of protection specified"
/freebsd/sys/contrib/device-tree/Bindings/media/i2c/
H A Dtvp514x.txt3 The TVP5146/TVP5146m2/TVP5147/TVP5147m1 device is high quality, single-chip
/freebsd/usr.sbin/bsdconfig/dot/
H A DUSAGE114 printing due to loss of quality during the
133 due to loss of quality during the conversion process.
/freebsd/crypto/heimdal/kadmin/
H A DChangeLog179 * kadmin-commands.in: Rename password-quality to
180 verify-password-quality.
351 * kadmin.8: document password-quality
355 * kadmin.c: add password-quality/pwq command
359 * pw_quality.c: test run the password quality function
428 to pass the password quality check in case the user changes the
431 the password quality check.
709 * kadmind.c: write a pid file, and setup password quality
890 * version4.c (kadm_ser_cpw): add password quality functions
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/
H A Dcstdlib.inc58 // [c.math.rand], low-quality random number generation
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dcstdlib.cppm
H A Dcstdlib.inc58 // [c.math.rand], low-quality random number generation
/freebsd/usr.sbin/bluetooth/hccontrol/
H A Dstatus.c158 fprintf(stdout, "Link quality: %d\n", le16toh(rp.quality)); in hci_get_link_quality()
/freebsd/contrib/file/magic/Magdir/
H A Daudio674 >>10 byte&0xF0 0x50 \b, quality 0
675 >>10 byte&0xF0 0x60 \b, quality 1
676 >>10 byte&0xF0 0x70 \b, quality 2 (Telephone)
677 >>10 byte&0xF0 0x80 \b, quality 3 (Thumb)
678 >>10 byte&0xF0 0x90 \b, quality 4 (Radio)
679 >>10 byte&0xF0 0xA0 \b, quality 5 (Standard)
680 >>10 byte&0xF0 0xB0 \b, quality 6 (Xtreme)
681 >>10 byte&0xF0 0xC0 \b, quality 7 (Insane)
682 >>10 byte&0xF0 0xD0 \b, quality 8 (BrainDead)
683 >>10 byte&0xF0 0xE0 \b, quality 9
[all …]
/freebsd/sys/contrib/device-tree/Bindings/mfd/
H A Dtwl6040.txt3 The TWL6040s are 8-channel high quality low-power audio codecs providing audio,

123456