Searched defs:min_t (Results 1 – 4 of 4) sorted by relevance
40 #define min_t(type, a, b) min(((type) a), ((type) b)) macro
72 #define min_t(type, x, y) \ macro
213 #define min_t(type, x, y) ({ \ macro
67 static __always_inline u64 min_t(enum num_t t, u64 x, u64 y) in min_t() function