Searched defs:min_t (Results 1 – 4 of 4) sorted by relevance
41 #define min_t(type, x, y) ((x) < (y) ? (x) : (y)) macro
214 #define min_t(type, x, y) ({ \ macro
762 #define min_t(type, x, y) ({ \ macro
53 #define min_t(type, x, y) ({ \ macro