/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/ |
values.h | 45 #define MAXINT INT_MAX
|
/prebuilts/misc/common/swig/include/2.0.11/python/ |
std_map.i | 122 int pysize = (size <= (size_type) INT_MAX) ? (int) size : -1; 210 int pysize = (size <= (Map::size_type) INT_MAX) ? (int) size : -1; 229 int pysize = (size <= (Map::size_type) INT_MAX) ? (int) size : -1; 248 int pysize = (size <= (Map::size_type) INT_MAX) ? (int) size : -1;
|
/system/core/libutils/ |
Timers.cpp | 59 if (timeoutDelay > uint64_t((INT_MAX - 1) * 1000000LL)) {
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
md5.h | 56 # ifndef INT_MAX 57 # define INT_MAX INT_MAX_32_BITS 60 # if INT_MAX == INT_MAX_32_BITS
|
/external/libxml2/ |
buf.c | 60 if (buf->size < INT_MAX) buf->compat_size = buf->size; \ 61 else buf->compat_size = INT_MAX; \ 62 if (buf->use < INT_MAX) buf->compat_use = buf->use; \ 63 else buf->compat_use = INT_MAX; 72 if (buf->compat_size < INT_MAX) \ 75 if (buf->compat_use < INT_MAX) \ 241 if (size < INT_MAX) { 245 ret->compat_use = INT_MAX; 246 ret->compat_size = INT_MAX; 1157 * than what an xmlBuffer can support on 64 bits (INT_MAX) [all...] |
/bionic/libc/upstream-openbsd/lib/libc/gdtoa/ |
hdtoa.c | 110 * to 9999 in the case of an infinity or NaN. INT_MAX is used 145 *decpt = INT_MAX; 148 *decpt = INT_MAX; 242 *decpt = INT_MAX; 245 *decpt = INT_MAX;
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
vp9_mbgraph.c | 54 // if (bestsme > error_thresh && bestsme < INT_MAX) 77 INT_MAX); 91 INT_MAX); 130 INT_MAX); 141 unsigned int best_err = INT_MAX; 211 stats->ref[GOLDEN_FRAME].err = INT_MAX; 226 stats->ref[ALTREF_FRAME].err = INT_MAX;
|
/external/google-breakpad/src/processor/ |
range_map_unittest.cc | 372 { INT_MAX - 9, 11, 3, false }, // tests anti-overflow 373 { INT_MAX - 9, 10, 4, true }, // highest possible range 418 { INT_MIN, INT_MAX, 50, true }, // From INT_MIN to -2, inclusive 420 { 1, INT_MAX, 52, true }, // From 1 to INT_MAX, inclusive 421 { INT_MIN, INT_MAX, 53, false }, // Can't fill the space twice 423 { 1, INT_MAX, 55, false }, 434 { INT_MAX, 0, 102, false }, // makes RetrieveRange check high end 441 { INT_MAX - 1, 1, 111, true }, 443 { INT_MAX, 0, 113, false } // makes RetrieveRange check high en [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
rdopt.c | 285 if (cpi->sf.thresh_mult[i] < INT_MAX) 291 x->rd_threshes[i] = INT_MAX; 303 if (cpi->sf.thresh_mult[i] < (INT_MAX / q)) 309 x->rd_threshes[i] = INT_MAX; 643 int best_rd = INT_MAX; 760 return INT_MAX; 779 int best_rd = INT_MAX; 882 int best_rd = INT_MAX; 1161 int best_label_rd = INT_MAX; 1189 int bestsme = INT_MAX; [all...] |
/external/mesa3d/src/mesa/main/ |
pixel.c | 206 GL_FLOAT, INT_MAX, values)) { 248 GL_UNSIGNED_INT, INT_MAX, values)) { 304 GL_UNSIGNED_SHORT, INT_MAX, values)) { 385 _mesa_GetnPixelMapfvARB(map, INT_MAX, values); 436 _mesa_GetnPixelMapuivARB(map, INT_MAX, values); 495 _mesa_GetnPixelMapusvARB(map, INT_MAX, values);
|
/external/libvpx/libvpx/ |
args.c | 165 if (rawval >= INT_MIN && rawval <= INT_MAX) 190 if (rawval >= INT_MIN && rawval <= INT_MAX) 200 if (rawval >= INT_MIN && rawval <= INT_MAX)
|
rate_hist.c | 57 hist->bucket[i].low = INT_MAX; 122 int small_bucket = 0, merge_bucket = INT_MAX, big_bucket = 0; 274 if (hist->bucket[i].low == INT_MAX)
|
/external/v8/src/ |
conversions.h | 45 // clamped to [INT_MIN, INT_MAX] and then rounded to an integer. 48 if (x > INT_MAX) return INT_MAX;
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
args.c | 165 if (rawval >= INT_MIN && rawval <= INT_MAX) 190 if (rawval >= INT_MIN && rawval <= INT_MAX) 200 if (rawval >= INT_MIN && rawval <= INT_MAX)
|
rate_hist.c | 57 hist->bucket[i].low = INT_MAX; 122 int small_bucket = 0, merge_bucket = INT_MAX, big_bucket = 0; 274 if (hist->bucket[i].low == INT_MAX)
|
/bionic/libc/kernel/uapi/linux/ |
netfilter_decnet.h | 49 NF_DN_PRI_LAST = INT_MAX,
|
netfilter_ipv6.h | 62 NF_IP6_PRI_LAST = INT_MAX,
|
/bionic/libc/stdio/ |
sprintf.c | 58 f._bf._size = f._w = INT_MAX;
|
/bionic/libc/upstream-openbsd/lib/libc/stdio/ |
vsprintf.c | 55 f._bf._size = f._w = INT_MAX;
|
/bionic/libm/upstream-freebsd/lib/msun/src/ |
s_ilogbl.c | 52 return (INT_MAX);
|
/development/ndk/platforms/android-21/include/linux/ |
netfilter_decnet.h | 49 NF_DN_PRI_LAST = INT_MAX,
|
netfilter_ipv6.h | 62 NF_IP6_PRI_LAST = INT_MAX,
|
/development/ndk/platforms/android-3/arch-arm/include/machine/ |
limits.h | 46 #define SSIZE_MAX INT_MAX /* max value for a ssize_t */
|
/development/ndk/platforms/android-9/arch-x86/include/machine/ |
limits.h | 46 #define SSIZE_MAX INT_MAX /* max value for a ssize_t */
|
/external/dhcpcd/ |
eloop.c | 308 if (tv.tv_sec > INT_MAX / 1000 || 309 (tv.tv_sec == INT_MAX / 1000 && 310 (tv.tv_usec + 999) / 1000 > INT_MAX % 1000)) 311 msecs = INT_MAX;
|