Home
last modified time | relevance | path

Searched refs:_max (Results 1 – 25 of 28) sorted by relevance

12

/external/chromium-trace/catapult/third_party/Paste/paste/util/
Dintset.py105 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 ):
131 if isinstance(self._max, six.integer_types):
132 self._max += 1
147 stop = self._max
[all …]
/external/jetty/src/java/org/eclipse/jetty/util/statistic/
DCounterStatistic.java36 protected final AtomicLong _max = new AtomicLong(); field in CounterStatistic
49 _max.set(value); in reset()
63 Atomics.updateMax(_max,value); in add()
97 return _max.get(); in getMax()
DSampleStatistic.java46 protected final AtomicLong _max = new AtomicLong(); field in SampleStatistic
53 _max.set(0); in reset()
71 Atomics.updateMax(_max, sample); in set()
79 return _max.get(); in getMax()
/external/lzma/CPP/Common/
DStringToInt.cpp18 if (res > (k_ ## uintType ## _max) / 10) return 0; \
21 if (res > (k_ ## uintType ## _max) - v) return 0; \
/external/freetype/include/internal/
Dpsaux.h267 #define T1_NEW_TABLE_FIELD( _ident, _type, _fname, _max, _dict ) \ argument
273 _max, \
278 #define T1_NEW_TABLE_FIELD2( _ident, _type, _fname, _max, _dict ) \ argument
284 _max, 0, \
/external/pdfium/third_party/freetype/include/freetype/internal/
Dpsaux.h267 #define T1_NEW_TABLE_FIELD( _ident, _type, _fname, _max, _dict ) \ argument
273 _max, \
278 #define T1_NEW_TABLE_FIELD2( _ident, _type, _fname, _max, _dict ) \ argument
284 _max, 0, \
/external/autotest/client/cros/
Dpower_utils.py342 self._max = None
351 if self._max is None:
352 self._max = int(utils.read_one_line(os.path.join(self._path,
354 return self._max
/external/eigen/Eigen/src/Eigen2Support/Geometry/
DAlignedBox.h45 inline AlignedBox(const VectorType& _min, const VectorType& _max) : m_min(_min), m_max(_max) {} in AlignedBox() argument
/external/eigen/Eigen/src/Geometry/
DAlignedBox.h74 …lignedBox(const OtherVectorType1& _min, const OtherVectorType2& _max) : m_min(_min), m_max(_max) {} in AlignedBox() argument
/external/mesa3d/src/mesa/x86/
Dmmx_blend.S342 #define TAG(x) CONCAT(x,_max)
343 #define LLTAG(x) LLBL2(x,_max)
/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/libpcap/
Dpcap-dos.h77 #define max(a,b) _max(a,b)
/external/bison/data/
Djava.m4114 [b4_int_type($1_min, $1_max)])
Dc.m4174 [b4_int_type($1_min, $1_max)])
185 || m4_indir([b4_]$1[_max]) < $3), [1],
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CPP/
DCPP.stg1017 const static unichar <name>dfa<dfa.decisionNumber>_max[<dfa.numberOfStates>] = {
1043 max = <name>dfa<dfa.decisionNumber>_max;
/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
2907 int32_t max = _max(fImpl->fMaxSigDigits, min); in setMinimumSignificantDigits()
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Perl5/
DPerl5.stg983 Readonly my $DFA<dfa.decisionNumber>_max => ANTLR::Runtime::DFA->unpack_rle([ <dfa.javaCompressedMa…
1013 $self->max($DFA<dfa.decisionNumber>_max);
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ActionScript/
DActionScript.stg934 … DFA<dfa.decisionNumber>_max, DFA<dfa.decisionNumber>_accept, DFA<dfa.decisionNumber>_special,
954 private const DFA<dfa.decisionNumber>_max:Array =
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/JavaScript/
DJavaScript.stg974 DFA<dfa.decisionNumber>_max:
997 this.max = <grammar.recognizerName>.DFA<dfa.decisionNumber>_max;
/external/guice/extensions/persist/lib/
Doro-2.0.8.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Java/
DJava.stg1035 static final char[] DFA<dfa.decisionNumber>_max = DFA.unpackEncodedStringToUnsignedChars(DFA<dfa.de…
1056 this.max = DFA<dfa.decisionNumber>_max;
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Scala/
DScala.stg1026 val DFA<dfa.decisionNumber>_max: Array[Char] = DFA.unpackEncodedStringToUnsignedChars(DFA<dfa.decis…
1044 this.max = DFA<dfa.decisionNumber>_max
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/
DPython.stg1111 DFA<dfa.decisionNumber>_max = DFA.unpack(
1168 max = self.DFA<dfa.decisionNumber>_max,
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
DCSharp2.stg1297 …private static readonly char[] DFA<dfa.decisionNumber>_max = DFA.UnpackEncodedStringToUnsignedChar…
1322 this.max = DFA<dfa.decisionNumber>_max;
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/
DCSharp3.stg1276 …private static readonly char[] DFA<dfa.decisionNumber>_max = DFA.UnpackEncodedStringToUnsignedChar…
1301 this.max = DFA<dfa.decisionNumber>_max;

12