Home
last modified time | relevance | path

Searched refs:LONG_MIN (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/tests/tcg/riscv64/
H A Dtest-div.c13 { LONG_MIN, -1, LONG_MIN, 0 }, /* overflow case */
/openbmc/u-boot/include/linux/
H A Dkernel.h14 #define LONG_MIN (-LONG_MAX - 1) macro
/openbmc/skeleton/fanctl/
H A Dfan_control.c418 ((val == LONG_MIN || val == LONG_MAX) && errno == ERANGE)) in str_to_int()
/openbmc/qemu/tests/unit/
H A Dtest-cutils.c1410 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()
1431 /* 1 less than LONG_MIN */ in test_qemu_strtol_underflow()
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()