HomeSort by relevance Sort by last modified time
    Searched defs:last_call (Results 1 - 2 of 2) sorted by null

  /external/libvncserver/x11vnc/
8to24.c 320 static double last_call = 0.0;
331 if (db24 > 2) fprintf(stderr, " check_for_multivis: %.4f\n", now - last_call);
332 last_call = now;
1091 static double last_call = 0.0; local
1104 if (db24 > 2) fprintf(stderr, "poll_8bpp: ysh: %2d %.4f\n", ysh, dnow() - last_call);
1105 last_call = dnow();
    [all...]
screen.c 4111 static time_t last_call = 0; local
    [all...]

Completed in 174 milliseconds