Searched refs:ticks (Results 1 – 7 of 7) sorted by relevance
61 LONGLONG ticks; in c23_timespec_get() local66 ticks = (LONGLONG)(date.QuadPart - _TIMESPEC_IMPL_UNIX_EPOCH_IN_TICKS); in c23_timespec_get()67 ts->tv_sec = ticks / _TIMESPEC_IMPL_TICKS_PER_SECONDS; in c23_timespec_get()68 ts->tv_nsec = (ticks % _TIMESPEC_IMPL_TICKS_PER_SECONDS) * 100; in c23_timespec_get()
89 unsigned long long ticks = tv.dwHighDateTime; in get_time() local90 ticks = (ticks << 32) | tv.dwLowDateTime; in get_time()91 return static_cast<double>(ticks) / 1.0e7; in get_time()
319 int32_t ticks; member
149 …the maximum deviation is always at least the maximum of the length of the ticks of the set of time…
697 timer_param.ticks = 1; in enable_timer()
451 * Reports wheel ticks457 * The next four elements represent ticks for individual wheels in the460 * moves forward, and decrement when vehicles moves in reverse. The ticks464 * int64Values[1] = front left ticks465 * int64Values[2] = front right ticks466 * int64Values[3] = rear right ticks467 * int64Values[4] = rear left ticks1576 * int32Values[3] : [optional] Number of ticks. The value must be equal or