Searched refs:min (Results 251 - 275 of 1824) sorted by relevance

<<11121314151617181920>>

/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Models/
H A DGeometry.js180 var x2 = Math.min(this.maxX(), rect.maxX());
187 var y2 = Math.min(this.maxY(), rect.maxY());
197 var x = Math.min(this.minX(), rect.minX());
198 var y = Math.min(this.minY(), rect.minY());
299 minX = Math.min(minX, point.x);
301 minY = Math.min(minY, point.y);
/macosx-10.10/lsof-53/lsof/tests/
H A DLTbasic.c363 && (tmpdc.min == cwddc.min)
396 && (tmpdc.min == kmemdc.min)
427 && (tmpdc.min == lsofdc.min)
/macosx-10.10/ppp-786.1.1/Drivers/L2TP/L2TP-extension/
H A Dl2tp_udp.c447 u_int32_t i, min; local
482 min = 0;
484 if (l2tp_udp_threads[i].nbclient < l2tp_udp_threads[min].nbclient)
485 min = i;
486 *thread = min;
487 l2tp_udp_threads[min].nbclient += 1;
/macosx-10.10/AppleUSBIrDA-145.2.4/IrDA/
H A DIrDATypes.h74 #define MINMAX(min, expr, max) ( MIN(MAX(min, expr), max) )
/macosx-10.10/IOKitUser-1050.1.21/hid.subproj/
H A DIOHIDValue.c33 #ifndef min
34 #define min(a,b) (a<b?a:b) macro
159 __IOHIDValueConvertWordToByte((const uint32_t *)&(pEventStruct->value), event->bytes, min(sizeof(uint32_t), event->length));
185 __IOHIDValueConvertLongWordToByte((const uint64_t *)&tempValue, event->bytes, min(length, sizeof(uint32_t)));
208 bcopy(bytes, event->bytes, min(length, byteLength));
227 event->length = min(length, _IOHIDElementGetLength(element));
271 if ( calibrationInfo->min != calibrationInfo->max ) {
272 scaledMin = calibrationInfo->min;
/macosx-10.10/JavaScriptCore-7600.1.17/bytecode/
H A DExecutionCounter.cpp73 m_counter = std::numeric_limits<int32_t>::min();
128 std::min(m_activeThreshold, maximumExecutionCountsBetweenCheckpoints())) / 2;
/macosx-10.10/WebCore-7600.1.25/Modules/webaudio/
H A DDelayDSPKernel.cpp113 delayTime = std::min(maxTime, delayTime);
125 delayTime = std::min(maxTime, delayTime);
/macosx-10.10/WebCore-7600.1.25/platform/audio/
H A DHRTFKernel.cpp83 size_t truncatedResponseLength = std::min(responseLength, fftSize / 2); // truncate if necessary to max impulse response length allowed by FFT
124 x = std::min(1.0f, std::max(0.0f, x));
/macosx-10.10/WebCore-7600.1.25/platform/efl/DefaultTheme/widget/search/cancel/
H A Dsearch_cancel.edc57 min: 21 20;
/macosx-10.10/WebCore-7600.1.25/platform/efl/DefaultTheme/widget/search/decoration/
H A Dsearch_decoration.edc58 min: 20 20;
/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DFloatPolygon.h85 float minX() const { return std::min(vertex1().x(), vertex2().x()); }
86 float minY() const { return std::min(vertex1().y(), vertex2().y()); }
H A DImageBuffer.cpp56 color = std::min(1.0f, color);
67 color = std::min(1.0f, color);
/macosx-10.10/WebCore-7600.1.25/platform/graphics/ca/
H A DTileCoverageMap.cpp70 widthScale = std::min<float>(visibleRect.width() / containerBounds.width(), 0.1);
71 scale = std::min(widthScale, visibleRect.height() / containerBounds.height());
/macosx-10.10/WebCore-7600.1.25/rendering/line/
H A DLineLayoutState.h118 m_repaintLogicalTop = std::min(m_repaintLogicalTop, box->logicalTopVisualOverflow() + std::min<LayoutUnit>(paginationDelta, 0));
/macosx-10.10/WebCore-7600.1.25/rendering/style/
H A DShadowData.cpp59 shadowLeft = std::min(shadow->x() - extentAndSpread, shadowLeft);
61 shadowTop = std::min(shadow->y() - extentAndSpread, shadowTop);
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DCodeMirrorOverrides.css75 min-width: 21px;
H A DToolbar.css121 min-width: -webkit-min-content;
132 min-width: -webkit-min-content;
/macosx-10.10/cxxfilt-11/cxxfilt/libiberty/
H A Dfloatformat.c254 #ifndef min macro
255 #define min(a, b) ((a) < (b) ? (a) : (b))
279 hi_bit = min (lo_bit + len, FLOATFORMAT_CHAR_BIT);
291 hi_bit = min (len, FLOATFORMAT_CHAR_BIT);
329 mant_bits = min (mant_bits_left, 32);
389 mant_bits = min (mant_bits_left, 32);
444 hi_bit = min (lo_bit + len, FLOATFORMAT_CHAR_BIT);
456 hi_bit = min (len, FLOATFORMAT_CHAR_BIT);
/macosx-10.10/emacs-93/emacs/lisp/
H A Dreposition.el144 (recenter (min ht comment-height))
147 ;; (recenter (min ht comment-height))
170 (recenter (min ht comment-height)))
183 (goto-char (point-min))
184 (vertical-motion (- (point-max) (point-min))))))
/macosx-10.10/emacs-93/emacs/src/
H A Dmktime.c141 ydhms_tm_diff (year, yday, hour, min, sec, tp)
142 int year, yday, hour, min, sec;
165 + (min - tp->tm_min))
249 int min = tp->tm_min; local
298 t0 = ydhms_tm_diff (year, yday, hour, min, sec, &tm);
301 (dt = ydhms_tm_diff (year, yday, hour, min, sec,
347 t = ot + ydhms_tm_diff (year, yday, hour, min, sec, &otm);
377 double dsec = 60 * (60 * (24 * dday + hour) + min) + sec_requested;
/macosx-10.10/libarchive-30/libarchive/libarchive/
H A Darchive_read.c950 __archive_read_ahead(struct archive_read *a, size_t min, ssize_t *avail) argument
952 return (__archive_read_filter_ahead(a->filter, min, avail));
957 size_t min, ssize_t *avail)
976 * note that min == 0 is a perfectly well-defined
979 if (filter->avail >= min && filter->avail > 0) {
990 && filter->client_avail + filter->avail >= min) {
1005 filter->next + min > filter->buffer + filter->buffer_size) {
1052 if (min > filter->buffer_size) {
1059 s = min;
1060 while (s < min) {
956 __archive_read_filter_ahead(struct archive_read_filter *filter, size_t min, ssize_t *avail) argument
1188 size_t min; local
[all...]
/macosx-10.10/ruby-106/ruby/test/ruby/
H A Dtest_time.rb49 assert_equal([2001,2,28,23,59,30,-43200], [t.year, t.month, t.mday, t.hour, t.min, t.sec, t.gmt_offset], bug4090)
214 assert_equal([1970,1,1, 0,0,0], [t.year, t.mon, t.day, t.hour, t.min, t.sec])
216 assert_equal([1969,12,31, 0,0,0], [t.year, t.mon, t.day, t.hour, t.min, t.sec])
218 assert_equal([1970-400,1,1, 0,0,0], [t.year, t.mon, t.day, t.hour, t.min, t.sec])
220 assert_equal([1970-400*1000,1,1, 0,0,0], [t.year, t.mon, t.day, t.hour, t.min, t.sec])
222 assert_equal([1970-400*2421,1,1, 0,0,0], [t.year, t.mon, t.day, t.hour, t.min, t.sec])
224 assert_equal([1970-400*1000000,1,1, 0,0,0], [t.year, t.mon, t.day, t.hour, t.min, t.sec])
227 assert_equal([-968139,1,1, 0,0,0], [t.year, t.mon, t.day, t.hour, t.min, t.sec])
229 assert_equal([-968140,12,31, 23,59,59], [t.year, t.mon, t.day, t.hour, t.min, t.sec])
571 assert_equal(0, t2000.min)
[all...]
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/modules/controlwidget/
H A Dvoltmeter.tcl67 option -min -default 0.0
229 set min $options(-min)
236 set angle [expr {((($v-$min)/(1.0*($max-$min)))*30.0+165.0)*$pi}]
280 set ::$options(-variable) [expr {$options(-min) + ($options(-max)-$options(-min))*(15.0-$angle) / 30.0}]
326 -min 0 -max 5
/macosx-10.10/vim-55/runtime/syntax/
H A Dampl.vim56 "syn keyword amplOperators min max
57 "conflict between functions max, min and operators max, min
83 syn keyword amplBuiltInFunction max min precision round sin
/macosx-10.10/libxml2-26/libxml2/
H A Dxmlregexp.c187 int min; member in struct:_xmlRegAtom
207 int min; member in struct:_xmlRegCounter
798 ret->min = 0;
850 ret->min = atom->min;
1097 fprintf(output, "%d-%d ", atom->min, atom->max);
1204 fprintf(output, " %d: min %d max %d\n", i, ctxt->counters[i].min,
1282 ctxt->counters[ctxt->nbCounters].min = -1;
1620 if ((atom->min
5200 int min = 0, max = 0; local
5866 xmlAutomataNewCountTrans2(xmlAutomataPtr am, xmlAutomataStatePtr from, xmlAutomataStatePtr to, const xmlChar *token, const xmlChar *token2, int min, int max, void *data) argument
5953 xmlAutomataNewCountTrans(xmlAutomataPtr am, xmlAutomataStatePtr from, xmlAutomataStatePtr to, const xmlChar *token, int min, int max, void *data) argument
6021 xmlAutomataNewOnceTrans2(xmlAutomataPtr am, xmlAutomataStatePtr from, xmlAutomataStatePtr to, const xmlChar *token, const xmlChar *token2, int min, int max, void *data) argument
6101 xmlAutomataNewOnceTrans(xmlAutomataPtr am, xmlAutomataStatePtr from, xmlAutomataStatePtr to, const xmlChar *token, int min, int max, void *data) argument
6217 xmlAutomataNewCounter(xmlAutomataPtr am, int min, int max) argument
6556 xmlExpHashGetEntry(xmlExpCtxtPtr ctxt, xmlExpNodeType type, xmlExpNodePtr left, xmlExpNodePtr right, const xmlChar *name, int min, int max) argument
6922 xmlExpNewRange(xmlExpCtxtPtr ctxt, xmlExpNodePtr subset, int min, int max) argument
7143 int min, max; local
7449 int min, max; local
7504 int min, max; local
7913 int min, max; local
7916 min = xmlExpParseNumber(ctxt); local
[all...]

Completed in 361 milliseconds

<<11121314151617181920>>