Home
last modified time | relevance | path

Searched refs:INT_MAX (Results 1 – 25 of 35) sorted by relevance

12

/bionic/libc/bionic/
Dsleep.cpp36 if (s > INT_MAX) return s - INT_MAX + sleep(INT_MAX); in sleep()
D__cxa_guard.cpp115 __futex_wake_ex(&gv->state, false, INT_MAX); in __cxa_guard_release()
124 __futex_wake_ex(&gv->state, false, INT_MAX); in __cxa_guard_abort()
Dpthread_once.cpp77 __futex_wake_ex(once_control_ptr, 0, INT_MAX); in pthread_once()
Dsysconf.cpp136 case _SC_DELAYTIMER_MAX: return INT_MAX; in sysconf()
Dsemaphore.cpp296 __futex_wake_ex(sem_count_ptr, shared, INT_MAX); in sem_post()
Dpthread_cond.cpp214 return __pthread_cond_pulse(__get_internal_cond(cond_interface), INT_MAX); in pthread_cond_broadcast()
/bionic/libc/kernel/uapi/linux/
Dnetfilter_ipv4.h43 NF_IP_PRI_CONNTRACK_CONFIRM = INT_MAX,
44 NF_IP_PRI_LAST = INT_MAX,
Dnetfilter_bridge.h42 NF_BR_PRI_LAST = INT_MAX,
Dnetfilter_ipv6.h43 NF_IP6_PRI_LAST = INT_MAX,
Dnetfilter_decnet.h39 NF_DN_PRI_LAST = INT_MAX,
/bionic/tests/
Dlimits_test.cpp49 #if !defined(INT_MAX) in TEST()
50 #error INT_MAX in TEST()
Dstdlib_test.cpp915 ASSERT_EQ(INT_MAX, abs(-INT_MAX)); in TEST()
916 ASSERT_EQ(INT_MAX, abs(INT_MAX)); in TEST()
944 ASSERT_EQ(3, getloadavg(load, INT_MAX)); in TEST()
Dasync_safe_test.cpp114 async_safe_format_buffer(buf, sizeof(buf), "%d", INT_MAX); in TEST()
/bionic/libc/include/
Dlimits.h83 #define INT_MAX 0x7fffffff /* max value for an int */ macro
129 #define SSIZE_MAX INT_MAX
Dmath.h54 #define FP_ILOGB0 (-INT_MAX)
55 #define FP_ILOGBNAN INT_MAX
/bionic/libc/upstream-openbsd/lib/libc/gdtoa/
Dldtoa.c104 *decpt = INT_MAX; in __ldtoa()
119 *decpt = INT_MAX; in __ldtoa()
Dhdtoa.c145 *decpt = INT_MAX; in __hdtoa()
148 *decpt = INT_MAX; in __hdtoa()
244 *decpt = INT_MAX; in __hldtoa()
247 *decpt = INT_MAX; in __hldtoa()
/bionic/libm/upstream-freebsd/lib/msun/src/
Ds_ilogbf.c39 else return INT_MAX; in ilogbf()
Ds_ilogb.c47 else return INT_MAX; in ilogb()
Ds_ilogbl.c52 return (INT_MAX); in ilogbl()
/bionic/libc/stdio/
Dvfwprintf.cpp156 if (m < 0 || m > INT_MAX - ret) goto overflow; in FUNCTION_NAME()
348 if (expt == INT_MAX) ox[1] = '\0'; in FUNCTION_NAME()
387 if (expt == 9999) expt = INT_MAX; in FUNCTION_NAME()
395 if (expt == INT_MAX) { /* inf or nan */ in FUNCTION_NAME()
495 if ((len = CHAR_TYPE_STRLEN(cp)) > INT_MAX) goto overflow; in FUNCTION_NAME()
654 if (width > INT_MAX - ret) goto overflow; in FUNCTION_NAME()
Dvfprintf.cpp167 if (m < 0 || m > INT_MAX - ret) goto overflow; in FUNCTION_NAME()
370 if (expt == INT_MAX) ox[1] = '\0'; in FUNCTION_NAME()
405 if (expt == 9999) expt = INT_MAX; in FUNCTION_NAME()
409 if (expt == INT_MAX) { /* inf or nan */ in FUNCTION_NAME()
506 if ((len = CHAR_TYPE_STRLEN(cp)) > INT_MAX) goto overflow; in FUNCTION_NAME()
665 if (width > INT_MAX - ret) goto overflow; in FUNCTION_NAME()
/bionic/libc/upstream-openbsd/lib/libc/stdio/
Dmktemp.c74 tries = INT_MAX; in mktemp_internal()
/bionic/libc/tzcode/
Dprivate.h220 # if INT_MAX >> 31 == 0
226 # define INT_FAST32_MAX INT_MAX
/bionic/tests/headers/posix/
Dlimits_h.c185 MACRO(INT_MAX); in limits_h()

12