Home
last modified time | relevance | path

Searched refs:_MAX (Results 1 – 3 of 3) sorted by relevance

/linux/lib/
H A Doverflow_kunit.c1133 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 Dairtime.c109 #define _MAX(a, b) (((a)>(b))?(a):(b)) macro
112 _MAX(0, 16 - __builtin_clz(duration))
/linux/fs/bcachefs/
H A Dbcachefs_format.h104 static const __maybe_unused __u##_bits name##_MAX = (1ULL << (end - offset)) - 1;\