Searched refs:maximum (Results 1 - 25 of 120) sorted by relevance

12345

/macosx-10.10.1/dtrace-147/test/tst/common/types/
H A Dtst.enum.d45 maximum = 2147483647
/macosx-10.10.1/bind9-45.101/bind9/bin/tests/system/limits/
H A Dtests.sh45 echo "I:exactly maximum rrset"
46 $DIG +tcp +norec a-maximum-rrset.example. @10.53.0.1 a -p 5300 > dig.out.a-maximum-rrset \
48 #dig a-maximum-rrset.example. @10.53.0.1 a -p 5300 > knowngood.dig.out.a-maximum-rrset
49 $PERL ../digcomp.pl knowngood.dig.out.a-maximum-rrset dig.out.a-maximum-rrset || status=1
51 echo "I:exceed maximum rrset (5000 A records)"
/macosx-10.10.1/cups-408/cups/cups/
H A Dpage.c195 * This function returns the minimum and maximum custom page sizes and printable
199 * "minimum" and "maximum" are filled with zeroes.
207 ppd_size_t *maximum) /* O - Maximum custom size */
221 if (!ppd || !ppd->variable_sizes || !minimum || !maximum)
226 if (maximum)
227 memset(maximum, 0, sizeof(ppd_size_t));
300 * Figure out the current maximum width and length...
341 maximum->width = width;
342 maximum->length = length;
343 maximum
205 ppdPageSizeLimits(ppd_file_t *ppd, ppd_size_t *minimum, ppd_size_t *maximum) argument
[all...]
H A Dtestppd.c991 cparam->maximum.custom_curve);
998 cparam->maximum.custom_int);
1005 cparam->maximum.custom_invcurve);
1012 cparam->maximum.custom_passcode);
1019 cparam->maximum.custom_password);
1026 cparam->maximum.custom_points);
1033 cparam->maximum.custom_real);
1040 cparam->maximum.custom_string);
/macosx-10.10.1/gssd-64/
H A Dgssd.h31 #ifndef maximum
32 #define maximum(a, b) (((a)>(b))?(a):(b)) macro
/macosx-10.10.1/tcl-105/tk/tk/tests/ttk/
H A Dprogressbar.test49 .pb configure -value 5 -maximum 10 -mode determinate
59 test progressbar-2.2 "step wraps at -maximum in determinate mode" -body {
65 .pb configure -value 8 -maximum 10 -mode indeterminate
/macosx-10.10.1/Security-57031.1.35/Security/utilities/src/
H A Dder_string.c64 const CFIndex maximum = CFStringGetMaximumSizeForEncoding(str_length, kCFStringEncodingUTF8); local
67 CFIndex converted = CFStringGetBytes(str, CFRangeMake(0, str_length), kCFStringEncodingUTF8, 0, false, NULL, maximum, &encodedLen);
/macosx-10.10.1/Security-57031.1.35/Security/utilities/utilities/
H A Dder_string.c64 const CFIndex maximum = CFStringGetMaximumSizeForEncoding(str_length, kCFStringEncodingUTF8); local
67 CFIndex converted = CFStringGetBytes(str, CFRangeMake(0, str_length), kCFStringEncodingUTF8, 0, false, NULL, maximum, &encodedLen);
/macosx-10.10.1/tcl-105/tk/tk/generic/ttk/
H A DttkProgress.c60 {TK_OPTION_DOUBLE, "-maximum", "maximum", "Maximum",
84 double maximum = 100, value = 0; local
86 Tcl_GetDoubleFromObj(NULL, pb->progress.maximumObj, &maximum);
91 && ( value < maximum
339 double value = 0.0, maximum = 100.0; local
348 Tcl_GetDoubleFromObj(NULL, pb->progress.maximumObj, &maximum);
352 double fraction = value / maximum;
414 /* In determinate mode, wrap around if value exceeds maximum:
417 double maximum local
[all...]
/macosx-10.10.1/IOHIDFamily-606.1.7/IOHIDSystem/IOHIDDescriptorParser/
H A DHIDProcessLocalItem.c223 ptDesignatorItem->maximum = ptDescriptor->desigMaximum;
238 ptDesignatorItem->maximum = ptItem->unsignedValue;
263 ptStringItem->maximum = ptDescriptor->stringMaximum;
278 ptStringItem->maximum = ptItem->unsignedValue;
H A DHIDGetButtonCaps.c212 ptCapability->u.range.stringMax = ptStringItem->maximum;
232 ptCapability->u.range.designatorMax = ptDesignatorItem->maximum;
465 ptCapability->u.range.stringMax = ptStringItem->maximum;
485 ptCapability->u.range.designatorMax = ptDesignatorItem->maximum;
H A DHIDGetValueCaps.c216 ptCapability->u.range.stringMax = ptStringItem->maximum;
236 ptCapability->u.range.designatorMax = ptDesignatorItem->maximum;
456 ptCapability->u.range.stringMax = ptStringItem->maximum;
476 ptCapability->u.range.designatorMax = ptDesignatorItem->maximum;
/macosx-10.10.1/Security-57031.1.35/Security/include/security_asn1/
H A DcertExtensionTemplates.h227 SecAsn1Item maximum; // INTEGER optional member in struct:__anon3573
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_asn1/Security/
H A DcertExtensionTemplates.h227 SecAsn1Item maximum; // INTEGER optional member in struct:__anon4008
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_asn1/lib/
H A DcertExtensionTemplates.h227 SecAsn1Item maximum; // INTEGER optional member in struct:__anon4130
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_asn1/security_asn1/
H A DcertExtensionTemplates.h227 SecAsn1Item maximum; // INTEGER optional member in struct:__anon4252
/macosx-10.10.1/gnutar-453/gnutar/src/
H A Dsystem.c557 size_t maximum; local
573 maximum = status;
574 while (maximum)
576 count = maximum < BLOCKSIZE ? maximum : BLOCKSIZE;
580 maximum -= count;
/macosx-10.10.1/tcl-105/tcl_ext/bwidget/bwidget/
H A Dprogressbar.tcl22 {-maximum Int 100 0 "%d > 0"}
120 -orient -maximum] break
167 set max [Widget::getoption $path -maximum]
/macosx-10.10.1/xnu-2782.1.97/libkern/c++/
H A DOSUnserializeXML.cpp431 /* The size of the maximum gap between one aligned stack and the next. */
941 /* YYMAXDEPTH -- maximum size the stacks can grow to (effective only
1528 yyerror("maximum object count");
1540 yyerror("maximum object count");
1552 yyerror("maximum object count");
1564 yyerror("maximum object count");
1576 yyerror("maximum object count");
1588 yyerror("maximum object count");
1600 yyerror("maximum object count");
1619 yyerror("maximum objec
[all...]
/macosx-10.10.1/CPANInternal-159.1/HTTP-Proxy-0.25/lib/HTTP/Proxy/
H A DEngine.pm155 Get or set the maximum number of TCP clients, that is to say
156 the maximum number of forked child process.
/macosx-10.10.1/CPANInternal-159.1/HTTP-Proxy-0.300/lib/HTTP/Proxy/
H A DEngine.pm155 Get or set the maximum number of TCP clients, that is to say
156 the maximum number of forked child process.
/macosx-10.10.1/CPANInternal-159.1/JSON-XS-3.01/t/
H A D19_incr.t78 eval { !$coder->incr_parse (" [] ") }; ok ($@ =~ /maximum nesting/, "incdepth2 $@");
/macosx-10.10.1/tcl-105/tk/tk/macosx/
H A DttkMacOSXTheme.c50 #define RangeToFactor(maximum) (((double) (INT_MAX >> 1)) / (maximum))
52 #define RangeToFactor(maximum) (((double) (LONG_MAX >> 1)) / (maximum))
382 * rectangle and is a maximum of 2 pixels thick."
599 Tcl_Obj *toObj; /* maximum value */
707 Tcl_Obj *maximumObj; /* maximum value */
717 { "-maximum", TK_OPTION_DOUBLE,
742 double value = 0, maximum = 100, factor; local
746 Tcl_GetDoubleFromObj(NULL, pbar->maximumObj, &maximum);
[all...]
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dcpp.vim36 " The minimum and maximum operators in GNU C++
/macosx-10.10.1/IOHIDFamily-606.1.7/IOHIDFamily/
H A DIOHIDParserPriv.h260 SInt32 maximum; member in struct:HIDStringItem

Completed in 306 milliseconds

12345