/openbmc/linux/arch/powerpc/lib/ |
H A D | test_emulate_step.c | 963 .gpr[21] = LONG_MIN, 964 .gpr[22] = LONG_MIN, 971 .gpr[21] = LONG_MIN, 1049 .gpr[21] = LONG_MIN, 1050 .gpr[22] = LONG_MIN, 1057 .gpr[21] = LONG_MIN, 1135 .gpr[21] = LONG_MIN, 1136 .gpr[22] = LONG_MIN, 1143 .gpr[21] = LONG_MIN, 1215 .gpr[21] = LONG_MIN | (uint)INT_MIN, [all …]
|
/openbmc/qemu/tests/tcg/riscv64/ |
H A D | test-div.c | 13 { LONG_MIN, -1, LONG_MIN, 0 }, /* overflow case */
|
/openbmc/linux/tools/include/nolibc/ |
H A D | stdint.h | 106 #ifndef LONG_MIN 107 #define LONG_MIN (-__LONG_MAX__ - 1) macro
|
/openbmc/linux/include/vdso/ |
H A D | limits.h | 12 #define LONG_MIN (-LONG_MAX - 1) macro
|
/openbmc/linux/mm/ |
H A D | oom_kill.c | 209 return LONG_MIN; in oom_badness() 213 return LONG_MIN; in oom_badness() 225 return LONG_MIN; in oom_badness() 344 if (points == LONG_MIN || points < oc->chosen_points) in oom_evaluate_task() 368 oc->chosen_points = LONG_MIN; in select_bad_process()
|
/openbmc/linux/tools/testing/selftests/timers/ |
H A D | valid-adjtimex.c | 106 #define LONG_MIN (-LONG_MAX - 1) macro 110 LONG_MIN,
|
/openbmc/linux/tools/testing/selftests/pidfd/ |
H A D | pidfd_open_test.c | 31 if (errno == ERANGE && (sli == LONG_MAX || sli == LONG_MIN)) in safe_int()
|
/openbmc/linux/fs/ocfs2/ |
H A D | stack_user.c | 382 if ((nodenum == LONG_MIN) || (nodenum == LONG_MAX) || in ocfs2_control_do_setnode_msg() 424 if ((major == LONG_MIN) || (major == LONG_MAX) || in ocfs2_control_do_setversion_msg() 427 if ((minor == LONG_MIN) || (minor == LONG_MAX) || in ocfs2_control_do_setversion_msg() 463 if ((nodenum == LONG_MIN) || (nodenum == LONG_MAX) || in ocfs2_control_do_down_msg()
|
/openbmc/linux/drivers/rtc/ |
H A D | rtc-rs5c372.c | 591 long steps = LONG_MIN; in rs5c372_set_offset() 619 steps = LONG_MIN; in rs5c372_set_offset() 626 if (steps == LONG_MIN) { in rs5c372_set_offset()
|
/openbmc/linux/drivers/clk/at91/ |
H A D | clk-peripheral.c | 278 long best_rate = LONG_MIN; in clk_sam9x5_peripheral_determine_rate() 279 long best_diff = LONG_MIN; in clk_sam9x5_peripheral_determine_rate()
|
H A D | clk-master.c | 591 long best_rate = LONG_MIN, best_diff = LONG_MIN; in clk_sama7g5_master_determine_rate()
|
/openbmc/u-boot/include/linux/ |
H A D | kernel.h | 14 #define LONG_MIN (-LONG_MAX - 1) macro
|
/openbmc/qemu/tests/unit/ |
H A D | test-cutils.c | 1410 char *str = g_strdup_printf("%ld", LONG_MIN); in test_qemu_strtol_min() 1419 g_assert_cmpint(res, ==, LONG_MIN); in test_qemu_strtol_min() 1432 str = LONG_MIN == INT_MIN ? "-2147483649" : "-9223372036854775809"; in test_qemu_strtol_underflow() 1437 g_assert_cmpint(res, ==, LONG_MIN); in test_qemu_strtol_underflow() 1446 g_assert_cmpint(res, ==, LONG_MIN); in test_qemu_strtol_underflow() 1455 g_assert_cmpint(res, ==, LONG_MIN); in test_qemu_strtol_underflow() 1463 g_assert_cmpint(res, ==, LONG_MIN); in test_qemu_strtol_underflow() 1594 g_assert_cmpint(res, ==, LONG_MIN); in test_qemu_strtol_full_erange_junk()
|
/openbmc/skeleton/fanctl/ |
H A D | fan_control.c | 418 ((val == LONG_MIN || val == LONG_MAX) && errno == ERANGE)) in str_to_int()
|
/openbmc/linux/tools/testing/selftests/alsa/ |
H A D | mixer-test.c | 908 if (snd_ctl_elem_info_get_min(ctl->info) != LONG_MIN) { in test_ctl_write_invalid_integer() 919 snd_ctl_elem_value_set_integer(val, i, LONG_MIN); in test_ctl_write_invalid_integer()
|
/openbmc/linux/tools/testing/selftests/net/af_unix/ |
H A D | scm_pidfd.c | 41 if (errno == ERANGE && (sli == LONG_MAX || sli == LONG_MIN)) in safe_int()
|
/openbmc/linux/tools/testing/selftests/powerpc/ |
H A D | utils.c | 291 int err = parse_bounded_int(buffer, count, &parsed, base, LONG_MIN, LONG_MAX); in parse_long()
|
/openbmc/linux/tools/power/x86/x86_energy_perf_policy/ |
H A D | x86_energy_perf_policy.c | 337 if (i == LONG_MIN || i == LONG_MAX) in parse_optarg_string()
|
/openbmc/linux/ipc/ |
H A D | msg.c | 1015 if (*msgtyp == LONG_MIN) /* -LONG_MIN is undefined */ in convert_mode()
|
/openbmc/linux/tools/perf/util/scripting-engines/ |
H A D | trace-event-python.c | 368 if ((long long)val >= LONG_MIN && in get_field_numeric_entry()
|
/openbmc/linux/tools/testing/selftests/net/ |
H A D | ipsec.c | 2281 if ((errno == ERANGE && (nr_process == LONG_MAX || nr_process == LONG_MIN)) in main()
|
/openbmc/linux/fs/proc/ |
H A D | base.c | 598 if (badness != LONG_MIN) in proc_oom_score()
|
/openbmc/linux/kernel/sched/ |
H A D | core.c | 2333 ncsw = p->nvcsw | LONG_MIN; /* sets MSB */ in wait_task_inactive()
|