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