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

/external/chromium/third_party/libjingle/overrides/talk/base/
H A Dbasictypes.h46 template<class T> inline T _max(T a, T b) { return (a < b) ? b : a; } function in namespace:talk_base
/external/chromium/third_party/libjingle/source/talk/base/
H A Dbasictypes.h84 template<class T> inline T _max(T a, T b) { return (a < b) ? b : a; } function in namespace:talk_base
/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/icu4c/i18n/
H A Ddecimfmt.cpp241 inline int32_t _max(int32_t a, int32_t b) { return (a<b) ? b : a; } function
1385 _max(1, digits.getDecimalAt()) : minIntDig;
3696 int32_t g = isGroupingUsed() ? _max(0, fGroupingSize) : 0;
3713 maxDig = _max(maxDig, g+1);
3715 maxDig = _max(_max(g, getMinimumIntegerDigits()),
4608 int32_t max = _max(fMaxSignificantDigits, min);
/external/webkit/Source/WebCore/inspector/front-end/
H A DAuditRules.js936 _max: function(cookieArray)
984 maxCookieSize: this._max(cookies)

Completed in 432 milliseconds