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

/system/core/sh/
H A Deval.c1216 static clock_t tpm = 0; local
1220 mins = ticks / tpm;
1221 snprintf(seconds, l, "%.4f", (ticks - mins * tpm) * 60.0 / tpm );

Completed in 3 milliseconds