Home
last modified time | relevance | path

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

/drivers/gpu/drm/amd/display/dc/sspl/
A Dspl_fixpt31_32.h14 #ifndef LLONG_MIN
15 #define LLONG_MIN (-LLONG_MAX - 1ll) macro
19 #ifndef LLONG_MIN
20 #define LLONG_MIN (1LL<<63) macro
232 ((arg1.value < 0) && (LLONG_MIN - arg1.value <= arg2.value))); in spl_fixpt_add()
256 SPL_ASSERT(((arg2.value >= 0) && (LLONG_MIN + arg2.value <= arg1.value)) || in spl_fixpt_sub()
/drivers/gpu/drm/amd/display/include/
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()
/drivers/iio/test/
A Diio-test-format.c246 value = LLONG_MIN; in iio_test_iio_format_value_integer_64()
/drivers/net/bonding/
A Dbond_alb.c174 max_gap = LLONG_MIN; in tlb_get_least_loaded_slave()

Completed in 10 milliseconds