Home
last modified time | relevance | path

Searched defs:USEC_TO_TICKS (Results 1 – 3 of 3) sorted by relevance

/dports/emulators/bochs/bochs-2.7/iodev/
H A Dpit.cc76 #define USEC_TO_TICKS(a) (((a)*TICKS_PER_SECOND)/USEC_PER_SECOND) macro
H A Dvirt_timer.cc115 #define USEC_TO_TICKS(a) (((a)*ticks_per_second)/usec_per_second) macro
/dports/multimedia/lives/lives-3.2.0/src/
H A Dmainwindow.h38 #define USEC_TO_TICKS (TICKS_PER_SECOND / ONE_MILLION) ///< multiplying factor uSec -> ticks_t (de… macro