Searched refs:statmax (Results 1 – 1 of 1) sorted by relevance
315 #define STAT_MAX(statmax, statvar) \ argument318 if (statvar > statmax) \319 statmax = statvar; \330 #define STAT_MAX(statmax, statvar) argument