Searched refs:largestat (Results 1 – 1 of 1) sorted by relevance
505 #define UPDATE_STATS(largestat, newstat, oldstat) \ argument508 (largestat) += ((newstat) + (0xFFFFFFFF - oldstat + 1)); \510 (largestat) += ((newstat) - (oldstat)); \513 #define UPDATE_STATS_GB(largestat, newstat, oldstat) \ argument515 (largestat) += ((newstat) - (oldstat)); \