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

/vbox/src/VBox/Devices/PC/BIOS/
H A Dlogo.c144 long ticks_to_wait, delta; local
160 ticks_to_wait = ticks;
169 ticks_to_wait -= delta;
172 ticks_to_wait -= t; /* wrapped */
182 } while (ticks_to_wait > 0);

Completed in 32 milliseconds