Searched refs:__type_min (Results 1 – 1 of 1) sorted by relevance
36 #define __type_min(T) ((T)((T)-type_max(T)-(T)1)) macro37 #define type_min(t) __type_min(typeof(t))