Searched refs:crun (Results 1 – 1 of 1) sorted by relevance
1473 long long crun; in convertMonotonic() local1478 crun = f; in convertMonotonic()1479 convert.tv_sec += crun / (long long)NS_PER_SEC; in convertMonotonic()1480 if (crun < 0) { in convertMonotonic()1481 convert.tv_nsec -= (-crun) % NS_PER_SEC; in convertMonotonic()1487 convert.tv_nsec += crun % NS_PER_SEC; in convertMonotonic()