Home
last modified time | relevance | path

Searched refs:LLONG_MIN (Results 1 – 12 of 12) sorted by relevance

/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dverifier_div_overflow.c57 : __imm_const(llong_min, LLONG_MIN) in div64_overflow_check_1()
74 : __imm_const(llong_min, LLONG_MIN) in div64_overflow_check_2()
122 : __imm_const(llong_min, LLONG_MIN) in mod64_overflow_check_1()
140 : __imm_const(llong_min, LLONG_MIN) in mod64_overflow_check_2()
/openbmc/linux/drivers/gpu/drm/amd/display/include/
H A Dfixed31_32.h32 #ifndef LLONG_MIN
33 #define LLONG_MIN (-LLONG_MAX - 1ll) macro
37 #ifndef LLONG_MIN
38 #define LLONG_MIN (1LL<<63) macro
250 ((arg1.value < 0) && (LLONG_MIN - arg1.value <= arg2.value))); in dc_fixpt_add()
274 ASSERT(((arg2.value >= 0) && (LLONG_MIN + arg2.value <= arg1.value)) || in dc_fixpt_sub()
/openbmc/linux/include/vdso/
H A Dlimits.h15 #define LLONG_MIN (-LLONG_MAX - 1) macro
/openbmc/qemu/target/mips/tcg/
H A Dloong_translate.c57 tcg_gen_brcondi_tl(TCG_COND_NE, t0, is_double ? LLONG_MIN : INT_MIN, l2); in gen_lext_DIV_G()
154 tcg_gen_brcondi_tl(TCG_COND_NE, t0, is_double ? LLONG_MIN : INT_MIN, l2); in gen_lext_MOD_G()
/openbmc/linux/lib/
H A Dtest-kstrtox.c266 {"-9223372036854775808", 10, LLONG_MIN}, in test_kstrtoll_ok()
/openbmc/u-boot/include/linux/
H A Dkernel.h17 #define LLONG_MIN (-LLONG_MAX - 1) macro
/openbmc/linux/drivers/iio/test/
H A Diio-test-format.c246 value = LLONG_MIN; in iio_test_iio_format_value_integer_64()
/openbmc/linux/tools/testing/selftests/alsa/
H A Dmixer-test.c954 if (snd_ctl_elem_info_get_min64(ctl->info) != LLONG_MIN) { in test_ctl_write_invalid_integer64()
965 snd_ctl_elem_value_set_integer64(val, i, LLONG_MIN); in test_ctl_write_invalid_integer64()
/openbmc/qemu/target/arm/tcg/
H A Dhelper-a64.c53 if (num == LLONG_MIN && den == -1) { in HELPER()
54 return LLONG_MIN; in HELPER()
/openbmc/linux/drivers/net/bonding/
H A Dbond_alb.c174 max_gap = LLONG_MIN; in tlb_get_least_loaded_slave()
/openbmc/qemu/tests/unit/
H A Dtest-cutils.c2229 char *str = g_strdup_printf("%lld", LLONG_MIN); in test_qemu_strtoi64_min()
2238 g_assert_cmpint(res, ==, LLONG_MIN); in test_qemu_strtoi64_min()
/openbmc/linux/kernel/time/
H A Dtimekeeping.c2395 if (LLONG_MIN / PPM_SCALE > txc->freq) in timekeeping_validate_timex()