Home
last modified time | relevance | path

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

/system/logging/liblog/
Dlogprint.cpp1393 long long crun; in convertMonotonic() local
1398 crun = f; in convertMonotonic()
1399 convert.tv_sec += crun / (long long)NS_PER_SEC; in convertMonotonic()
1400 if (crun < 0) { in convertMonotonic()
1401 convert.tv_nsec -= (-crun) % NS_PER_SEC; in convertMonotonic()
1407 convert.tv_nsec += crun % NS_PER_SEC; in convertMonotonic()