Searched refs:min (Results 126 - 150 of 1824) sorted by relevance

1234567891011>>

/macosx-10.10/OpenSSH-189/openssh/
H A Dkexgsss.c73 int min = -1, max = -1, nbits = -1; local
110 min = packet_get_int();
113 min = MAX(DH_GRP_MIN, min);
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/WTF-7600.1.24/wtf/unicode/
H A DCollatorDefault.cpp38 unsigned commonLength = std::min(a.length(), b.length());
/macosx-10.10/WebCore-7600.1.25/Modules/mediastream/
H A DCapabilityRange.h46 Deprecated::ScriptValue min(JSC::ExecState*) const;
H A DCapabilityRange.cpp59 // the min and max fields will not be present on the returned dictionary, and the supported field will be false.
61 // capability, but when we have to deal with this we will need to mark CapabilityRange.min and CapabilityRange.max as
80 Deprecated::ScriptValue CapabilityRange::min(ExecState* exec) const function in class:WebCore::CapabilityRange
82 return scriptValue(exec, m_rangeInfo.min(), m_rangeInfo.type());
/macosx-10.10/WebCore-7600.1.25/page/scrolling/
H A DScrollingConstraints.cpp54 float rightDelta = std::min<float>(0, rightLimit - m_stickyBoxRect.maxX());
55 float availableSpace = std::min<float>(0, m_containingBlockRect.x() - m_stickyBoxRect.x());
74 float bottomDelta = std::min<float>(0, bottomLimit - m_stickyBoxRect.maxY());
75 float availableSpace = std::min<float>(0, m_containingBlockRect.y() - m_stickyBoxRect.y());
/macosx-10.10/WebCore-7600.1.25/rendering/
H A DRenderOverflow.h81 m_layoutOverflow.setX(std::min(rect.x(), m_layoutOverflow.x()));
82 m_layoutOverflow.setY(std::min(rect.y(), m_layoutOverflow.y()));
91 m_visualOverflow.setX(std::min(rect.x(), m_visualOverflow.x()));
92 m_visualOverflow.setY(std::min(rect.y(), m_visualOverflow.y()));
/macosx-10.10/WebKit2-7600.1.25/WebProcess/WebCoreSupport/
H A DWebDeviceProximityClient.h47 virtual double min() override { return m_min; }
/macosx-10.10/emacs-93/emacs/oldXMenu/
H A DXMenuInt.h28 #define min(x, y) ((x) <= (y) ? (x) : (y)) macro
/macosx-10.10/llvmCore-3425.0.34/lib/Support/
H A Dcircular_raw_ostream.cpp27 std::min(unsigned(Size), unsigned(BufferSize - (Cur - BufferArray)));
/macosx-10.10/ruby-106/ruby/sample/
H A Dobserv.rb14 notify_observers(now.hour, now.min, now.sec)
/macosx-10.10/smb-759.0/lib/smb/
H A Drcfile.h59 int min; /* min for ival */ member in struct:opt_args
/macosx-10.10/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/Heimdal-398.1.2/lib/krb5/
H A Dlog.c40 int min; member in struct:facility
145 int min,
157 fp->min = min;
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, ma
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/passwordserver_sasl-193/cyrus_sasl/lib/
H A Dsnprintf.c79 char *value, int flags, int min, int max);
81 long value, int base, int min, int max, int flags);
83 long double fvalue, int min, int max, int flags);
123 int min; local
131 currlen = flags = cflags = min = 0;
180 min = 10*min + char_to_int (ch);
185 min = va_arg (args, int);
250 fmtint (buffer, &currlen, maxlen, value, 10, min, max, flags);
260 fmtint (buffer, &currlen, maxlen, value, 8, min, ma
370 fmtstr(char *buffer, size_t *currlen, size_t maxlen, char *value, int flags, int min, int max) argument
409 fmtint(char *buffer, size_t *currlen, size_t maxlen, long value, int base, int min, int max, int flags) argument
534 fmtfp(char *buffer, size_t *currlen, size_t maxlen, long double fvalue, int min, int max, int flags) argument
[all...]
/macosx-10.10/srm-7/srm/lib/
H A Dsnprintf.c101 char *value, int flags, int min, int max);
103 long value, int base, int min, int max, int flags);
105 LDOUBLE fvalue, int min, int max, int flags);
145 int min; local
153 currlen = flags = cflags = min = 0;
202 min = 10*min + char_to_int (ch);
207 min = va_arg (args, int);
272 fmtint (buffer, &currlen, maxlen, value, 10, min, max, flags);
282 fmtint (buffer, &currlen, maxlen, value, 8, min, ma
392 fmtstr(char *buffer, size_t *currlen, size_t maxlen, char *value, int flags, int min, int max) argument
431 fmtint(char *buffer, size_t *currlen, size_t maxlen, long value, int base, int min, int max, int flags) argument
556 fmtfp(char *buffer, size_t *currlen, size_t maxlen, LDOUBLE fvalue, int min, int max, int flags) argument
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DColor.cpp53 return 0xFF000000 | std::max(0, std::min(r, 255)) << 16 | std::max(0, std::min(g, 255)) << 8 | std::max(0, std::min(b, 255));
58 return std::max(0, std::min(a, 255)) << 24 | std::max(0, std::min(r, 255)) << 16 | std::max(0, std::min(g, 255)) << 8 | std::max(0, std::min(b, 255));
64 return std::max(0, std::min(static_cast<int>(lroundf(255.0f * f)), 255));
286 float multiplier = std::min(1.0f, v + 0.33f) / v;
401 double min
[all...]
/macosx-10.10/lukemftp-14/tnftp/libnetbsd/
H A Dsnprintf.c78 char *value, int min, int max, int flags);
80 LLONG value, int base, int min, int max, int flags);
82 LDOUBLE fvalue, int min, int max, int flags);
124 int min; local
132 flags = currlen = cflags = min = 0;
177 min = 10 * min + char_to_int(ch);
180 min = va_arg(args, int);
252 min, max, flags);
279 min, ma
372 fmtstr(char *buffer, size_t *currlen, size_t maxlen, char *value, int min, int max, int flags) argument
407 fmtint(char *buffer, size_t *currlen, size_t maxlen, LLONG value, int base, int min, int max, int flags) argument
529 fmtfp(char *buffer, size_t *currlen, size_t maxlen, LDOUBLE fvalue, int min, int max, int flags) argument
[all...]
/macosx-10.10/ruby-106/ruby/test/date/
H A Dtest_date_strptime.rb12 {:wday=>6,:mon=>2,:mday=>3,:hour=>0,:min=>0,:sec=>0,:year=>2001}],
18 '%M'=>['00',{:min=>0}],
24 '%X'=>['00:00:00',{:hour=>0,:min=>0,:sec=>0}],
43 '%R'=>['00:00',{:hour=>0,:min=>0}],
44 '%r'=>['12:00:00 AM',{:hour=>0,:min=>0,:sec=>0}],
46 '%T'=>['00:00:00',{:hour=>0,:min=>0,:sec=>0}],
54 :hour=>0,:min=>0,:sec=>0,:zone=>'+00:00',:offset=>0,:year=>2001}],
103 h.values_at(:year,:mon,:mday,:hour,:min,:sec))
183 a = h.values_at(:year,:mon,:mday,:hour,:min,:sec,:zone,:offset,:wday)
227 a = (h || {}).values_at(:year,:mon,:mday,:hour,:min,
[all...]
/macosx-10.10/ruby-106/ruby/tool/
H A Dtranscode-tblgen.rb165 min = range_list.map {|x, y| x }.join
167 rects << [min, max, action]
210 all_rects.concat rects.map {|min, max, action| [min, max, [i, action]] }
236 min, max, action = rect
245 min, max, action = rect
269 #rects.each {|min, max, action| if min == max then numsing += 1 else numreg += 1 end }
274 min, max, action = rect
275 if min
[all...]
/macosx-10.10/ICU-531.30/icuSources/test/intltest/
H A Dtztest.h52 UDate min, UDate max);
58 UDate min, UDate max,
/macosx-10.10/JavaScriptCore-7600.1.17/tests/mozilla/ecma/Date/
H A D15.9.5.31-1.js24 ECMA Section: 15.9.5.31 Date.prototype.setUTCHours(hour [, min [, sec [, ms ]]] )
26 If min is not specified, this behaves as if min were specified with the value getUTCMinutes( ).
32 3.If min is not specified, compute MinFromTime(t); otherwise, call ToNumber(min).
47 writeHeaderToLog( SECTION + " Date.prototype.setUTCHours(hour [, min [, sec [, ms ]]] )");
120 function addNewTestCase( time, hours, min, sec, ms, DateString, UTCDate, LocalDate) {
123 if ( min == void 0 ) {
127 DateCase.setUTCHours( hours, min );
130 DateCase.setUTCHours( hours, min, se
[all...]
/macosx-10.10/WebCore-7600.1.25/Modules/webaudio/
H A DBiquadFilterNode.cpp106 int n = std::min(frequencyHz->length(),
107 std::min(magResponse->length(), phaseResponse->length()));
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DImageResourceContentView.css38 min-width: 0;
H A DTimelineView.css35 min-height: 100%;
/macosx-10.10/dtrace-147/test/tst/common/aggs/
H A Dtst.multiaggs1.d51 @b[pid] = min(new_time);

Completed in 419 milliseconds

1234567891011>>