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

/linux-master/tools/include/linux/
H A Doverflow.h12 * #define type_min(T) (T)(is_signed_type(T) ? (T)1 << (8*sizeof(T)-1) : 0)
20 * The slightly excessive casting in type_min is to make sure the
34 #define type_min(T) ((T)((T)-type_max(T)-(T)1)) macro
/linux-master/include/linux/
H A Doverflow.h14 * #define type_min(T) (T)(is_signed_type(T) ? (T)1 << (8*sizeof(T)-1) : 0)
22 * The slightly excessive casting in type_min is to make sure the
37 #define type_min(t) __type_min(typeof(t)) macro
215 (x) < type_min(T) || (x) > type_max(T))
/linux-master/lib/
H A Doverflow_kunit.c1016 typeof(t1) __t1l = type_min(t1); \
1018 typeof(t2) __t2l = type_min(t2); \
1116 TEST_CASTABLE_TO_TYPE(type_min(u ## width), u ## width, true); \
1118 TEST_CASTABLE_TO_TYPE(type_min(u ## width), u ## width ## var, true); \
1120 TEST_CASTABLE_TO_TYPE(type_min(s ## width), s ## width, true); \
1122 TEST_CASTABLE_TO_TYPE(type_min(u ## width), s ## width ## var, true); \
1126 TEST_CASTABLE_TO_TYPE(type_min(s ## width), u ## width, false); \
1127 TEST_CASTABLE_TO_TYPE(type_min(s ## width), u ## width ## var, false); \
H A Dtest_scanf.c189 ? ((long long)(val) >= type_min(T)) && ((long long)(val) <= type_max(T)) \
/linux-master/include/rdma/
H A Duverbs_ioctl.h961 type_min(typeof(*(_to))), \
983 type_min(typeof(*(_to))), \

Completed in 160 milliseconds