Searched defs:GPR_MIN (Results 1 – 2 of 2) sorted by relevance
24 #define GPR_MIN(a, b) ((a) < (b) ? (a) : (b)) macro