Lines Matching full:quality
41 * 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 */
201 char char_quality[2]; /* temp quality flag */
297 quality = 0;
299 quality = (char_quality[1] & 0x0f);
301 quality = 99;
312 printf("ulink: quality %d\n", quality);
369 quality = 0;
371 quality = (char_quality[1] & 0x0f);
373 quality = 99;
381 printf("ulink: quality %d\n", quality);
424 &syncchar, &quality, &modechar, &pp->year, &pp->day,
441 * Decode quality indicator
444 * quality. The quality indicator in the 320 is the number of
451 * is indicated by 'Lk' in the quality portion of the incoming
454 * With the quality indicator decoding scheme above, the 'Lk'
455 * condition will produce a quality value of 0. If the quality
460 * force a quality value that selects the 'default' maximum
466 switch (quality) {
484 switch (quality) {