Searched refs:quality (Results 1 - 21 of 21) sorted by relevance

/freebsd-10.0-release/contrib/ntp/ntpd/
H A Drefclock_ulink.c58 * 99/12/15 j.c.lang fixed 320 quality flag
59 * 01/02/21 s.l.smith fixed 33x quality flag
213 int quality; /* quality indicator */ local
219 char char_quality[2]; /* temp quality flag */
315 quality = 0;
317 quality = (char_quality[1] & 0x0f);
319 quality = 99;
330 printf("ulink: quality %d\n", quality);
[all...]
H A Drefclock_arc.c76 5) Added average signal quality poll
176 signal quality is unknown whatever the flag3 setting.
210 resync failed to reveal a statisfatory signal quality (too low or
270 * Possibly use average or maximum signal quality reported during
345 if so what signal quality (0--5) is available.
491 int quality; /* Quality of reception 0--5 for unit. */ member in struct:arcunit
493 u_long quality_stamp; /* Next time to reset quality average. */
534 #define QUALITY_UNKNOWN -1 /* Indicates unknown clock quality. */
535 #define MIN_CLOCK_QUALITY 0 /* Min quality clock will return. */
536 #define MIN_CLOCK_QUALITY_OK 3 /* Min quality fo
[all...]
/freebsd-10.0-release/usr.sbin/wlconfig/
H A Dwlconfig.c241 int signal, silence, quality; local
244 printf("signal range 0..63: silence 0..63: quality 0..15\n");
246 printf("signal range 0..100: silence 0..100: quality 0..100\n");
267 quality = wsc[i].quality;
272 quality = scale_value(wsc[i].quality, 15);
274 printf("\tsignal: %d, silence: %d, quality: %d, ",
277 quality);
/freebsd-10.0-release/sys/tools/sound/
H A Dfeeder_rate_mkfilter.awk301 nwing, mwing, nrolloff, i, dcgain, v, quality)
309 quality = imp["quality"];
320 if (quality > 2)
323 printf(" * quality = %d\n", quality);
342 quality, nwing + (Z_COEFF_OFFSET * 2));
358 printf(" * interpolated q%d differences.\n", quality);
360 printf("static int32_t z_dcoeff_q%d[%d] = {", quality, nwing);
703 imp["quality"]
[all...]
/freebsd-10.0-release/sys/dev/sound/pcm/
H A Dfeeder_rate.c39 * + classic polyphase converters with high quality coefficient's polynomial
125 int32_t quality; /* resampling quality */ member in struct:z_info
262 * set resampler quality if and only if it is exist as
291 "sample rate converter quality ("__XSTRING(Z_QUALITY_MIN)"=low .. "
299 #define Z_IS_ZOH(i) ((i)->quality == Z_QUALITY_ZOH)
300 #define Z_IS_LINEAR(i) ((i)->quality == Z_QUALITY_LINEAR)
301 #define Z_IS_SINC(i) ((i)->quality > Z_QUALITY_LINEAR)
366 #define Z_SINC_COEFF_IDX(i) ((i)->quality - Z_QUALITY_LINEAR - 1)
432 * Zero Order Hold, the worst of the worst, an insult against quality,
[all...]
/freebsd-10.0-release/sys/i386/include/
H A Dif_wl_wavelan.h97 #define SIOCSWLTHR _IOW('i', 65, struct ifreq) /* set new quality threshold */
119 #define WLPSA_QUALTHRESH 0x21 /* RF modem quality threshold preset */
155 * quality is 4 bits, 0..15
162 int quality; /* quality of the packet */ member in struct:w_sigcache
/freebsd-10.0-release/usr.sbin/bluetooth/hccontrol/
H A Dstatus.c157 fprintf(stdout, "Link quality: %d\n", le16toh(rp.quality));
223 "value from 0-255, which represents the quality of the link between two\n" \
224 "Bluetooth devices. The higher the value, the better the link quality is.\n" \
225 "Each Bluetooth module vendor will determine how to measure the link quality." \
/freebsd-10.0-release/sys/dev/wi/
H A Dif_wavelan_ieee.h153 int quality; /* quality of the packet */ member in struct:wi_sigcache
334 #define WI_RID_COMMS_QUALITY 0xFD43 /* quality of BSS connection */
377 int quality; /* Quality */ member in struct:wi_apinfo
/freebsd-10.0-release/sys/net/
H A Dbpf.c2003 int quality; local
2005 quality = bpf_ts_quality(tstype);
2006 if (quality == BPF_TSTAMP_NONE)
2007 return (quality);
2016 if (quality == BPF_TSTAMP_NORMAL)
2021 return (quality);
/freebsd-10.0-release/sys/dev/an/
H A Dif_aironet_ieee.h131 int quality; /* quality of the packet */ member in struct:an_sigcache
H A Dif_an.c3025 * store signal/noise/quality on per MAC src basis in
3038 * quality, noise)
3200 sc->an_sigcache[cache_slot].quality =
3204 sc->an_sigcache[cache_slot].quality = rx_quality - 100;
3211 sc->an_sigcache[cache_slot].quality =
3219 sc->an_sigcache[cache_slot].quality = rx_quality;
3224 sc->an_sigcache[cache_slot].quality = rx_quality;
/freebsd-10.0-release/sys/conf/
H A Dkern.post.mk146 # XXX the low quality .m.o rules gnerated by config are normally used
/freebsd-10.0-release/contrib/ncurses/include/
H A DCaps.osf1r5587 enter_draft_quality sdrfq str ZG - - ----- Enter draft-quality mode
592 enter_normal_quality snrmq str ZL - - ----- Enter normal-quality mode
H A DCaps644 enter_draft_quality sdrfq str ZG - - ----- Enter draft-quality mode
649 enter_normal_quality snrmq str ZL - - ----- Enter normal-quality mode
H A DCaps.aix4746 enter_draft_quality sdrfq str ZG - - ----- Enter draft-quality mode
751 enter_normal_quality snrmq str ZL - - ----- Enter normal-quality mode
H A DCaps.hpux11652 enter_draft_quality sdrfq str ZG - - ----- Enter draft-quality mode
657 enter_normal_quality snrmq str ZL - - ----- Enter normal-quality mode
H A DCaps.keys734 enter_draft_quality sdrfq str ZG - - ----- Enter draft-quality mode
739 enter_normal_quality snrmq str ZL - - ----- Enter normal-quality mode
/freebsd-10.0-release/sys/contrib/v4l/
H A Dvideodev2.h495 int quality; member in struct:v4l2_jpegcompression
621 #define V4L2_MODE_HIGHQUALITY 0x0001 /* High quality imaging mode */
/freebsd-10.0-release/sys/netgraph/bluetooth/include/
H A Dng_hci.h1379 u_int8_t quality; /* higher value means better quality */ member in struct:__anon10283
/freebsd-10.0-release/usr.sbin/ancontrol/
H A Dancontrol.c303 printf("\nSignal quality:\t\t[ %u%% ]",
307 printf("\nSignal quality:\t\t[ %u ]",
913 fprintf(stderr, "\t%s -i iface -Q print signal quality cache\n", p);
1239 sc->quality);
/freebsd-10.0-release/sys/dev/wl/
H A Dif_wl.c2626 * .signal (0..63) ,silence (0..63) ,quality (0..15)
2634 sc->w_sigcache[w_insertcache].quality = wlmmcread(base, MMC_SIGN_QUAL) & 0x0f;

Completed in 467 milliseconds