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

  /external/qemu-pc-bios/vgabios/tests/lfbprof/
lfbprof.h 145 #define LfbGetTicks() *((long*)0x46C)
lfbprof.c 555 startTicks = LfbGetTicks();
557 while ((LfbGetTicks() - startTicks) < 182)
559 endTicks = LfbGetTicks();
571 startTicks = LfbGetTicks();
573 while ((LfbGetTicks() - startTicks) < 182)
575 endTicks = LfbGetTicks();

Completed in 35 milliseconds