Searched refs:max (Results 1 – 4 of 4) sorted by relevance
34 virtual void SetStage(int current, int max) = 0;
43 void SetStage(int current, int max);
502 void ScreenRecoveryUI::SetStage(int current, int max) { in SetStage() argument505 max_stage = max; in SetStage()
318 static void rotate_logs(int max) { in rotate_logs() argument328 for (int i = max-1; i >= 0; --i) { in rotate_logs()