Searched refs:LLONG_MIN (Results 1 - 9 of 9) sorted by relevance

/linux-master/include/vdso/
H A Dlimits.h15 #define LLONG_MIN (-LLONG_MAX - 1) macro
/linux-master/tools/testing/selftests/bpf/progs/
H A Dverifier_div_overflow.c57 : __imm_const(llong_min, LLONG_MIN)
74 : __imm_const(llong_min, LLONG_MIN)
122 : __imm_const(llong_min, LLONG_MIN)
140 : __imm_const(llong_min, LLONG_MIN)
H A Dexceptions_assert.c28 check_assert(s64, ==, eq_llong_min, LLONG_MIN);
/linux-master/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)));
274 ASSERT(((arg2.value >= 0) && (LLONG_MIN + arg2.value <= arg1.value)) ||
/linux-master/lib/
H A Dtest-kstrtox.c266 {"-9223372036854775808", 10, LLONG_MIN},
/linux-master/drivers/iio/test/
H A Diio-test-format.c246 value = LLONG_MIN;
/linux-master/tools/testing/selftests/alsa/
H A Dmixer-test.c954 if (snd_ctl_elem_info_get_min64(ctl->info) != LLONG_MIN) {
965 snd_ctl_elem_value_set_integer64(val, i, LLONG_MIN);
/linux-master/drivers/net/bonding/
H A Dbond_alb.c174 max_gap = LLONG_MIN;
/linux-master/kernel/time/
H A Dtimekeeping.c2396 if (LLONG_MIN / PPM_SCALE > txc->freq)

Completed in 161 milliseconds