Searched refs:_MAX (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/lib/ |
A D | overflow_kunit.c | 1076 unsigned long big = U ## width ## _MAX; \ in castable_to_type_test() 1082 TEST_CASTABLE_TO_TYPE(U ## width ## _MAX, u ## width, true); \ in castable_to_type_test() 1083 TEST_CASTABLE_TO_TYPE(U ## width ## _MAX, u ## width ## var, true); \ in castable_to_type_test() 1087 TEST_CASTABLE_TO_TYPE((unsigned long)U ## width ## _MAX + 1, u ## width, false); \ in castable_to_type_test() 1088 TEST_CASTABLE_TO_TYPE((unsigned long)U ## width ## _MAX + 1, u ## width ## var, false); \ in castable_to_type_test()
|
/linux-6.3-rc2/net/mac80211/ |
A D | airtime.c | 89 #define _MAX(a, b) (((a)>(b))?(a):(b)) macro 92 _MAX(0, 16 - __builtin_clz(duration))
|
A D | rc80211_minstrel_ht.c | 52 #define _MAX(a, b) (((a)>(b))?(a):(b)) macro 55 _MAX(0, 16 - __builtin_clz(duration))
|
/linux-6.3-rc2/drivers/input/ |
A D | input.c | 1564 input_dev->bm##bit, ev##_MAX, \
|
Completed in 17 milliseconds