Searched refs:_MAX (Results 1 – 3 of 3) sorted by relevance
/linux/lib/ |
H A D | overflow_kunit.c | 1133 unsigned long big = U ## width ## _MAX; \ in castable_to_type_test() 1139 TEST_CASTABLE_TO_TYPE(U ## width ## _MAX, u ## width, true); \ in castable_to_type_test() 1140 TEST_CASTABLE_TO_TYPE(U ## width ## _MAX, u ## width ## var, true); \ in castable_to_type_test() 1144 TEST_CASTABLE_TO_TYPE((unsigned long)U ## width ## _MAX + 1, u ## width, false); \ in castable_to_type_test() 1145 TEST_CASTABLE_TO_TYPE((unsigned long)U ## width ## _MAX + 1, u ## width ## var, false); \ in castable_to_type_test()
|
/linux/net/mac80211/ |
H A D | airtime.c | 109 #define _MAX(a, b) (((a)>(b))?(a):(b)) macro 112 _MAX(0, 16 - __builtin_clz(duration))
|
/linux/fs/bcachefs/ |
H A D | bcachefs_format.h | 104 static const __maybe_unused __u##_bits name##_MAX = (1ULL << (end - offset)) - 1;\
|