Searched refs:INT_MIN (Results 1 – 11 of 11) sorted by relevance
/bionic/libm/upstream-freebsd/lib/msun/src/ |
D | s_scalbln.c | 43 in = INT_MIN; in scalbln() 58 in = INT_MIN; in scalblnf() 73 in = INT_MIN; in scalblnl()
|
/bionic/tools/relocation_packer/src/ |
D | debug.h | 94 (relocation_packer::Logger(severity, INT_MIN, true).GetStream()) 96 (relocation_packer::Logger(severity, INT_MIN, (predicate)).GetStream())
|
/bionic/libc/kernel/uapi/linux/ |
D | netfilter_ipv6.h | 47 NF_IP6_PRI_FIRST = INT_MIN,
|
D | netfilter_ipv4.h | 47 NF_IP_PRI_FIRST = INT_MIN,
|
D | netfilter_decnet.h | 40 NF_DN_PRI_FIRST = INT_MIN,
|
/bionic/libc/include/sys/ |
D | limits.h | 54 #define INT_MIN (-0x7fffffff-1) /* min value for an int */ macro
|
/bionic/tests/ |
D | libc_logging_test.cpp | 125 __libc_format_buffer(buf, sizeof(buf), "%d", INT_MIN); in TEST()
|
D | stdio_test.cpp | 434 snprintf(buf, sizeof(buf), "%d", INT_MIN); in TEST()
|
/bionic/libc/tzcode/ |
D | localtime.c | 1511 if (! ((! TYPE_SIGNED(time_t) || INT_MIN <= tdelta) in timesub() 1639 if ((i >= 0) ? (j > INT_MAX - i) : (j < INT_MIN - i)) in increment_overflow()
|
/bionic/libc/upstream-openbsd/lib/libc/stdio/ |
D | vfwprintf.c | 517 if (width == INT_MIN) in __vfwprintf()
|
D | vfprintf.c | 541 if (width == INT_MIN) in __vfprintf()
|