Home
last modified time | relevance | path

Searched refs:_max (Results 1 – 25 of 40) sorted by relevance

12

/external/chromium/third_party/libjingle/source/talk/p2p/base/
Dpseudotcp.cc168 return talk_base::_min(talk_base::_max(lower, middle), upper); in bound()
315 m_ssthresh = talk_base::_max(nInFlight / 2, 2 * m_mss); in NotifyClock()
673 talk_base::_max<uint32>(1, 4 * m_rx_rttvar), MAX_RTO); in process()
733 m_cwnd += talk_base::_max<uint32>(1, m_mss * m_mss / m_cwnd); in process()
779 m_ssthresh = talk_base::_max(nInFlight / 2, 2 * m_mss); in process()
1081 m_ssthresh = talk_base::_max(m_ssthresh, 2 * m_mss); in adjustMTU()
1082 m_cwnd = talk_base::_max(m_cwnd, m_mss); in adjustMTU()
Drelayport.cc750 int delay = 100 * talk_base::_max(1 << count_, 2); in GetNextDelay()
Dport.cc96 return talk_base::_max(MINIMUM_RTT, talk_base::_min(MAXIMUM_RTT, 2 * rtt)); in ConservativeRTTEstimate()
/external/freetype/include/freetype/internal/
Dpsaux.h263 #define T1_NEW_TABLE_FIELD( _ident, _type, _fname, _max, _dict ) \ argument
269 _max, \
274 #define T1_NEW_TABLE_FIELD2( _ident, _type, _fname, _max, _dict ) \ argument
280 _max, 0, \
/external/eigen/Eigen/src/Eigen2Support/Geometry/
DAlignedBox.h45 inline AlignedBox(const VectorType& _min, const VectorType& _max) : m_min(_min), m_max(_max) {} in AlignedBox() argument
/external/chromium/third_party/libjingle/overrides/talk/base/
Dbasictypes.h46 template<class T> inline T _max(T a, T b) { return (a < b) ? b : a; } in _max() function
/external/chromium/third_party/libjingle/source/talk/base/
Dbasictypes.h84 template<class T> inline T _max(T a, T b) { return (a < b) ? b : a; } in _max() function
Dcommon.h59 #define stdmax(x,y) talk_base::_max(x,y)
Dbytebuffer.cc182 size = _max(size, 3 * size_ / 2); in Resize()
Dwinping.cc134 return sizeof(ICMP_ECHO_REPLY) + talk_base::_max<uint32>(8, data_size); in ReplySize()
Dmessagequeue.cc236 cmsNext = _max(0, cmsTotal - cmsElapsed); in Get()
Dwin32socketserver.cc785 for (size_t max_messages_to_process = _max<size_t>(1, message_queue_->size()); in Pump()
Dstream.cc587 size_t new_buffer_length = _max(((seek_position_ + bytes) | 0xFF) + 1, in Write()
/external/eigen/Eigen/src/Geometry/
DAlignedBox.h68 …lignedBox(const OtherVectorType1& _min, const OtherVectorType2& _max) : m_min(_min), m_max(_max) {} in AlignedBox() argument
/external/chromium/third_party/libjingle/source/talk/session/phone/
Dvideocommon.h131 interval = talk_base::_max(interval, kMinimumInterval); in IntervalToFps()
Dfilemediaengine.cc173 wait = talk_base::_max(0, wait); in OnMessage()
/external/safe-iop/include/
Dsafe_iop.h476 #define MAKE_UADD(_prefix, _bits, _type, _max) \ argument
482 #define MAKE_SADD(_prefix, _bits, _type, _max) \ argument
494 #define MAKE_SSUB(_prefix, _bits, _type, _min, _max) \ argument
500 #define MAKE_UMUL(_prefix, _bits, _type, _max) \ argument
507 #define MAKE_SMUL(_prefix, _bits, _type, _max, _min) \ argument
/external/libpcap/
Dpcap-dos.h79 #define max(a,b) _max(a,b)
/external/chromium/third_party/libjingle/source/talk/p2p/client/
Dbasicportallocator.cc540 talk_base::_max(0, session->allocator()->best_writable_phase()); in AllocationSequence()
542 step_of_phase_[phase] = talk_base::_max(0, phase - last_phase_in_step_zero); in AllocationSequence()
/external/bison/data/
Djava.m4114 [b4_int_type($1_min, $1_max)])
Dc.m4174 [b4_int_type($1_min, $1_max)])
185 || m4_indir([b4_]$1[_max]) < $3), [1],
/external/chromium/third_party/libjingle/source/talk/session/tunnel/
Dpseudotcpchannel.cc523 worker_thread_->PostDelayed(_max(timeout, 0L), this, MSG_WK_CLOCK); in AdjustClock()
/external/webkit/Source/WebCore/inspector/front-end/
DAuditRules.js936 _max: function(cookieArray) method in WebInspector.AuditRules.CookieSizeRule
984 maxCookieSize: this._max(cookies)
/external/icu4c/i18n/
Ddecimfmt.cpp257 inline int32_t _max(int32_t a, int32_t b) { return (a<b) ? b : a; } in _max() function
1672 _max(1, digits.getDecimalAt()) : minIntDig; in subformat()
4220 int32_t g = isGroupingUsed() ? _max(0, fGroupingSize) : 0; in toPattern()
4237 maxDig = _max(maxDig, g+1); in toPattern()
4239 maxDig = _max(_max(g, getMinimumIntegerDigits()), in toPattern()
5148 int32_t max = _max(fMaxSignificantDigits, min); in setMinimumSignificantDigits()
/external/chromium/third_party/libjingle/
Dmods-since-v0_4_0.diff274 > #define stdmax(x,y) _max(x,y)
345 > entry->streams = _max(entry->streams, index + 1);
1199 > return sizeof(ICMP_ECHO_REPLY) + _max((uint32)(8UL), data_size);

12