Searched refs:crun (Results 1 – 1 of 1) sorted by relevance
1227 long long crun; in convertMonotonic() local1232 crun = f; in convertMonotonic()1233 convert.tv_sec += crun / (long long)NS_PER_SEC; in convertMonotonic()1234 if (crun < 0) { in convertMonotonic()1235 convert.tv_nsec -= (-crun) % NS_PER_SEC; in convertMonotonic()1241 convert.tv_nsec += crun % NS_PER_SEC; in convertMonotonic()