Home
last modified time | relevance | path

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

/external/libcups/backend/
Dusb-darwin.c906 struct mach_timebase_info timeBaseInfo; in read_thread() local
915 mach_timebase_info(&timeBaseInfo); in read_thread()
916 delay = ((uint64_t)250000000 * (uint64_t)timeBaseInfo.denom) / (uint64_t)timeBaseInfo.numer; in read_thread()