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

  /external/qemu-pc-bios/vgabios/tests/lfbprof/
lfbprof.h 141 #define LfbMapRealPointer(p) (void*)(((unsigned)((p) & 0xFFFF0000) >> 12) + ((p) & 0xFFFF))
lfbprof.c 20 * - fixed LfbMapRealPointer macro mask problem (some modes were skipped)
375 p1 = LfbMapRealPointer(vgaInfo.VideoModePtr);

Completed in 651 milliseconds