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

/system/core/toolbox/
H A Dschedtop.c38 static int time_div = 1; variable
40 (uint32_t)((ns) / 1000000000), time_dp, ((uint32_t)((ns) % 1000000000) / time_div)
303 time_div = 1000000;
307 time_div = 1000;
311 time_div = 1;

Completed in 1732 milliseconds