/external/parameter-framework/upstream/parameter/ |
D | IntegerParameterType.h | 76 userValue > static_cast<UserType>(_max)) { in doToBlackboard() 97 xmlElement.getAttribute("Max", _max); in fromXml() 99 if (_min > _max) { in fromXml() 101 std::to_string(_min) + " > " + std::to_string(_max) + ")."); in fromXml() 115 xmlElement.setAttribute("Max", _max); in toXml() 187 if (iConvertedValue < _min || iConvertedValue > _max) { in toBlackboard() 280 << "Max: " << _max << "\n"; in showProperties() 312 if (value < _min || value > _max) { in checkValueAgainstRange() 325 stream << _max; in checkValueAgainstRange() 329 stream << _min << ", " << _max; in checkValueAgainstRange() [all …]
|
/external/grpc-grpc/src/python/grpcio_tests/tests/qps/ |
D | histogram.py | 36 self._max = 0 45 self._max = 0 54 self._max = max(self._max, val) 62 data.max_seen = self._max
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/channels/ |
D | ChannelUndeliveredElementStressTest.kt | 235 private val _max = atomic(-1L) in <lambda>() constant 238 val max: Long get() = _max.value in <lambda>() 243 _max.update { y -> maxOf(x, y) } in <lambda>() 249 if (_max.value < 0) return in <lambda>() 250 for (x in _min.value.._max.value) a[(x and mask).toInt()] = 0 in <lambda>() 252 _max.value = -1L in <lambda>()
|
/external/arm-trusted-firmware/include/lib/ |
D | utils_def.h | 84 __typeof__(max) _max = (max); \ 86 (void)(&_x == &_max); \ 87 (_x > _max ? _max : (_x < _min ? _min : _x)); \
|
/external/igt-gpu-tools/lib/ |
D | igt_aux.h | 228 typeof(max) _max = (max); \ 230 _x < _min ? _min : _x > _max ? _max : _x; \
|
/external/webrtc/sdk/objc/api/peerconnection/ |
D | RTCMetricsSampleInfo.mm | 19 @synthesize max = _max; 30 _max = info.max;
|
/external/OpenCL-CTS/test_conformance/images/kernel_read_write/ |
D | test_common.h | 20 #define CLAMP(_val, _min, _max) \ argument 21 ((_val) < (_min) ? (_min) : (_val) > (_max) ? (_max) : (_val))
|
/external/lzma/CPP/Common/ |
D | StringToInt.cpp | 18 if (res > (k_ ## uintType ## _max) / 10) return 0; \ 21 if (res > (k_ ## uintType ## _max) - v) return 0; \
|
/external/libopus/celt/ |
D | fixed_c6x.h | 50 #define MAX16(a,b) _max(a,b)
|
D | fixed_c5x.h | 46 #define MAX16(a,b) _max(a,b)
|
/external/freetype/include/freetype/internal/ |
D | psaux.h | 297 #define T1_NEW_TABLE_FIELD( _ident, _type, _fname, _max, _dict ) \ argument 303 _max, \ 308 #define T1_NEW_TABLE_FIELD2( _ident, _type, _fname, _max, _dict ) \ argument 314 _max, 0, \
|
/external/usrsctp/ |
D | Manual.tex | 558 \subsubsection{usrsctp\_sysctl\_set\_sctp\_rto\_max\_default()} 568 \subsubsection{usrsctp\_sysctl\_set\_sctp\_init\_rto\_max\_default()} 603 \subsubsection{usrsctp\_sysctl\_set\_sctp\_init\_rtx\_max\_default()} 606 \subsubsection{usrsctp\_sysctl\_set\_sctp\_assoc\_rtx\_max\_default()} 610 \subsubsection{usrsctp\_sysctl\_set\_sctp\_path\_rtx\_max\_default()} 613 equal to sctp\_assoc\_rtx\_max\_default. That means that the default configuration is good for two 616 \subsubsection{usrsctp\_sysctl\_set\_sctp\_max\_retran\_chunk()} 664 \subsubsection{usrsctp\_sysctl\_set\_sctp\_max\_burst\_default()} 675 \subsubsection{usrsctp\_sysctl\_set\_sctp\_fr\_max\_burst\_default()} 687 \subsubsection{usrsctp\_sysctl\_set\_sctp\_max\_chunks\_on\_queue()} [all …]
|
/external/mesa3d/src/mesa/x86/ |
D | mmx_blend.S | 343 #define TAG(x) CONCAT(x,_max) 344 #define LLTAG(x) LLBL2(x,_max)
|
/external/eigen/Eigen/src/Geometry/ |
D | AlignedBox.h | 75 …lignedBox(const OtherVectorType1& _min, const OtherVectorType2& _max) : m_min(_min), m_max(_max) {} in AlignedBox() argument
|
/external/libpcap/ |
D | pcap-dos.h | 77 #define max(a,b) _max(a,b)
|
/external/tensorflow/tensorflow/compiler/tf2xla/python/ |
D | xla.py | 54 _max = max variable
|
/external/llvm-project/polly/lib/External/isl/include/isl/ |
D | multi.h | 129 __isl_give isl_multi_##BASE *isl_multi_##BASE##_max( \
|
/external/angle/tools/flex-bison/third_party/skeletons/ |
D | c.m4 | 189 [b4_int_type($1_min, $1_max)]) 199 || m4_indir([b4_]$1[_max]) < $3), [1],
|
/external/scapy/scapy/ |
D | utils.py | 1404 _max = max(colwidth) 1405 colwidth = [_med if x == _max else x for x in colwidth]
|
/external/tensorflow/tensorflow/lite/toco/ |
D | toco_flags.proto | 111 // Equivalent versions of default_ranges_min/_max for arrays quantized with
|
/external/google-breakpad/docs/ |
D | symbol_files.md | 199 > _parameter\_size_ _saved\_register\_size_ _local\_size_ _max\_stack\_size_ 240 The _max\_stack\_size_ field gives the maximum number of bytes pushed on the
|
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/JavaScript/ |
D | JavaScript.stg | 974 DFA<dfa.decisionNumber>_max: 997 this.max = <grammar.recognizerName>.DFA<dfa.decisionNumber>_max;
|
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/Perl5/ |
D | Perl5.stg | 983 Readonly my $DFA<dfa.decisionNumber>_max => ANTLR::Runtime::DFA->unpack_rle([ <dfa.javaCompressedMa… 1013 $self->max($DFA<dfa.decisionNumber>_max);
|
/external/tensorflow/tensorflow/python/ops/ |
D | array_ops.py | 4395 maxlen = gen_math_ops._max(lengths, _all_dimensions(lengths)) 6463 0, gen_math_ops._max(repeats, _all_dimensions(repeats)))
|
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/Java/ |
D | Java.stg | 1084 static final char[] DFA<dfa.decisionNumber>_max = DFA.unpackEncodedStringToUnsignedChars(DFA<dfa.de… 1105 this.max = DFA<dfa.decisionNumber>_max;
|