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

123

/macosx-10.10.1/configd-699.1.5/Plugins/KernelEventMonitor/
H A Dev_dlil.h48 void interface_update_quality_metric (const char *if_name, int quality);
H A Dev_dlil.c140 int quality)
149 if (quality != IFNET_LQM_THRESH_UNKNOWN) {
150 linkquality = CFNumberCreate(NULL, kCFNumberIntType, &quality);
175 int quality = IFNET_LQM_THRESH_UNKNOWN; local
188 quality = ifr.ifr_link_quality_metric;
192 interface_update_quality_metric(if_name, quality);
139 interface_update_quality_metric(const char *if_name, int quality) argument
/macosx-10.10.1/ntp-92/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...]
/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Dcsr2022.cpp31 * @return match quality, in the range of 0-100.
40 int32_t quality; local
85 // Initial quality is based on relative proportion of recongized vs.
87 // All good: quality = 100;
88 // half or less good: quality = 0;
90 quality = (100*hits - 100*misses) / (hits + misses);
92 // Back off quality if there were too few escape sequences seen.
96 quality -= (5-(hits+shifts))*10;
99 if (quality < 0) {
100 quality
[all...]
/macosx-10.10.1/apache-793/httpd/modules/mappers/
H A Dmod_speling.c138 sp_reason quality; member in struct:__anon6012
190 return (int) (((misspelled_file *) left)->quality)
191 - (int) (((misspelled_file *) rite)->quality);
298 sp_new->quality = SP_MISCAPITALIZED;
311 sp_new->quality = q;
357 sp_new->quality = SP_VERYDIFFERENT;
383 if (variant[0].quality != SP_VERYDIFFERENT
385 || variant[0].quality != variant[1].quality)) {
449 reason = sp_reason_str[(int) (variant[i].quality)];
[all...]
H A Dmod_negotiation.c177 float quality; member in struct:accept_rec
212 /* The next five items give the quality values for the dimensions
217 * these values are set when we find the quality for each variant
221 float lang_quality; /* quality of this variant's language */
225 float source_quality; /* source quality for this variant */
312 var->source_quality = mime_info->quality;
346 * parse quality value. atof(3) is not well-usable here, because it
412 result->quality = 1.0f;
487 result->quality = atoq(cp);
587 if (elts[i].quality < 1.
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libjpeg/
H A Djcparam.c65 * The spec says that the values given produce "good" quality, and
66 * when divided by 2, "very good" quality.
92 /* Set or change the 'quality' (quantization) setting, using default tables
93 * and straight percentage-scaling quality scales.
108 /* Set or change the 'quality' (quantization) setting, using default tables
109 * and a straight percentage-scaling quality scale. In most cases it's better
123 jpeg_quality_scaling (int quality) argument
124 /* Convert a user-specified quality rating to a percentage scaling factor
126 * The input 'quality' factor should be 0 (terrible) to 100 (very good).
129 /* Safety limit on quality facto
149 jpeg_set_quality(j_compress_ptr cinfo, int quality, boolean force_baseline) argument
[all...]
H A Dexample.c68 * and a compression quality factor are passed in.
72 write_JPEG_file (char * filename, int quality) argument
135 * Here we just illustrate the use of quality (quantization table) scaling:
137 jpeg_set_quality(&cinfo, quality, TRUE /* limit to baseline-JPEG values */);
/macosx-10.10.1/cups-408/cups/filter/
H A Drastertopwg.c192 if ((val = cupsGetOption("print-quality", num_options, options)) != NULL)
194 unsigned quality = (unsigned)atoi(val); /* print-quality value */ local
196 if (quality >= IPP_QUALITY_DRAFT && quality <= IPP_QUALITY_HIGH)
197 outheader.cupsInteger[8] = quality;
200 fprintf(stderr, "DEBUG: Unsupported print-quality %d.\n", quality);
/macosx-10.10.1/IOHIDFamily-606.1.7/IOHIDFamily/
H A DIOHIDEvent.cpp272 IOHIDEvent * IOHIDEvent::unicodeEvent(AbsoluteTime timeStamp, UInt8 * payload, UInt32 length, IOHIDUnicodeEncodingType encoding, IOFixed quality, IOOptionBits options) argument
285 data->quality = quality;
786 event->orientation.quality.majorRadius = 5<<16;
787 event->orientation.quality.minorRadius = 5<<16;
790 event->orientation.quality.majorRadius = 3<<16;
791 event->orientation.quality.minorRadius = 3<<16;
887 IOFixed quality,
905 event->orientation.quality.quality
875 digitizerEventWithQualityOrientation( AbsoluteTime timeStamp, UInt32 transducerID, IOHIDDigitizerTransducerType type, bool inRange, UInt32 buttonState, IOFixed x, IOFixed y, IOFixed z __unused, IOFixed tipPressure, IOFixed auxPressure, IOFixed twist, IOFixed quality, IOFixed density, IOFixed irregularity, IOFixed majorRadius, IOFixed minorRadius, IOOptionBits options) argument
[all...]
H A DIOHIDEventData.h94 IOFixed quality; member in struct:_IOHIDUnicodeEventData
232 IOFixed quality; // If set, indicates that the transducer is sensed to be in a relatively noise-free region of digitizing. member in struct:_IOHIDDigitizerEventData::__anon1944::__anon1947
238 } quality; member in union:_IOHIDDigitizerEventData::__anon1944
457 value = IOHIDEventValueFloat(character->quality, isFixed); \
871 value = IOHIDEventValueFloat(digEvent->orientation.quality.quality, isFixed); \
874 value = IOHIDEventValueFloat(digEvent->orientation.quality.density, isFixed); \
877 value = IOHIDEventValueFloat(digEvent->orientation.quality.irregularity, isFixed); \
880 value = IOHIDEventValueFloat(digEvent->orientation.quality.majorRadius, isFixed); \
883 value = IOHIDEventValueFloat(digEvent->orientation.quality
[all...]
H A DIOHIDEvent.h263 IOFixed quality = 0,
291 static IOHIDEvent * unicodeEvent(AbsoluteTime timeStamp, UInt8 * payload, UInt32 length, IOHIDUnicodeEncodingType encoding, IOFixed quality, IOOptionBits options);
/macosx-10.10.1/IOGraphics-485/tools/
H A Dreadfb.c30 SInt32 quality = 0; local
74 (IOCFPlugInInterface ***)&interface, &quality );
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/tools/
H A Dppm2tiff.c57 static int quality = 75; /* JPEG quality */ variable
206 TIFFSetField(out, TIFFTAG_JPEGQUALITY, quality);
291 quality = atoi(cp+1);
334 " # set compression quality level (0-100, default 75)",
H A Dras2tiff.c49 static int quality = 75; /* JPEG quality */ variable
185 TIFFSetField(out, TIFFTAG_JPEGQUALITY, quality);
240 quality = atoi(cp+1);
275 " # set compression quality level (0-100, default 75)",
277 "For example, -c jpeg:r:50 to get JPEG-encoded RGB data with 50% comp. quality",
H A Dsgi2tiff.c44 static int quality = 75; /* JPEG quality */ variable
115 TIFFSetField(out, TIFFTAG_JPEGQUALITY, quality);
167 quality = atoi(cp+1);
309 " # set compression quality level (0-100, default 75)",
H A Dsgisv.c50 int quality = 75; /* JPEG quality */ variable
75 quality = atoi(cp+1);
132 " # set compression quality level (0-100, default 75)",
286 TIFFSetField(tif, TIFFTAG_JPEGQUALITY, quality);
H A Dpal2rgb.c63 static int quality = 75; /* JPEG quality */ variable
147 TIFFSetField(out, TIFFTAG_JPEGQUALITY, quality);
239 quality = atoi(cp+1);
H A Dtiff2bw.c103 static int quality = 75; /* JPEG quality */ variable
193 TIFFSetField(out, TIFFTAG_JPEGQUALITY, quality);
283 quality = atoi(cp+1);
H A Dbmp2tiff.c216 static int quality = 75; /* JPEG quality */ variable
505 TIFFSetField(out, TIFFTAG_JPEGQUALITY, quality);
782 quality = atoi(cp+1);
818 " # set compression quality level (0-100, default 75)",
820 "For example, -c jpeg:r:50 to get JPEG-encoded RGB data with 50% comp. quality",
H A Draw2tiff.c73 static int quality = 75; /* JPEG quality */ variable
252 TIFFSetField(out, TIFFTAG_JPEGQUALITY, quality);
544 quality = atoi(cp+1);
615 " # set compression quality level (0-100, default 75)",
617 "For example, -c jpeg:r:50 to get JPEG-encoded RGB data with 50% comp. quality",
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/libjpeg/
H A DjpegtclDecls.h66 JPEGTCLAPI void jpeg_set_quality(j_compress_ptr cinfo, int quality,
77 JPEGTCLAPI int jpeg_quality_scaling(int quality);
178 void (*jpeg_set_qualityPtr) (j_compress_ptr cinfo, int quality, boolean force_baseline); /* 10 */
181 int (*jpeg_quality_scalingPtr) (int quality); /* 13 */
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/libtiff/
H A Dtif_pixarlog.c461 int quality; member in struct:__anon12930
853 if (deflateInit(&sp->stream, sp->quality) != Z_OK) {
1213 sp->quality = va_arg(ap, int);
1216 sp->quality, Z_DEFAULT_STRATEGY) != Z_OK) {
1273 *va_arg(ap, int*) = sp->quality;
1343 sp->quality = Z_DEFAULT_COMPRESSION; /* default comp. level */
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/tiff/
H A DtiffPixar.c475 int quality; member in struct:__anon13003
847 if (deflateInit(&sp->stream, sp->quality) != Z_OK) {
1215 sp->quality = va_arg(ap, int);
1218 sp->quality, Z_DEFAULT_STRATEGY) != Z_OK) {
1277 *va_arg(ap, int*) = sp->quality;
1364 sp->quality = Z_DEFAULT_COMPRESSION; /* default comp. level */

Completed in 162 milliseconds

123