Searched refs:crun (Results 1 – 1 of 1) sorted by relevance
1393 long long crun; in convertMonotonic() local1398 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()