Home
last modified time | relevance | path

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

/f-stack/lib/
H A Dff_host_interface.h55 #define ff_NSEC_PER_SEC (1000ULL * 1000ULL * 1000ULL) macro
H A Dff_host_interface.c189 return ((uint64_t)sec * ff_NSEC_PER_SEC + nsec); in ff_clock_gettime_ns()
H A Dff_kern_timeout.c1221 return ((ns * tc->tc_frequency) / ff_NSEC_PER_SEC); in ff_tc_get_timecount()