Home
last modified time | relevance | path

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

/system/logging/logcat/
Dlogcat.cpp474 log_time modulo(0, NS_PER_SEC); in lastLogTime() local
496 for (unsigned long mod = 1UL; mod < modulo.tv_nsec; mod *= 10) { in lastLogTime()
498 modulo.tv_nsec = mod; in lastLogTime()
517 retval += modulo; in lastLogTime()