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

1 2 3 4

  /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/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/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/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/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, \
  /ndk/sources/cxx-stl/llvm-libc++/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++/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)
bytebuffer.cc 182 size = _max(size, 3 * size_ / 2);
  /external/freetype/include/freetype/internal/
psaux.h 263 #define T1_NEW_TABLE_FIELD( _ident, _type, _fname, _max, _dict ) \
269 _max, \
274 #define T1_NEW_TABLE_FIELD2( _ident, _type, _fname, _max, _dict ) \
280 _max, 0, \
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/include/
random     [all...]
__mutex_base 414 __sys_tpf _Max = __sys_tpi::max();
417 if (_Max - __d > __s_now)
thread 415 _LIBCPP_CONSTEXPR duration<long double> _Max = nanoseconds::max();
417 if (__d < _Max)
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
pseudotcp.cc 168 return talk_base::_min(talk_base::_max(lower, middle), upper);
315 m_ssthresh = talk_base::_max(nInFlight / 2, 2 * m_mss);
673 talk_base::_max<uint32>(1, 4 * m_rx_rttvar), MAX_RTO);
733 m_cwnd += talk_base::_max<uint32>(1, m_mss * m_mss / m_cwnd);
779 m_ssthresh = talk_base::_max(nInFlight / 2, 2 * m_mss);
1081 m_ssthresh = talk_base::_max(m_ssthresh, 2 * m_mss);
1082 m_cwnd = talk_base::_max(m_cwnd, m_mss);
  /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) \
  /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/chromium/third_party/libjingle/source/talk/session/phone/
videocommon.h 131 interval = talk_base::_max(interval, kMinimumInterval);
  /external/libpcap/
pcap-dos.h 79 #define max(a,b) _max(a,b)
  /external/clang/lib/Headers/
stdint.h 614 #define __INTN_MAX(n) __stdint_join3( INT, n, _MAX)
615 #define __UINTN_MAX(n) __stdint_join3(UINT, n, _MAX)
  /prebuilts/sdk/renderscript/clang-include/
stdint.h 614 #define __INTN_MAX(n) __stdint_join3( INT, n, _MAX)
615 #define __UINTN_MAX(n) __stdint_join3(UINT, n, _MAX)

Completed in 4345 milliseconds

1 2 3 4