Searched
full:int_max (Results
601 -
625 of
1058) sorted by null
<<21222324252627282930>>
/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/sys/ |
limits.h | 68 #define INT_MAX 0x7fffffff /* max value for an int */
|
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/sys/ |
limits.h | 68 #define INT_MAX 0x7fffffff /* max value for an int */
|
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/sys/ |
limits.h | 68 #define INT_MAX 0x7fffffff /* max value for an int */
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_poll.py | 160 self.assertRaises(OverflowError, pollster.poll, _testcapi.INT_MAX + 1)
|
test_ucn.py | 142 @unittest.skipUnless(_testcapi.INT_MAX < _testcapi.PY_SSIZE_T_MAX,
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_poll.py | 160 self.assertRaises(OverflowError, pollster.poll, _testcapi.INT_MAX + 1)
|
test_ucn.py | 142 @unittest.skipUnless(_testcapi.INT_MAX < _testcapi.PY_SSIZE_T_MAX,
|
/system/bt/osi/test/ |
data_dispatcher_test.cpp | 16 #define TYPE_EDGE_CASE_MAX INT_MAX
|
/system/core/liblog/ |
log_time.cpp | 106 num = INT_MAX;
|
/system/media/audio_utils/tests/ |
fifo_tests.cpp | 94 int fifoFillLevel = 0, minFillLevel = INT_MAX, maxFillLevel = INT_MIN;
|
/external/pdfium/core/src/fpdfapi/fpdf_page/ |
fpdf_page_parser_old.cpp | 346 if (bpc && pitch > INT_MAX / bpc) { 350 if (nComponents && pitch > INT_MAX / nComponents) { 354 if (pitch > INT_MAX - 7) { 361 if (width > INT_MAX - 7) { 366 if (height && OrigSize > INT_MAX / height) { [all...] |
/external/libvpx/libvpx/vp9/encoder/ |
vp9_mcomp.c | 191 v = INT_MAX; \ 274 unsigned int besterr = INT_MAX; 359 return INT_MAX; 420 int bestsad = INT_MAX; 789 unsigned int best_sad = INT_MAX; [all...] |
/external/bison/src/ |
scan-gram.l | 778 verify (INT_MAX < ULONG_MAX); 781 if (INT_MAX < num) 784 num = INT_MAX; 800 verify (UCHAR_MAX <= INT_MAX); 857 if (INT_MAX <= lineno) 860 lineno = INT_MAX;
|
/external/protobuf/src/google/protobuf/io/ |
coded_stream_unittest.cc | [all...] |
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/parser/ |
h264parse.c | 260 #ifndef INT_MAX 261 #define INT_MAX 0xFFFFFFFF 274 pInfo->SliceHeader.frame_num = INT_MAX; 281 pInfo->SliceHeader.delta_pic_order_cnt_bottom = INT_MAX; 283 pInfo->SliceHeader.delta_pic_order_cnt[0] = INT_MAX; 284 pInfo->SliceHeader.delta_pic_order_cnt[1] = INT_MAX;
|
/bionic/libm/include/ |
math.h | 54 #define FP_ILOGB0 (-INT_MAX) /* Android-changed */ 55 #define FP_ILOGBNAN INT_MAX /* Android-changed */
|
/external/bison/darwin-lib/ |
stdint.h | 94 /* Get SCHAR_MIN, SCHAR_MAX, UCHAR_MAX, INT_MIN, INT_MAX, 449 # define INT_FAST32_MAX INT_MAX
|
/external/boringssl/src/crypto/base64/ |
base64.c | 445 if (!EVP_DecodedLength(&dst_len, src_len) || dst_len > INT_MAX) { 457 assert(dst_len <= INT_MAX);
|
/external/boringssl/src/crypto/cipher/ |
e_tls.c | 118 in_len > INT_MAX) { 244 if (in_len > INT_MAX) {
|
/external/clang/INPUTS/ |
c99-intconst-1.c | 79 first_of3(int, (C) <= INT_MAX, \ 83 first_of6(int, (C) <= INT_MAX, \
|
/external/iptables/extensions/ |
libxt_time.c | 88 info->date_stop = INT_MAX; 406 if (info->date_stop != INT_MAX) {
|
/external/mesa3d/src/glsl/ |
glsl_lexer.ll | 113 } else if (base == 10 && !is_uint && (unsigned)value > (unsigned)INT_MAX + 1) { 116 * want to warn for INT_MAX.
|
/external/valgrind/drd/tests/ |
tsan_thread_wrappers_pthread.h | 52 #include <limits.h> // INT_MAX 505 : queue_(INT_MAX) {
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
vp9_temporal_filter.c | 135 int bestsme = INT_MAX; 167 // if (bestsme > error_thresh && bestsme < INT_MAX)
|
/ndk/sources/android/support/src/stdio/ |
vfwprintf.c | 217 if (l > INT_MAX - cnt) { 334 if (p<0) p = INT_MAX;
|
Completed in 763 milliseconds
<<21222324252627282930>>