Searched defs:DEC_STAT (Results 1 – 2 of 2) sorted by relevance
399 #define DEC_STAT(x) do { if (--(x)->value < (x)->lo) (x)->lo = (x)->value; } \ macro