Searched defs:counter_value (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dtimer.c26 volatile iotimer64_t counter_value; local
27 counter_value = *(t->iotimer_addr64);
28 return ((double) counter_value * .000000000001) * (double) t->cycleval;
31 volatile iotimer32_t counter_value; local
32 counter_value = *(t->iotimer_addr32);
33 return ((double) counter_value * .000000000001) * (double) t->cycleval;
/vbox/src/VBox/Additions/x11/x11include/libXext-1.3.1/X11/extensions/
H A Dsync.h199 XSyncValue counter_value; /* counter value when this event was sent */ member in struct:__anon3605
211 XSyncValue counter_value; /* value that triggered the alarm */ member in struct:__anon3606
/vbox/src/VBox/Additions/x11/x11include/4.3/include/extensions/
H A Dsync.h358 XSyncValue counter_value; /* counter value when this event was sent */ member in struct:__anon2885
370 XSyncValue counter_value; /* value that triggered the alarm */ member in struct:__anon2886

Completed in 60 milliseconds