Searched defs:type_max (Results 1 - 2 of 2) sorted by relevance

/linux-master/tools/include/linux/
H A Doverflow.h33 #define type_max(T) ((T)((__type_half_max(T) - 1) + __type_half_max(T))) macro
/linux-master/include/linux/
H A Doverflow.h35 #define type_max(t) __type_max(typeof(t)) macro

Completed in 120 milliseconds