Searched refs:type_min (Results 1 – 5 of 5) sorted by relevance
/linux-6.6.21/include/linux/ |
D | overflow.h | 35 #define type_min(T) ((T)((T)-type_max(T)-(T)1)) macro 136 (x) < type_min(typeof(T)) || (x) > type_max(typeof(T)))
|
/linux-6.6.21/lib/ |
D | overflow_kunit.c | 958 typeof(t1) __t1l = type_min(t1); \ in same_type_test() 960 typeof(t2) __t2l = type_min(t2); \ in same_type_test() 1058 TEST_CASTABLE_TO_TYPE(type_min(u ## width), u ## width, true); \ in castable_to_type_test() 1060 TEST_CASTABLE_TO_TYPE(type_min(u ## width), u ## width ## var, true); \ in castable_to_type_test() 1062 TEST_CASTABLE_TO_TYPE(type_min(s ## width), s ## width, true); \ in castable_to_type_test() 1064 TEST_CASTABLE_TO_TYPE(type_min(u ## width), s ## width ## var, true); \ in castable_to_type_test() 1068 TEST_CASTABLE_TO_TYPE(type_min(s ## width), u ## width, false); \ in castable_to_type_test() 1069 TEST_CASTABLE_TO_TYPE(type_min(s ## width), u ## width ## var, false); \ in castable_to_type_test()
|
D | test_scanf.c | 189 ? ((long long)(val) >= type_min(T)) && ((long long)(val) <= type_max(T)) \
|
/linux-6.6.21/tools/include/linux/ |
D | overflow.h | 34 #define type_min(T) ((T)((T)-type_max(T)-(T)1)) macro
|
/linux-6.6.21/include/rdma/ |
D | uverbs_ioctl.h | 959 type_min(typeof(*(_to))), \ 981 type_min(typeof(*(_to))), \
|