Home
last modified time | relevance | path

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

/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/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/eigen/Eigen/src/Eigen2Support/Geometry/
DAlignedBox.h45 inline AlignedBox(const VectorType& _min, const VectorType& _max) : m_min(_min), m_max(_max) {} in AlignedBox()
/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
/external/eigen/Eigen/src/Geometry/
DAlignedBox.h68 …inline AlignedBox(const OtherVectorType1& _min, const OtherVectorType2& _max) : m_min(_min), m_max… in AlignedBox()
/external/freetype/include/freetype/internal/
Dpsaux.h263 #define T1_NEW_TABLE_FIELD( _ident, _type, _fname, _max, _dict ) \ argument
274 #define T1_NEW_TABLE_FIELD2( _ident, _type, _fname, _max, _dict ) \ argument
/external/webkit/Source/WebCore/inspector/front-end/
DAuditRules.js936 _max: function(cookieArray) method in WebInspector.AuditRules.CookieSizeRule
/external/icu4c/i18n/
Ddecimfmt.cpp257 inline int32_t _max(int32_t a, int32_t b) { return (a<b) ? b : a; } in _max() function