/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/ |
netfilter_ipv6.h | 64 NF_IP6_PRI_LAST = INT_MAX,
|
/prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/ |
climits | 30 INT_MAX
|
/external/google-breakpad/src/processor/ |
static_range_map_unittest.cc | 81 { INT_MAX - 9, 11, 3, false }, // tests anti-overflow 82 { INT_MAX - 9, 10, 4, true }, // highest possible range 127 { INT_MIN, INT_MAX, 50, true }, // From INT_MIN to -2, inclusive 129 { 1, INT_MAX, 52, true }, // From 1 to INT_MAX, inclusive 130 { INT_MIN, INT_MAX, 53, false }, // Can't fill the space twice 132 { 1, INT_MAX, 55, false }, 143 { INT_MAX, 0, 102, false }, // makes RetrieveRange check high end 150 { INT_MAX - 1, 1, 111, true }, 152 { INT_MAX, 0, 113, false } // makes RetrieveRange check high en [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
pickinter.c | 147 int best_rd = INT_MAX; 239 *best_dist = INT_MAX; 240 error = INT_MAX; 266 int pred_error[4] = {0, 0, 0, 0}, best_error = INT_MAX; 499 return INT_MAX; 585 int best_rd = INT_MAX; 587 int best_intra_rd = INT_MAX; 592 int bestsme = INT_MAX; 594 unsigned int sse = INT_MAX, best_rd_sse = INT_MAX; [all...] |
/ndk/sources/cxx-stl/stlport/src/c_locale_win32/ |
c_wlocale_win32.c | 175 if (n > INT_MAX)
176 /* Limiting the output buf size to INT_MAX seems like reasonable to transform a single wchar_t. */
177 n = INT_MAX;
227 if (src_size > INT_MAX) {
233 if (dst_size > INT_MAX) {
234 dst_size = INT_MAX;
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_getargs2.py | 20 > i int INT_MIN..INT_MAX 41 from _testcapi import UCHAR_MAX, USHRT_MAX, UINT_MAX, ULONG_MAX, INT_MAX, \ 163 # i returns 'int', and does range checking (INT_MIN ... INT_MAX) 170 self.assertEqual(INT_MAX, getargs_i(INT_MAX)) 171 self.assertRaises(OverflowError, getargs_i, INT_MAX+1)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_getargs2.py | 20 > i int INT_MIN..INT_MAX 41 from _testcapi import UCHAR_MAX, USHRT_MAX, UINT_MAX, ULONG_MAX, INT_MAX, \ 163 # i returns 'int', and does range checking (INT_MIN ... INT_MAX) 170 self.assertEqual(INT_MAX, getargs_i(INT_MAX)) 171 self.assertRaises(OverflowError, getargs_i, INT_MAX+1)
|
/external/bison/src/ |
location.h | 32 If this is INT_MAX, the line number has overflowed. 40 column count. If this is INT_MAX, the column number has
|
/external/clang/lib/Headers/ |
limits.h | 49 #undef INT_MAX 62 #define INT_MAX __INT_MAX__
|
/external/libvpx/libvpx/examples/ |
resize_util.c | 84 frames = INT_MAX; 90 if (frames == INT_MAX)
|
/external/mesa3d/src/mesa/main/ |
histogram.c | 60 _mesa_GetnMinmaxARB(target, reset, format, type, INT_MAX, values); 78 _mesa_GetnHistogramARB(target, reset, format, type, INT_MAX, values);
|
/external/toybox/toys/other/ |
vconfig.c | 73 request.u.skb_priority = atolx_range(toys.optargs[2], 0, INT_MAX); 78 request.u.skb_priority = atolx_range(toys.optargs[2], 0, INT_MAX);
|
/external/toybox/toys/pending/ |
groupadd.c | 43 if (TT.gid > INT_MAX) error_exit("gid should be less than '%d' ", INT_MAX);
|
/external/valgrind/none/tests/s390x/ |
fpconv.c | 33 I2F(insn, INT_MAX, target_type); \ 46 I2F(insn, INT_MAX, target_type); \
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/ |
resize_util.c | 84 frames = INT_MAX; 90 if (frames == INT_MAX)
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_tempbuf.h | 89 if (_M_len > (ptrdiff_t)(INT_MAX / sizeof(_Tp))) 90 _M_len = INT_MAX / sizeof(_Tp);
|
/prebuilts/clang/darwin-x86/host/3.6/lib/clang/3.6/include/ |
limits.h | 49 #undef INT_MAX 62 #define INT_MAX __INT_MAX__
|
/prebuilts/clang/linux-x86/host/3.6/lib/clang/3.6/include/ |
limits.h | 49 #undef INT_MAX 62 #define INT_MAX __INT_MAX__
|
/prebuilts/misc/darwin-x86/analyzer/lib/clang/3.3/include/ |
limits.h | 50 #undef INT_MAX 63 #define INT_MAX __INT_MAX__
|
/prebuilts/misc/linux-x86/analyzer/lib/clang/3.3/include/ |
limits.h | 50 #undef INT_MAX 63 #define INT_MAX __INT_MAX__
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
_tempbuf.h | 89 if (_M_len > (ptrdiff_t)(INT_MAX / sizeof(_Tp))) 90 _M_len = INT_MAX / sizeof(_Tp);
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
_tempbuf.h | 89 if (_M_len > (ptrdiff_t)(INT_MAX / sizeof(_Tp))) 90 _M_len = INT_MAX / sizeof(_Tp);
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_tempbuf.h | 89 if (_M_len > (ptrdiff_t)(INT_MAX / sizeof(_Tp))) 90 _M_len = INT_MAX / sizeof(_Tp);
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_tempbuf.h | 89 if (_M_len > (ptrdiff_t)(INT_MAX / sizeof(_Tp))) 90 _M_len = INT_MAX / sizeof(_Tp);
|
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/ |
_tempbuf.h | 89 if (_M_len > (ptrdiff_t)(INT_MAX / sizeof(_Tp))) 90 _M_len = INT_MAX / sizeof(_Tp);
|