Lines Matching refs:s_time
1290 UINT32 s_time;1297 s_time = ms_time/100; /* 100 Ticks per second */1298 m_time = s_time/60;1301 ms_time -= s_time*100;1302 s_time -= m_time*60;1311 *p_out++ = (INT8)((s_time / 10) + '0');1312 *p_out++ = (INT8)((s_time % 10) + '0');