Home
last modified time | relevance | path

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

123

/external/chromium_org/third_party/libjingle/source/talk/base/
Dbandwidthsmoother.cc40 percent_increase_(talk_base::_max(1.0, percent_increase)), in BandwidthSmoother()
46 talk_base::_max(0.0, min_sample_count_percent))) { in BandwidthSmoother()
Dproxyserver.cc144 buffer->ConsumeWriteBuffer(_max(read, 0)); in Read()
154 buffer->ConsumeReadData(_max(written, 0)); in Write()
Ddiskcache_win32.cc65 entry->streams = _max(entry->streams, index + 1); in InitializeEntries()
Dcommon.h71 #define stdmax(x, y) talk_base::_max(x, y)
Dbasictypes.h133 template<class T> inline T _max(T a, T b) { return (a < b) ? b : a; } in _max() function
/external/chromium_org/content/renderer/pepper/
Dppb_uma_private_impl.cc18 #define RETURN_IF_BAD_ARGS(_name, _sample, _min, _max, _bucket_count) \ argument
22 if (_min >= _max) \
/external/chromium_org/third_party/freetype/include/freetype/internal/
Dpsaux.h267 #define T1_NEW_TABLE_FIELD( _ident, _type, _fname, _max, _dict ) \ argument
273 _max, \
278 #define T1_NEW_TABLE_FIELD2( _ident, _type, _fname, _max, _dict ) \ argument
284 _max, 0, \
/external/freetype/include/freetype/internal/
Dpsaux.h267 #define T1_NEW_TABLE_FIELD( _ident, _type, _fname, _max, _dict ) \ argument
273 _max, \
278 #define T1_NEW_TABLE_FIELD2( _ident, _type, _fname, _max, _dict ) \ argument
284 _max, 0, \
/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()
/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_org/third_party/libjingle/source/talk/p2p/base/
Dpseudotcp.cc181 return talk_base::_min(talk_base::_max(lower, middle), upper); in bound()
334 m_ssthresh = talk_base::_max(nInFlight / 2, 2 * m_mss); in NotifyClock()
741 talk_base::_max<uint32>(1, 4 * m_rx_rttvar), MAX_RTO); in process()
799 m_cwnd += talk_base::_max<uint32>(1, m_mss * m_mss / m_cwnd); in process()
822 m_ssthresh = talk_base::_max(nInFlight / 2, 2 * m_mss); in process()
1164 m_ssthresh = talk_base::_max(m_ssthresh, 2 * m_mss); in adjustMTU()
1165 m_cwnd = talk_base::_max(m_cwnd, m_mss); in adjustMTU()
/external/chromium_org/third_party/opus/src/celt/
Dfixed_c6x.h50 #define MAX16(a,b) _max(a,b)
Dfixed_c5x.h46 #define MAX16(a,b) _max(a,b)
/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_org/third_party/libjingle/overrides/talk/base/
Dbasictypes.h78 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()
/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()
/external/chromium_org/third_party/mesa/src/src/mesa/x86/
Dmmx_blend.S342 #define TAG(x) CONCAT(x,_max)
343 #define LLTAG(x) LLBL2(x,_max)
/external/mesa3d/src/mesa/x86/
Dmmx_blend.S342 #define TAG(x) CONCAT(x,_max)
343 #define LLTAG(x) LLBL2(x,_max)
/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/chromium_org/third_party/libjingle/source/talk/media/base/
Dvideocapturer.h277 screencast_max_pixels_ = talk_base::_max(0, p); in set_screencast_max_pixels()

123