HomeSort by relevance Sort by last modified time
    Searched refs:INT_MAX (Results 426 - 450 of 1033) sorted by null

<<11121314151617181920>>

  /bionic/libc/include/
math.h 56 #define FP_ILOGB0 (-INT_MAX)
57 #define FP_ILOGBNAN INT_MAX
  /bionic/libc/stdio/
printf_common.h 267 if ((val) > INT_MAX / 10) goto overflow; \
269 if ((val) > INT_MAX - to_digit((dig))) goto overflow; \
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Include/
pyport.h 835 #ifndef INT_MAX
836 #define INT_MAX 2147483647
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
pyport.h 858 #ifndef INT_MAX
859 #define INT_MAX 2147483647
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Include/
pyport.h 874 #ifndef INT_MAX
875 #define INT_MAX 2147483647
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
pyport.h 835 #ifndef INT_MAX
836 #define INT_MAX 2147483647
  /external/ImageMagick/coders/
xbm.c 161 if (value <= (unsigned int) (INT_MAX/16))
165 if (value <= (unsigned int) (INT_MAX-hex_digits[c]))
  /external/boringssl/src/crypto/obj/
obj.c 238 if (CBS_len(cbs) > INT_MAX) {
428 if (ret > INT_MAX) {
  /external/curl/lib/
asyn-ares.c 410 itimeout = (timeout > (long)INT_MAX) ? INT_MAX : (int)timeout;
select.c 168 if(timeout_ms >= INT_MAX)
169 timeout_ms = INT_MAX;
  /external/iptables/extensions/
libxt_time.c 88 info->date_stop = INT_MAX;
406 if (info->date_stop != INT_MAX) {
  /external/libevent/
event_tagging.c 241 return count > INT_MAX ? INT_MAX : (int)(count);
  /external/lua/src/
ltablib.c 213 if (n >= (unsigned int)INT_MAX || !lua_checkstack(L, (int)(++n)))
414 luaL_argcheck(L, n < INT_MAX, 1, "array too big");
  /external/python/cpython2/Include/
pyport.h 867 #ifndef INT_MAX
868 #define INT_MAX 2147483647
  /external/python/cpython3/Modules/
_posixsubprocess.c 127 if (iter_fd < 0 || iter_fd <= prev_fd || iter_fd > INT_MAX) {
169 assert(0 <= fd && fd <= INT_MAX);
  /external/toybox/toys/pending/
route.c 227 rt->rt_window = atolx_range(argv[1], 128, INT_MAX); //win low
230 rt->rt_irtt = atolx_range(argv[1], 0, INT_MAX);
  /external/libaom/libaom/av1/encoder/
rdopt.c 769 // Clamp estimated rate cost by INT_MAX / 2.
772 *est_residue_cost = INT_MAX / 2;
779 (int)AOMMIN((int64_t)round(est_residue_cost_dbl), INT_MAX / 2);
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
onyx_if.c 700 0, GOOD(2), 1500, GOOD(3), 2000, RT(0), 1000, RT(2), 2000, INT_MAX
705 2000, RT(7), INT_MAX, INT_MAX };
710 INT_MAX, INT_MAX };
715 INT_MAX, INT_MAX };
718 RT(0), 2000, INT_MAX };
723 4000, INT_MAX };
726 2500, GOOD(0), 1700, GOOD(2), 10000, GOOD(3), 25000, GOOD(4), INT_MAX,
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_encodeframe.c     [all...]
  /device/google/contexthub/util/sensortest/
sensortest.cpp 55 currMinType = INT_MAX;
  /device/google/marlin/camera/QCamera2/HAL3/
QCamera3StreamMem.cpp 455 int32_t oldest = INT_MAX;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Parser/
parsetok.c 227 assert(tok->cur - tok->buf < INT_MAX);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
structmember.c 254 if ((long_val > INT_MAX) || (long_val < INT_MIN))
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
parsetok.c 240 assert(tok->cur - tok->buf < INT_MAX);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
structmember.c 254 if ((long_val > INT_MAX) || (long_val < INT_MIN))

Completed in 1647 milliseconds

<<11121314151617181920>>