Home
last modified time | relevance | path

Searched refs:INT_MIN (Results 1 – 25 of 486) sorted by relevance

12345678910>>...20

/netbsd/external/apache2/llvm/dist/clang/tools/clang-fuzzer/handle-llvm/
H A Dinput_arrays.h31INT_MIN, INT_MIN, INT_MIN, INT_MIN, INT_MIN, INT_MIN, INT_MIN, INT_MIN, INT_MIN, INT_MIN, INT_MIN,…
38INT_MIN, INT_MAX, INT_MAX, INT_MIN, INT_MAX, INT_MAX, INT_MAX, INT_MIN, INT_MAX, INT_MAX, INT_MAX,…
78INT_MIN, INT_MIN, INT_MIN, INT_MIN, INT_MIN, INT_MIN, INT_MIN, INT_MIN, INT_MIN, INT_MIN, INT_MIN,…
85INT_MIN, INT_MAX, INT_MAX, INT_MIN, INT_MAX, INT_MAX, INT_MAX, INT_MIN, INT_MAX, INT_MAX, INT_MAX,…
107INT_MIN, INT_MIN, INT_MIN, INT_MIN, INT_MIN, INT_MIN, INT_MIN, INT_MIN, INT_MIN, INT_MIN, INT_MIN,…
117INT_MIN, INT_MAX, INT_MAX, INT_MIN, INT_MAX, INT_MAX, INT_MAX, INT_MIN, INT_MAX, INT_MAX, INT_MAX,…
/netbsd/external/gpl3/gcc/dist/gcc/
H A Dfibonacci_heap.cc43 int_heap_t *h1 = new int_heap_t (INT_MIN, &allocator); in test_empty_heap()
49 int_heap_t *h2 = new int_heap_t (INT_MIN, &allocator); in test_empty_heap()
68 int_heap_t *h1 = new int_heap_t (INT_MIN); in test_basic_heap_operations()
100 int_heap_t *h = new int_heap_t (INT_MIN); in build_simple_heap()
144 int_heap_t *heap = new int_heap_t (INT_MIN); in test_duplicate_keys()
176 int_heap_t *heap1 = new int_heap_t (INT_MIN, &allocator); in test_union()
180 int_heap_t *heap2 = new int_heap_t (INT_MIN, &allocator); in test_union()
204 int_heap_t *heap1 = new int_heap_t (INT_MIN, &allocator); in test_union_of_equal_heaps()
208 int_heap_t *heap2 = new int_heap_t (INT_MIN, &allocator); in test_union_of_equal_heaps()
259 class_fibonacci_heap_t *heap = new class_fibonacci_heap_t (INT_MIN); in test_struct_key()
H A Dfibonacci_heap.c43 int_heap_t *h1 = new int_heap_t (INT_MIN, &allocator); in test_empty_heap()
49 int_heap_t *h2 = new int_heap_t (INT_MIN, &allocator); in test_empty_heap()
68 int_heap_t *h1 = new int_heap_t (INT_MIN); in test_basic_heap_operations()
100 int_heap_t *h = new int_heap_t (INT_MIN); in build_simple_heap()
144 int_heap_t *heap = new int_heap_t (INT_MIN); in test_duplicate_keys()
176 int_heap_t *heap1 = new int_heap_t (INT_MIN, &allocator); in test_union()
180 int_heap_t *heap2 = new int_heap_t (INT_MIN, &allocator); in test_union()
204 int_heap_t *heap1 = new int_heap_t (INT_MIN, &allocator); in test_union_of_equal_heaps()
208 int_heap_t *heap2 = new int_heap_t (INT_MIN, &allocator); in test_union_of_equal_heaps()
259 class_fibonacci_heap_t *heap = new class_fibonacci_heap_t (INT_MIN); in test_struct_key()
H A Dglimits.h82 #undef INT_MIN
83 #define INT_MIN (-INT_MAX - 1) macro
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dfibonacci_heap.c43 int_heap_t *h1 = new int_heap_t (INT_MIN, &allocator); in test_empty_heap()
49 int_heap_t *h2 = new int_heap_t (INT_MIN, &allocator); in test_empty_heap()
68 int_heap_t *h1 = new int_heap_t (INT_MIN); in test_basic_heap_operations()
100 int_heap_t *h = new int_heap_t (INT_MIN); in build_simple_heap()
144 int_heap_t *heap = new int_heap_t (INT_MIN); in test_duplicate_keys()
176 int_heap_t *heap1 = new int_heap_t (INT_MIN, &allocator); in test_union()
180 int_heap_t *heap2 = new int_heap_t (INT_MIN, &allocator); in test_union()
204 int_heap_t *heap1 = new int_heap_t (INT_MIN, &allocator); in test_union_of_equal_heaps()
208 int_heap_t *heap2 = new int_heap_t (INT_MIN, &allocator); in test_union_of_equal_heaps()
259 class_fibonacci_heap_t *heap = new class_fibonacci_heap_t (INT_MIN); in test_struct_key()
H A Dglimits.h82 #undef INT_MIN
83 #define INT_MIN (-INT_MAX - 1) macro
/netbsd/external/gpl2/groff/dist/src/roff/troff/
H A Dnumber.cpp330 if (*v < INT_MIN - v2) in parse_expr()
349 if (*v < INT_MIN + v2) in parse_expr()
361 if (*v > -(unsigned)INT_MIN / -(unsigned)v2) in parse_expr()
372 else if (-(unsigned)*v > -(unsigned)INT_MIN / v2) in parse_expr()
430 if (*v < INT_MIN + tem) { in parse_term()
443 if (*v == INT_MIN) { in parse_term()
488 if (*v == INT_MIN) { in parse_term()
646 if (*v == INT_MIN) { in parse_term()
665 if (-(unsigned)n <= -(unsigned)INT_MIN/x) in scale()
673 else if (res < INT_MIN) { in scale()
[all …]
/netbsd/external/gpl2/groff/dist/src/include/
H A Dlib.h134 #ifdef INT_MIN
135 #undef INT_MIN
142 #define INT_MIN ((long)(-INT_MAX-1)) macro
146 #define INT_MIN (-INT_MAX-1) macro
/netbsd/external/cddl/osnet/sys/sys/
H A Dmisc.h43 #define _FIOFFS (INT_MIN)
44 #define _FIOGDIO (INT_MIN+1)
45 #define _FIOSDIO (INT_MIN+2)
/netbsd/external/bsd/atf/dist/atf-sh/
H A Datf-check.cpp197 { NULL, INT_MIN },
204 int signo = INT_MIN; in signal_name_to_number()
205 while (signo == INT_MIN && iter->name != NULL) { in signal_name_to_number()
218 if (signo == INT_MIN) { in parse_signal()
226 INV(signo != INT_MIN); in parse_signal()
252 value = INT_MIN; in parse_status_check_arg()
259 value = INT_MIN; in parse_status_check_arg()
270 value = INT_MIN; in parse_status_check_arg()
524 if (cr.exited() && sc.value != INT_MIN) { in run_status_check()
539 } else if (cr.exited() && sc.value == INT_MIN) { in run_status_check()
[all …]
/netbsd/external/bsd/tradcpp/dist/
H A Deval.c340 if (rv == INT_MIN) { in eval_bop()
341 if (lv == INT_MIN) { in eval_bop()
355 if (rv < 0 && lv < (INT_MIN - rv)) { in eval_bop()
358 return INT_MIN; in eval_bop()
369 if (rv == -1 && lv == INT_MIN) { in eval_bop()
380 if (lv == INT_MIN && rv < 0) { in eval_bop()
385 if (lv == INT_MIN && rv > 0) { in eval_bop()
388 return INT_MIN; in eval_bop()
399 if (lv < 0 && lv < INT_MIN / rv) { in eval_bop()
402 return INT_MIN; in eval_bop()
/netbsd/external/gpl2/diffutils/dist/lib/
H A Dposixver.c59 return v < INT_MIN ? INT_MIN : v < INT_MAX ? v : INT_MAX; in posix2_version()
/netbsd/sys/arch/m68k/include/
H A Dlimits.h51 #define INT_MIN (-0x7fffffff-1) /* min value for an int */ macro
69 #define SSIZE_MIN INT_MIN /* min value for a ssize_t */
/netbsd/sys/arch/i386/include/
H A Dlimits.h51 #define INT_MIN (-0x7fffffff-1) /* min value for an int */ macro
69 #define SSIZE_MIN INT_MIN /* min value for a ssize_t */
/netbsd/sys/arch/sh3/include/
H A Dlimits.h51 #define INT_MIN (-0x7fffffff-1) /* min value for an int */ macro
69 #define SSIZE_MIN INT_MIN /* min value for a ssize_t */
/netbsd/sys/arch/hppa/include/
H A Dlimits.h86 #define INT_MIN (-0x7fffffff-1) /* min value for an int */ macro
104 #define SSIZE_MIN INT_MIN /* min value for a ssize_t */
/netbsd/sys/arch/mips/include/
H A Dlimits.h61 #define INT_MIN (-0x7fffffff-1) /* min value for an int */ macro
93 #define SSIZE_MIN INT_MIN /* min value for a ssize_t */
/netbsd/sys/arch/powerpc/include/
H A Dlimits.h61 #define INT_MIN (-0x7fffffff-1) /* min value for an int */ macro
93 #define SSIZE_MIN INT_MIN /* min value for a ssize_t */
/netbsd/external/apache2/llvm/dist/clang/lib/Headers/
H A Dlimits.h32 #undef INT_MIN
51 #define INT_MIN (-__INT_MAX__ -1) macro
/netbsd/external/gpl3/gdb/dist/gnulib/import/
H A Dfcntl.in.h226 # if defined O_CLOEXEC && ! (INT_MIN <= O_CLOEXEC && O_CLOEXEC <= INT_MAX)
229 # if defined O_NOFOLLOW && ! (INT_MIN <= O_NOFOLLOW && O_NOFOLLOW <= INT_MAX)
232 # if defined O_TTY_INIT && ! (INT_MIN <= O_TTY_INIT && O_TTY_INIT <= INT_MAX)
/netbsd/external/gpl3/gdb.old/dist/gnulib/import/
H A Dfcntl.in.h226 # if defined O_CLOEXEC && ! (INT_MIN <= O_CLOEXEC && O_CLOEXEC <= INT_MAX)
229 # if defined O_NOFOLLOW && ! (INT_MIN <= O_NOFOLLOW && O_NOFOLLOW <= INT_MAX)
232 # if defined O_TTY_INIT && ! (INT_MIN <= O_TTY_INIT && O_TTY_INIT <= INT_MAX)
/netbsd/tests/lib/libc/string/
H A Dt_strerror.c74 ATF_REQUIRE(strstr(strerror(INT_MIN), "Unknown error:") != NULL); in ATF_TC_BODY()
119 rv = strerror_r(INT_MIN, buf, sizeof(buf)); in ATF_TC_BODY()
/netbsd/external/gpl2/dtc/dist/tests/
H A Dcheck_header.c110 fdt_set_size_dt_struct(fdt, (uint32_t)INT_MIN); in main()
113 fdt_set_size_dt_strings(fdt, (uint32_t)INT_MIN); in main()
/netbsd/crypto/external/bsd/openssl.old/dist/test/
H A Dsanitytest.c62 if (!TEST_int_eq(-(INT_MIN + 1), INT_MAX) in test_sanity_sign()
71 if (!TEST_int_eq((int)((unsigned int)INT_MAX + 1), INT_MIN) in test_sanity_unsigned_conversion()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/M68k/
H A DM68kCollapseMOVEMPass.cpp55 : Begin(nullptr), End(nullptr), Base(0), Start(INT_MIN), Stop(INT_MAX), in MOVEMState()
109 if (Start == INT_MIN) { in update()
128 Start != INT_MIN && in getFinalOffset()

12345678910>>...20