Home
last modified time | relevance | path

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

/linux-5.19.10/tools/include/linux/
Doverflow.h33 #define type_max(T) ((T)((__type_half_max(T) - 1) + __type_half_max(T))) macro
/linux-5.19.10/include/linux/
Doverflow.h35 #define type_max(T) ((T)((__type_half_max(T) - 1) + __type_half_max(T))) macro