Searched refs:max (Results 201 - 225 of 1953) sorted by relevance

1234567891011>>

/macosx-10.10.1/JavaScriptCore-7600.1.17/parser/
H A DSourceCode.h66 , m_firstLine(std::max(firstLine, 1))
67 , m_startColumn(std::max(startColumn, 1))
75 , m_firstLine(std::max(firstLine, 1))
76 , m_startColumn(std::max(startColumn, 1))
/macosx-10.10.1/JavaScriptCore-7600.1.17/profiler/
H A DCallIdentifier.h101 new (NotNull, &slot) JSC::CallIdentifier(String(), String(), std::numeric_limits<unsigned>::max(), std::numeric_limits<unsigned>::max());
106 return value.functionName().isNull() && value.url().isNull() && value.lineNumber() == std::numeric_limits<unsigned>::max() && value.columnNumber() == std::numeric_limits<unsigned>::max();
H A DProfilerBytecode.h38 : m_bytecodeIndex(std::numeric_limits<unsigned>::max())
/macosx-10.10.1/JavaScriptCore-7600.1.17/tests/stress/
H A Dmul-boolean-exit.js2 return Math.max(a.f, b.f);
/macosx-10.10.1/OpenSSH-189/openssh/
H A Dkexgsss.c73 int min = -1, max = -1, nbits = -1; local
112 max = packet_get_int();
114 max = MIN(DH_GRP_MAX, max);
116 if (max < min || nbits < min || max < nbits)
118 min, nbits, max);
119 dh = PRIVSEP(choose_dh(min, nbits, max));
236 min, nbits, max,
/macosx-10.10.1/OpenSSH-189/osslshim/ossl/
H A Dossl-buffer.h30 int max; member in struct:buf_mem_st
/macosx-10.10.1/WebKit2-7600.1.25/Platform/IPC/
H A DArgumentCoders.cpp54 encoder << std::numeric_limits<uint32_t>::max();
69 if (length == std::numeric_limits<uint32_t>::max()) {
95 encoder << std::numeric_limits<uint32_t>::max();
134 if (length == std::numeric_limits<uint32_t>::max()) {
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/WebCoreSupport/
H A DWebDeviceProximityClient.h48 virtual double max() override { return m_max; }
/macosx-10.10.1/emacs-93/emacs/oldXMenu/
H A DXMenuInt.h29 #define max(x, y) ((x) >= (y) ? (x) : (y)) macro
/macosx-10.10.1/libmalloc-53.1.1/src/
H A Dbitarray.h61 extern unsigned bitarray_zap_first_set_multiple(bitarray_t bits, unsigned log_size, unsigned max, index_t *indices);
62 // finds all the bits set, up to max, and zaps each and sets the index for each
/macosx-10.10.1/libutil-38/
H A Dhumanize_number.c58 int64_t divisor, max; local
127 for (max = 100, i = len - baselen; i-- > 0;)
128 max *= 10;
130 for (i = 0; scalable >= max && i < maxscale; i++)
/macosx-10.10.1/ruby-106/ruby/ext/json/lib/json/add/
H A Dtime.rb25 nanoseconds = nanoseconds.max
/macosx-10.10.1/smb-759.0/lib/smb/
H A Drcfile.h57 int ival; /* int/bool values, or max len for str value */
60 int max; /* max for ival */ member in struct:opt_args
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/page/
H A Dgen_peg_cpkg.tcl37 set max -1
42 if {$l > $max} {set max $l}
49 cpkg::Rule $chan $sym $mode $rule [expr {$max - $l}]
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/struct/stack/
H A Ds.c15 s->max = 0;
94 s->max = 0;
98 } else if ((listc-n) < (s->max/2)) {
110 s->max = listc - n;
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/modules/widget/
H A Dwidget.tcl129 foreach {min max} $range { break }
131 || ($value < $min) || ($value > $max)} {
133 range \[$min .. $max\]"
144 foreach {min max} $range { break }
146 || ($value < $min) || ($value > $max)} {
148 range \[$min .. $max\]"
/macosx-10.10.1/Heimdal-398.1.2/lib/krb5/
H A Dlog.c41 int max; member in struct:facility
146 int max,
158 fp->max = max;
189 krb5_log_facility *facility, int min, int max,
209 return krb5_addlog_func(context, facility, min, max,
259 krb5_log_facility *facility, int min, int max,
280 return krb5_addlog_func(context, facility, min, max,
333 open_file(krb5_context context, krb5_log_facility *fac, int min, int max, argument
351 return krb5_addlog_func(context, fac, min, max, log_fil
143 krb5_addlog_func(krb5_context context, krb5_log_facility *fac, int min, int max, krb5_log_log_func_t log_func, krb5_log_close_func_t close_func, void *data) argument
188 open_syslog(krb5_context context, krb5_log_facility *facility, int min, int max, const char *sev, const char *fac) argument
258 open_asl(krb5_context context, krb5_log_facility *facility, int min, int max, const char *sev, const char *fac) argument
360 int min = 0, max = -1, n; local
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Dtzbdtest.cpp81 UDate max = min + SIX_MONTHS; local
82 while ((max - min) > INTERVAL) {
83 UDate mid = (min + max) / 2;
89 max = mid;
93 logln("Date After: " + showDate(max));
95 UDate maxdelta = max - expectedBoundary;
121 UDate max = min + SIX_MONTHS; local
127 if (tz->inDaylightTime(max, status) == startsInDST) {
128 dataerrln("FAIL: " + tz->getID(str) + " inDaylightTime(" + dateToString(max) + ") != " + (startsInDST ? "false" : "true"));
132 while ((max
386 UDate max = min + SIX_MONTHS; local
[all...]
H A Dtztest.h52 UDate min, UDate max);
58 UDate min, UDate max,
/macosx-10.10.1/tcl-105/tcl_ext/expect/expect/example/
H A Dxpstat20 global max db hosts world
47 set max($host) 0
72 set max($host) $i
146 global world db alias max env
202 set max($host,was) 0
205 if {$max($host)==0} {
207 if {$max($host,was)>0} {
213 if {$max($host,was)==0} {
221 for {set i 0} {$i<$max($host)} {incr i} {
229 set max(
[all...]
/macosx-10.10.1/ncurses-44/ncurses/ncurses/base/
H A Dlib_color.c293 short min, max, t; local
297 if ((max = g > r ? g : r) < b)
298 max = b;
301 *l = (min + max) / 20;
303 if (min == max) { /* black, white and all shades of gray */
311 *s = ((max - min) * 100) / (max + min);
313 *s = ((max - min) * 100) / (2000 - max - min);
316 if (r == max)
[all...]
/macosx-10.10.1/WTF-7600.1.24/wtf/
H A DMathExtras.h169 template<> inline float defaultMinimumForClamp() { return -std::numeric_limits<float>::max(); }
170 template<> inline double defaultMinimumForClamp() { return -std::numeric_limits<double>::max(); }
171 template<typename T> inline T defaultMaximumForClamp() { return std::numeric_limits<T>::max(); }
173 template<typename T> inline T clampTo(double value, T min = defaultMinimumForClamp<T>(), T max = defaultMaximumForClamp<T>())
175 if (value >= static_cast<double>(max))
176 return max;
210 const unsigned intMax = static_cast<unsigned>(std::numeric_limits<int>::max());
213 return std::numeric_limits<int>::max();
219 return x > static_cast<float>(std::numeric_limits<int>::min()) && x < static_cast<float>(std::numeric_limits<int>::max());
338 double fmodValue = fmod(trunc(d), std::numeric_limits<unsigned long long>::max()
[all...]
/macosx-10.10.1/OpenSSL098-52/src/crypto/x509v3/
H A Dv3_addr.c80 ASN1_SIMPLE(IPAddressRange, max, ASN1_BIT_STRING)
233 if (!i2r_address(out, afi, 0xFF, aor->u.addressRange->max))
391 const unsigned char *max,
397 OPENSSL_assert(memcmp(min, max, length) <= 0);
398 for (i = 0; i < length && min[i] == max[i]; i++)
400 for (j = length - 1; j >= 0 && min[j] == 0x00 && max[j] == 0xFF; j--)
406 mask = min[i] ^ max[i];
417 if ((min[i] & mask) != 0 || (max[i] & mask) != mask)
463 unsigned char *max,
469 if ((prefixlen = range_should_be_prefix(min, max, lengt
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/layout/
H A DIndicLayoutEngine.h111 * @param max - the number of characters in the input context
123 virtual le_int32 characterProcessing(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft,
139 * @param max - the number of characters in the input context
154 virtual le_int32 glyphProcessing(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft,
/macosx-10.10.1/Security-57031.1.35/Security/include/security_filedb/
H A DOverUnderflowCheck.h72 uint64 max = (uint64) -1; local
73 uint64 limit = max / a;

Completed in 621 milliseconds

1234567891011>>