Home
last modified time | relevance | path

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

/linux/include/linux/
H A Doverflow.h36 #define __type_min(T) ((T)((T)-type_max(T)-(T)1)) macro
37 #define type_min(t) __type_min(typeof(t))