HomeSort by relevance Sort by last modified time
    Searched refs:_max (Results 1 - 14 of 14) sorted by null

  /external/jetty/src/java/org/eclipse/jetty/util/statistic/
CounterStatistic.java 36 protected final AtomicLong _max = new AtomicLong(); field in class:CounterStatistic
49 _max.set(value);
63 Atomics.updateMax(_max,value);
97 return _max.get();
SampleStatistic.java 46 protected final AtomicLong _max = new AtomicLong(); field in class:SampleStatistic
53 _max.set(0);
71 Atomics.updateMax(_max, sample);
79 return _max.get();
  /external/chromium-trace/trace-viewer/third_party/Paste/paste/util/
intset.py 84 __slots__ = ["_ranges","_min","_max","_hash"]
105 self._max = args[0]._max
115 self._max = kwargs.pop("max",_MAXINF)
118 if self._max is None:
119 self._max = _MAXINF
126 if not ( isinstance(self._max, six.integer_types) or self._max is _MAXINF ):
128 if ( self._min is not _MININF and self._max is not _MAXINF and
129 self._min > self._max )
    [all...]
  /external/eigen/Eigen/src/Eigen2Support/Geometry/
AlignedBox.h 44 /** 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) {}
  /external/freetype/include/internal/
psaux.h 267 #define T1_NEW_TABLE_FIELD( _ident, _type, _fname, _max, _dict ) \
273 _max, \
278 #define T1_NEW_TABLE_FIELD2( _ident, _type, _fname, _max, _dict ) \
284 _max, 0, \
    [all...]
  /external/pdfium/third_party/freetype/include/internal/
psaux.h 267 #define T1_NEW_TABLE_FIELD( _ident, _type, _fname, _max, _dict ) \
273 _max, \
278 #define T1_NEW_TABLE_FIELD2( _ident, _type, _fname, _max, _dict ) \
284 _max, 0, \
    [all...]
  /external/libpcap/
pcap-dos.h 79 #define max(a,b) _max(a,b)
  /external/eigen/Eigen/src/Geometry/
AlignedBox.h 66 /** 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) {}
  /external/mesa3d/src/mesa/x86/
mmx_blend.S 342 #define TAG(x) CONCAT(x,_max)
343 #define LLTAG(x) LLBL2(x,_max)
  /external/safe-iop/include/
safe_iop.h 476 #define MAKE_UADD(_prefix, _bits, _type, _max) \
482 #define MAKE_SADD(_prefix, _bits, _type, _max) \
494 #define MAKE_SSUB(_prefix, _bits, _type, _min, _max) \
500 #define MAKE_UMUL(_prefix, _bits, _type, _max) \
507 #define MAKE_SMUL(_prefix, _bits, _type, _max, _min) \
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
bcmutils.h 287 #define pktq_psetmax(pq, prec, _max) ((pq)->q[prec].max = (_max))
  /external/icu/icu4c/source/i18n/
decimfmt.cpp 291 inline int32_t _max(int32_t a, int32_t b) { return (a<b) ? b : a; } function
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CPP/
CPP.stg 1017 const static unichar <name>dfa<dfa.decisionNumber>_max[<dfa.numberOfStates>] = {
1043 max = <name>dfa<dfa.decisionNumber>_max;
    [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/jetty/jetty-util/8.1.14.v20131031/
jetty-util-8.1.14.v20131031.jar 

Completed in 4861 milliseconds