Home
last modified time | relevance | path

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

/external/jetty/src/java/org/eclipse/jetty/util/statistic/
DCounterStatistic.java36 protected final AtomicLong _max = new AtomicLong(); field in CounterStatistic
DSampleStatistic.java46 protected final AtomicLong _max = new AtomicLong(); field in SampleStatistic
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/includes/linux/
DLinuxPrereqs.h49 Range(int _min, int _max) : min(_min), max(_max) {}; in Range()
/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/eigen/Eigen/src/Eigen2Support/Geometry/
DAlignedBox.h45 inline AlignedBox(const VectorType& _min, const VectorType& _max) : m_min(_min), m_max(_max) {} in AlignedBox()
/external/eigen/Eigen/src/Geometry/
DAlignedBox.h74 …inline AlignedBox(const OtherVectorType1& _min, const OtherVectorType2& _max) : m_min(_min), m_max… in AlignedBox()
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/internal/
Dpsaux.h267 #define T1_NEW_TABLE_FIELD( _ident, _type, _fname, _max, _dict ) \ argument
278 #define T1_NEW_TABLE_FIELD2( _ident, _type, _fname, _max, _dict ) \ argument
/external/pdfium/third_party/freetype/include/freetype/internal/
Dpsaux.h267 #define T1_NEW_TABLE_FIELD( _ident, _type, _fname, _max, _dict ) \ argument
278 #define T1_NEW_TABLE_FIELD2( _ident, _type, _fname, _max, _dict ) \ argument
/external/freetype/include/freetype/internal/
Dpsaux.h268 #define T1_NEW_TABLE_FIELD( _ident, _type, _fname, _max, _dict ) \ argument
279 #define T1_NEW_TABLE_FIELD2( _ident, _type, _fname, _max, _dict ) \ argument
/external/icu/icu4c/source/i18n/
Ddecimfmt.cpp245 inline int32_t _max(int32_t a, int32_t b) { return (a<b) ? b : a; } in _max() function