Searched defs:PV_MAX (Results 1 – 2 of 2) sorted by relevance
44 #define PV_MAX(a,b) ((a)>(b)? (a):(b)) macro
116 #define PV_MAX(a,b) ((a)>(b)? (a):(b)) macro