Searched defs:STD_MIN (Results 1 – 5 of 5) sorted by relevance
52 #define STD_MIN(x,y) (((x) < (y)) ? (x) : (y)) macro