HomeSort by relevance Sort by last modified time
    Searched full:_max (Results 1 - 25 of 139) sorted by null

1 2 3 4 5 6

  /external/chromium_org/third_party/webrtc/modules/audio_conference_mixer/source/
level_indicator.cc 19 : _max(0),
36 if(_max < speech[i])
38 _max = speech[i];
47 if(-min > _max)
49 _max = -min;
55 int32_t position = _max / 1000;
57 (_max > 250))
64 _max = _max >> 1;
level_indicator.h 31 int32_t _max; member in class:webrtc::LevelIndicator
  /external/chromium_org/third_party/webrtc/modules/video_coding/utility/
exp_filter.cc 41 if (_max != -1 && _filtered > _max)
43 _filtered = _max;
  /external/chromium_org/third_party/webrtc/modules/video_coding/utility/include/
exp_filter.h 24 VCMExpFilter(float alpha, float max = -1.0) : _alpha(alpha), _filtered(-1.0), _max(max) {}
53 const float _max; member in class:webrtc::VCMExpFilter
  /ndk/tests/build/stdint-c++/jni/
gen-sources.sh 9 LIMITS="$LIMITS $PREFIX${SIZE}_MIN $PREFIX${SIZE}_MAX"
13 LIMITS="$LIMITS $PREFIX${SIZE}_MAX"
22 LIMITS="$LIMITS ${PREFIX}_MIN ${PREFIX}_MAX"
  /external/chromium_org/third_party/webrtc/base/
bandwidthsmoother.cc 23 percent_increase_(rtc::_max(1.0, percent_increase)),
29 rtc::_max(0.0, min_sample_count_percent))) {
proxyserver.cc 127 buffer->ConsumeWriteBuffer(_max(read, 0));
137 buffer->ConsumeReadData(_max(written, 0));
diskcache_win32.cc 48 entry->streams = _max(entry->streams, index + 1);
  /external/llvm/docs/HistoricalNotes/
2003-01-23-CygwinNotes.txt 8 1. Cygwin doesn't have <inttypes.h> or <stdint.h>, so all the INT*_MAX
  /external/chromium_org/third_party/libjingle/source/talk/base/
bandwidthsmoother.cc 40 percent_increase_(talk_base::_max(1.0, percent_increase)),
46 talk_base::_max(0.0, min_sample_count_percent))) {
  /external/chromium_org/third_party/opus/src/celt/
fixed_c6x.h 50 #define MAX16(a,b) _max(a,b)
fixed_c5x.h 46 #define MAX16(a,b) _max(a,b)
  /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/chromium_org/third_party/protobuf/python/google/protobuf/internal/
type_checkers.py 105 if not self._MIN <= proposed_value <= self._MAX:
135 _MAX = 2147483647
140 _MAX = (1 << 32) - 1
145 _MAX = (1 << 63) - 1
150 _MAX = (1 << 64) - 1
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
cpp_enum.cc 100 "const $classname$ $prefix$$short_name$_MAX = $prefix$$max_name$;\n"
101 "const int $prefix$$short_name$_ARRAYSIZE = $prefix$$short_name$_MAX + 1;\n"
152 "static const $nested_name$ $nested_name$_MAX =\n"
153 " $classname$_$nested_name$_MAX;\n"
248 "const $classname$ $parent$::$nested_name$_MAX;\n"
  /external/protobuf/python/google/protobuf/internal/
type_checkers.py 105 if not self._MIN <= proposed_value <= self._MAX:
135 _MAX = 2147483647
140 _MAX = (1 << 32) - 1
145 _MAX = (1 << 63) - 1
150 _MAX = (1 << 64) - 1
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_enum.cc 100 "const $classname$ $prefix$$short_name$_MAX = $prefix$$max_name$;\n"
101 "const int $prefix$$short_name$_ARRAYSIZE = $prefix$$short_name$_MAX + 1;\n"
152 "static const $nested_name$ $nested_name$_MAX =\n"
153 " $classname$_$nested_name$_MAX;\n"
248 "const $classname$ $parent$::$nested_name$_MAX;\n"
  /external/chromium_org/third_party/libjingle/overrides/talk/base/
basictypes.h 78 template<class T> inline T _max(T a, T b) { return (a < b) ? b : a; } function in namespace:talk_base
  /external/chromium_org/third_party/webrtc/overrides/webrtc/base/
basictypes.h 84 template<class T> inline T _max(T a, T b) { return (a < b) ? b : a; } function in namespace:rtc
  /external/libcxx/test/numerics/rand/rand.adapt/rand.adapt.ibits/
result_type.pass.cpp 38 static const result_type _Max = Max;
  /external/libcxx/test/numerics/rand/rand.adapt/rand.adapt.shuf/
eval.pass.cpp 36 static const result_type _Max = Max;
result_type.pass.cpp 38 static const result_type _Max = Max;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.adapt/rand.adapt.ibits/
result_type.pass.cpp 38 static const result_type _Max = Max;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.adapt/rand.adapt.shuf/
eval.pass.cpp 36 static const result_type _Max = Max;
result_type.pass.cpp 38 static const result_type _Max = Max;

Completed in 1841 milliseconds

1 2 3 4 5 6