Home
last modified time | relevance | path

Searched refs:modulo (Results 1 – 1 of 1) sorted by relevance

/system/core/logcat/
Dlogcat.cpp470 log_time modulo(0, NS_PER_SEC); in lastLogTime() local
492 for (unsigned long mod = 1UL; mod < modulo.tv_nsec; mod *= 10) { in lastLogTime()
494 modulo.tv_nsec = mod; in lastLogTime()
513 retval += modulo; in lastLogTime()