Searched refs:old_abstime (Results 1 – 1 of 1) sorted by relevance
| /xnu-8792.41.9/tests/ |
| H A D | ntp_adjtime_29192647.c | 61 uint64_t old_abstime, new_abstime; in get_abs_to_us_scale_factor() local 66 T_QUIET; T_ASSERT_EQ(mach_get_times(&old_abstime, NULL, &time), KERN_SUCCESS, NULL); in get_abs_to_us_scale_factor() 80 new_abstime -= old_abstime; in get_abs_to_us_scale_factor() 108 uint64_t old_abstime, new_abstime, abs_delta; variable 137 T_QUIET; T_ASSERT_EQ(mach_get_times(&old_abstime, NULL, &time), KERN_SUCCESS, NULL); 172 abs_delta = new_abstime - old_abstime;
|