Searched refs:LLONG_MIN (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
H A D | verifier_div_overflow.c | 57 : __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()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/include/ |
H A D | fixed31_32.h | 32 #ifndef LLONG_MIN 33 #define LLONG_MIN (-LLONG_MAX - 1ll) macro 37 #ifndef LLONG_MIN 38 #define LLONG_MIN (1LL<<63) macro 256 ((arg1.value < 0) && (LLONG_MIN - arg1.value <= arg2.value))); in dc_fixpt_add() 280 ASSERT(((arg2.value >= 0) && (LLONG_MIN + arg2.value <= arg1.value)) || in dc_fixpt_sub()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/include/ |
H A D | fixed31_32.h | 32 #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()
|
/kernel/linux/linux-5.10/include/vdso/ |
H A D | limits.h | 15 #define LLONG_MIN (-LLONG_MAX - 1) macro
|
/kernel/linux/linux-6.6/include/vdso/ |
H A D | limits.h | 15 #define LLONG_MIN (-LLONG_MAX - 1) macro
|
/kernel/liteos_m/testsuites/unittest/posix/src/stdlib/ |
H A D | atoll_test.c | 134 ICUNIT_ASSERT_EQUAL(value, LLONG_MIN, 0);
|
/kernel/linux/linux-5.10/lib/ |
H A D | test-kstrtox.c | 266 {"-9223372036854775808", 10, LLONG_MIN}, in test_kstrtoll_ok()
|
/kernel/linux/linux-6.6/drivers/iio/test/ |
H A D | iio-test-format.c | 246 value = LLONG_MIN; in iio_test_iio_format_value_integer_64()
|
/kernel/linux/linux-6.6/lib/ |
H A D | test-kstrtox.c | 266 {"-9223372036854775808", 10, LLONG_MIN}, in test_kstrtoll_ok()
|
/kernel/linux/linux-6.6/tools/testing/selftests/alsa/ |
H A D | mixer-test.c | 954 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()
|
/kernel/linux/linux-5.10/drivers/net/bonding/ |
H A D | bond_alb.c | 173 max_gap = LLONG_MIN; in tlb_get_least_loaded_slave()
|
/kernel/linux/linux-5.10/kernel/time/ |
H A D | timekeeping.c | 2376 if (LLONG_MIN / PPM_SCALE > txc->freq) in timekeeping_validate_timex()
|
/kernel/linux/linux-6.6/drivers/net/bonding/ |
H A D | bond_alb.c | 174 max_gap = LLONG_MIN; in tlb_get_least_loaded_slave()
|
/kernel/linux/linux-6.6/kernel/time/ |
H A D | timekeeping.c | 2395 if (LLONG_MIN / PPM_SCALE > txc->freq) in timekeeping_validate_timex()
|
Completed in 21 milliseconds