Searched refs:ototal (Results 1 - 1 of 1) sorted by relevance

/xnu-2782.1.97/osfmk/kern/
H A Dclock.c589 int64_t total, ototal; local
610 ototal = calend_adjtotal;
689 if (ototal != 0) {
690 *secs = (long)(ototal / (long)NSEC_PER_SEC);
691 *microsecs = (int)((ototal % (int)NSEC_PER_SEC) / (int)NSEC_PER_USEC);

Completed in 70 milliseconds