Home
last modified time | relevance | path

Searched refs:type_min (Results 1 – 5 of 5) sorted by relevance

/linux/include/linux/
A Doverflow.h37 #define type_min(t) __type_min(typeof(t)) macro
215 (x) < type_min(T) || (x) > type_max(T))
/linux/lib/
A Doverflow_kunit.c1015 typeof(t1) __t1l = type_min(t1); \ in same_type_test()
1017 typeof(t2) __t2l = type_min(t2); \ in same_type_test()
1115 TEST_CASTABLE_TO_TYPE(type_min(u ## width), u ## width, true); \ in castable_to_type_test()
1117 TEST_CASTABLE_TO_TYPE(type_min(u ## width), u ## width ## var, true); \ in castable_to_type_test()
1119 TEST_CASTABLE_TO_TYPE(type_min(s ## width), s ## width, true); \ in castable_to_type_test()
1121 TEST_CASTABLE_TO_TYPE(type_min(u ## width), s ## width ## var, true); \ in castable_to_type_test()
1125 TEST_CASTABLE_TO_TYPE(type_min(s ## width), u ## width, false); \ in castable_to_type_test()
1126 TEST_CASTABLE_TO_TYPE(type_min(s ## width), u ## width ## var, false); \ in castable_to_type_test()
A Dtest_scanf.c189 ? ((long long)(val) >= type_min(T)) && ((long long)(val) <= type_max(T)) \
/linux/tools/include/linux/
A Doverflow.h34 #define type_min(T) ((T)((T)-type_max(T)-(T)1)) macro
/linux/include/rdma/
A Duverbs_ioctl.h961 type_min(typeof(*(_to))), \
983 type_min(typeof(*(_to))), \

Completed in 14 milliseconds