Searched refs:time_div (Results 1 - 1 of 1) sorted by relevance

/system/core/toolbox/
H A Dschedtop.c40 static int time_div = 1; variable
42 (uint32_t)((ns) / 1000000000), time_dp, ((uint32_t)((ns) % 1000000000) / time_div)
305 time_div = 1000000;
309 time_div = 1000;
313 time_div = 1;

Completed in 3 milliseconds