Home
last modified time | relevance | path

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

/external/libvncserver/x11vnc/
Dutil.c411 double t_now, dt; in dtime() local
415 t_now = now.tv_sec + ( (double) now.tv_usec/1000000. ); in dtime()
417 *t_old = t_now; in dtime()
418 return t_now; in dtime()
420 dt = t_now - *t_old; in dtime()
421 *t_old = t_now; in dtime()
/external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/src/patches/
Dtight-vncviewer-full.patch13629 + double t_now, dt;
13633 + t_now = now.tv_sec + ( (double) now.tv_usec/1000000. );
13635 + *t_old = t_now;
13636 + return t_now;
13638 + dt = t_now - *t_old;
13639 + *t_old = t_now;