Searched refs:ovflow (Results 1 – 1 of 1) sorted by relevance
123 unsigned ovflow; in audio_secs_to_str() local158 ovflow = ((unsigned)sec) / 60; in audio_secs_to_str()159 sec -= (double)(ovflow * 60); in audio_secs_to_str()160 hours = (ovflow >= 60); in audio_secs_to_str()163 (void) sprintf(p, "%d:", ovflow / 60); in audio_secs_to_str()165 ovflow %= 60; in audio_secs_to_str()168 (void) sprintf(p, "%0*d:", (hours ? 2 : 1), ovflow); in audio_secs_to_str()