Home
last modified time | relevance | path

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

/dports/x11/runner/runner-1.1/src/aguix/
H A Dlowlevelfunc.h40 long ldiffgtod_m( const struct timeval *tv1, const struct timeval *tv0 );
H A Dlowlevelfunc.cc206 long ldiffgtod_m( const struct timeval *tv1, const struct timeval *tv0 ) in ldiffgtod_m() function
H A Daguix.cc1577 t1 = ( ( lastTimerEventNr + 1 ) * 1000 / TIMER_TICKS ) - ldiffgtod_m( &curTime, &timerStart ); in msgHandler()
1585 timerEventNr = ( ldiffgtod_m( &curTime, &timerStart ) * TIMER_TICKS ) / 1000; in msgHandler()
1618 ldiffgtod_m( &curTime, &m_bubble_help.enter_time ) >= BUBBLE_HELP_OPEN_TIME_MS ) { in msgHandler()
3813 ldiffgtod_m( &curTime, &m_bubble_help.enter_time ) >= BUBBLE_HELP_OPEN_TIME_MS ) { in external_timeout_callback()
H A Dtextview.cc235 dt = ldiffgtod_m( &t2, &_lastwheel ); in handleMessage()
/dports/x11-fm/worker/worker-4.10.0/src/aguix/
H A Dlowlevelfunc.h40 long ldiffgtod_m( const struct timeval *tv1, const struct timeval *tv0 );
H A Dlowlevelfunc.cc206 long ldiffgtod_m( const struct timeval *tv1, const struct timeval *tv0 ) in ldiffgtod_m() function
H A Daguix.cc1602 t1 = ( ( lastTimerEventNr + 1 ) * 1000 / TIMER_TICKS ) - ldiffgtod_m( &curTime, &timerStart ); in msgHandler()
1610 timerEventNr = ( ldiffgtod_m( &curTime, &timerStart ) * TIMER_TICKS ) / 1000; in msgHandler()
1645 ldiffgtod_m( &curTime, &m_bubble_help.enter_time ) >= BUBBLE_HELP_OPEN_TIME_MS ) { in msgHandler()
3861 ldiffgtod_m( &curTime, &m_bubble_help.enter_time ) >= BUBBLE_HELP_OPEN_TIME_MS ) { in external_timeout_callback()
H A Dtextview.cc235 dt = ldiffgtod_m( &t2, &_lastwheel ); in handleMessage()
/dports/x11-fm/worker/worker-4.10.0/src/
H A Dcopyopwin.cc295 if ( ldiffgtod_m( &curtime, &last_update_time ) >= ( 1000 / UPDATES_PER_SECOND ) ) { in add_curbytes_copied()
H A Dsearchopbg.cc496 if ( ldiffgtod_m( &end_time, &start_time ) >= time_limit_ms ) { in gatherResults()