Searched refs:LONG_MIN (Results 1 – 4 of 4) sorted by relevance
| /openbmc/qemu/tests/tcg/riscv64/ |
| H A D | test-div.c | 13 { LONG_MIN, -1, LONG_MIN, 0 }, /* overflow case */
|
| /openbmc/u-boot/include/linux/ |
| H A D | kernel.h | 14 #define LONG_MIN (-LONG_MAX - 1) macro
|
| /openbmc/skeleton/fanctl/ |
| H A D | fan_control.c | 418 ((val == LONG_MIN || val == LONG_MAX) && errno == ERANGE)) in str_to_int()
|
| /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() 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()
|