Home
last modified time | relevance | path

Searched refs:rate_prod (Results 1 – 1 of 1) sorted by relevance

/xnu-8019.80.24/osfmk/kern/
H A Dremote_time.h57 int64_t rate_prod = 0; in mach_bridge_compute_timestamp() local
60rate_prod = (int64_t)(params->rate * (double)((int64_t)local_ts_ns - (int64_t)params->base_local_t… in mach_bridge_compute_timestamp()
62 rate_prod = (int64_t)local_ts_ns - (int64_t)params->base_local_ts; in mach_bridge_compute_timestamp()
64 if (os_add_overflow((int64_t)params->base_remote_ts, rate_prod, &remote_ts)) { in mach_bridge_compute_timestamp()