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

/external/jetty/src/java/org/eclipse/jetty/util/statistic/
H A DCounterStatistic.java36 protected final AtomicLong _max = new AtomicLong(); field in class:CounterStatistic
49 _max.set(value);
63 Atomics.updateMax(_max,value);
97 return _max.get();
H A DSampleStatistic.java46 protected final AtomicLong _max = new AtomicLong(); field in class:SampleStatistic
53 _max.set(0);
71 Atomics.updateMax(_max, sample);
79 return _max.get();
/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.h71 /** Constructs a box with extremities \a _min and \a _max.
72 * \warning If either component of \a _min is larger than the same component of \a _max, the constructed box is empty. */
74 inline AlignedBox(const OtherVectorType1& _min, const OtherVectorType2& _max) : m_min(_min), m_max(_max) {} argument
/external/icu/icu4c/source/i18n/
H A Ddecimfmt.cpp245 inline int32_t _max(int32_t a, int32_t b) { return (a<b) ? b : a; } function
2907 int32_t max = _max(fImpl->fMaxSigDigits, min);
/external/guice/extensions/persist/lib/
H A Doro-2.0.8.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/oro/ org/apache/oro/io/ ...
H A Ddb4o-6.4.14.8131-java5.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/db4o/ com/db4o/activation/ com/db4o/cluster/ com/ ...

Completed in 329 milliseconds