Searched refs:t_f (Results 1 – 1 of 1) sorted by relevance
54 static int64_t q32_32_s_to_ll_us(uint32_t t_s, uint32_t t_f) in q32_32_s_to_ll_us() argument56 return (uint64_t)t_s * USEC_PER_SEC + (((uint64_t)t_f * (uint64_t)USEC_PER_SEC) >> 32); in q32_32_s_to_ll_us()