Searched
full:int_max (Results
426 -
450 of
1058) sorted by null
<<11121314151617181920>>
/external/mesa3d/src/glx/ |
create_context.c | 32 #if INT_MAX != 2147483647
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
nouveau_array.c | 52 EXTRACT_FUNC(GLint, float, INT_MAX);
|
/external/openfst/src/include/fst/ |
randequivalent.h | 124 int seed = time(0), int path_length = INT_MAX,
|
/external/openfst/src/include/fst/script/ |
randequivalent.h | 89 int path_length = INT_MAX);
|
/external/openssh/openbsd-compat/ |
bsd-closefrom.c | 84 fd >= 0 && fd < INT_MAX && fd >= lowfd && fd != dirfd(dirp))
|
mktemp.c | 65 if (tries < INT_MAX / NUM_CHARS)
|
/external/pdfium/samples/ |
pdfium_test.cc | 120 if (height > 0 && width > INT_MAX / height) 133 if (out_len > INT_MAX / 3) 206 if (height > 0 && width > INT_MAX / height) 209 if (out_len > INT_MAX / 3)
|
/external/safe-iop/src/ |
safe_iop.c | 209 a=INT_MAX; b=1; EXPECT_FALSE(safe_add(NULL, a, b)); 211 a=INT_MIN; b=INT_MAX; EXPECT_TRUE(safe_add(NULL, a, b)); 212 a=INT_MAX/2; b=INT_MAX/2; EXPECT_TRUE(safe_add(NULL, a, b)); 405 a=INT_MIN; b=INT_MAX; EXPECT_FALSE(safe_sub(NULL, a, b)); 406 a=INT_MIN/2; b=INT_MAX; EXPECT_FALSE(safe_sub(NULL, a, b)); 407 a=-2; b=INT_MAX; EXPECT_FALSE(safe_sub(NULL, a, b)); 408 a=INT_MAX; b=INT_MAX; EXPECT_TRUE(safe_sub(NULL, a, b)); 594 a=INT_MAX; b=INT_MAX; EXPECT_FALSE(safe_mul(NULL, a, b)) [all...] |
/frameworks/base/libs/hwui/thread/ |
TaskManager.cpp | 64 size_t minQueueSize = INT_MAX;
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/ |
superframe_test.cc | 30 sf_count_max_ = INT_MAX;
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
vp9_pickmode.c | 222 int rate = INT_MAX; 244 *returnrate = INT_MAX; 258 x->pred_mv_sad[ref_frame] = INT_MAX; 297 rd_threshes[mode_idx[this_mode]] == INT_MAX)
|
vp9_mcomp.c | 195 v = INT_MAX; \ 276 unsigned int besterr = INT_MAX; 348 return INT_MAX; 374 unsigned int besterr = INT_MAX; 455 return INT_MAX; 518 int bestsad = INT_MAX; [all...] |
/prebuilts/misc/common/swig/include/2.0.11/octave/ |
std_map.i | 123 int pysize = (size <= (size_type) INT_MAX) ? (int) size : -1;
|
/prebuilts/misc/common/swig/include/2.0.11/python/ |
pyhead.swg | 155 # define PY_SSIZE_T_MAX INT_MAX
|
pystrings.swg | 86 if (size > INT_MAX) {
|
/prebuilts/misc/common/swig/include/2.0.11/ruby/ |
rubywstrings.swg | 59 // if (size > INT_MAX) {
|
/system/core/include/utils/ |
Timers.h | 97 * If the timeout is more than INT_MAX milliseconds in the future relative to the reference time,
|
/external/boringssl/src/crypto/asn1/ |
a_d2i_fp.c | 235 if (want > INT_MAX /* BIO_read takes an int length */ || 275 if (off > INT_MAX)
|
/external/linux-tools-perf/src/tools/perf/util/ |
cpumap.c | 130 if (start_cpu >= INT_MAX 139 if (end_cpu >= INT_MAX || (*p != '\0' && *p != ','))
|
/external/mesa3d/src/mesa/main/ |
polygon.c | 207 INT_MAX, pattern, 267 _mesa_GetnPolygonStippleARB(INT_MAX, dest);
|
/external/opencv/cxcore/src/ |
cxnorm.cpp | [all...] |
/external/openssh/ |
key.c | 124 if (blen > INT_MAX) 151 if (siglen > INT_MAX)
|
/external/toybox/toys/pending/ |
brctl.c | 282 cost = atolx_range(argv[2], 0, INT_MAX); 290 prio = atolx_range(argv[2], 0, INT_MAX);
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/ |
integer_traits.hpp | 121 public detail::integer_traits_base<wchar_t, INT_MIN, INT_MAX> 148 public detail::integer_traits_base<int, INT_MIN, INT_MAX>
|
/art/compiler/optimizing/ |
bounds_check_elimination.cc | 50 if ((right > 0) && (left <= INT_MAX - right)) { 123 static ValueBound Max() { return ValueBound(nullptr, INT_MAX); } 217 if (constant_ > INT_MAX - c) { 260 offset_low_(INT_MAX), 498 // To be conservative, give it full range [INT_MIN, INT_MAX] in case it's 565 // We currently conservatively assume max array length is INT_MAX. If we can 569 int32_t max_array_len = INT_MAX; 572 int32_t upper = INT_MAX; 599 if (last_num_in_sequence <= INT_MAX - increment_) { 610 if ((!upper.IsConstant() || upper.GetConstant() == INT_MAX) & [all...] |
Completed in 2652 milliseconds
<<11121314151617181920>>