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

1 2 3 4 5 6

  /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/content/renderer/pepper/
ppb_uma_private_impl.cc 18 #define RETURN_IF_BAD_ARGS(_name, _sample, _min, _max, _bucket_count) \
22 if (_min >= _max) \
  /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))) {
proxyserver.cc 144 buffer->ConsumeWriteBuffer(_max(read, 0));
154 buffer->ConsumeReadData(_max(written, 0));
diskcache_win32.cc 65 entry->streams = _max(entry->streams, index + 1);
  /external/chromium/third_party/libjingle/overrides/talk/base/
basictypes.h 46 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/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/chrome/browser/sync/protocol/
proto_enum_conversions.cc 17 COMPILE_ASSERT(enum_parent::enum_type##_MAX == enum_parent::enum_max, \
  /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
  /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;
eval.pass.cpp 36 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;
  /external/chromium/third_party/libjingle/source/talk/base/
basictypes.h 84 template<class T> inline T _max(T a, T b) { return (a < b) ? b : a; } function in namespace:talk_base
common.h 59 #define stdmax(x,y) talk_base::_max(x,y)
  /external/chromium_org/third_party/freetype/include/freetype/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/freetype/include/freetype/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...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
random     [all...]

Completed in 609 milliseconds

1 2 3 4 5 6