Searched defs:_max (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/audio_conference_mixer/source/
H A Dlevel_indicator.h31 int32_t _max; member in class:webrtc::LevelIndicator
/external/chromium_org/third_party/webrtc/base/
H A Dbasictypes.h116 template<class T> inline T _max(T a, T b) { return (a < b) ? b : a; } function in namespace:rtc
/external/chromium_org/third_party/webrtc/overrides/webrtc/base/
H A Dbasictypes.h84 template<class T> inline T _max(T a, T b) { return (a < b) ? b : a; } function in namespace:rtc
/external/eigen/Eigen/src/Eigen2Support/Geometry/
H A DAlignedBox.h44 /** Constructs a box with extremities \a _min and \a _max. */
45 inline AlignedBox(const VectorType& _min, const VectorType& _max) : m_min(_min), m_max(_max) {} argument
/external/eigen/Eigen/src/Geometry/
H A DAlignedBox.h66 /** Constructs a box with extremities \a _min and \a _max. */
68 inline AlignedBox(const OtherVectorType1& _min, const OtherVectorType2& _max) : m_min(_min), m_max(_max) {} argument
/external/icu/icu4c/source/i18n/
H A Ddecimfmt.cpp289 inline int32_t _max(int32_t a, int32_t b) { return (a<b) ? b : a; } function
2001 _max(1, digits.getDecimalAt()) : minIntDig;
4685 int32_t g = isGroupingUsed() ? _max(0, fGroupingSize) : 0;
4702 maxDig = _max(maxDig, g+1);
4704 maxDig = _max(_max(g, getMinimumIntegerDigits()),
5094 int32_t max = _max(fMaxSignificantDigits, min);
/external/chromium_org/third_party/icu/source/i18n/
H A Ddecimfmt.cpp289 inline int32_t _max(int32_t a, int32_t b) { return (a<b) ? b : a; } function
1912 _max(1, digits.getDecimalAt()) : minIntDig;
4596 int32_t g = isGroupingUsed() ? _max(0, fGroupingSize) : 0;
4613 maxDig = _max(maxDig, g+1);
4615 maxDig = _max(_max(g, getMinimumIntegerDigits()),
5524 int32_t max = _max(fMaxSignificantDigits, min);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/audits/
H A DAuditRules.js1467 _max: function(cookieArray)
1515 maxCookieSize: this._max(cookies)

Completed in 2623 milliseconds