HomeSort by: relevance | last modified time | path
    Searched refs:xbase (Results 1 - 7 of 7) sorted by relevancy

  /xsrc/external/mit/xf86-video-apm/dist/src/
apm_regs.h 51 inb(pApm->xbase + ((addr) & 3)))
53 inw(pApm->xbase + ((addr) & 2)))
55 inl(pApm->xbase))
60 outb(pApm->xbase + ((addr) & 3), (val)); \
69 outw(pApm->xbase + ((addr) & 2), (val)); \
78 outl(pApm->xbase, (val)); \
apm.h 109 unsigned long iobase, xport, xbase; member in struct:__anon6715
apm_driver.c 747 pApm->xbase = LinMap[0xFFF3C5];
749 pApm->xbase |= LinMap[0xFFF3C5] << 8;
770 pApm->xbase = rdinx(pApm->xport, 0x1F) << 8;
771 pApm->xbase |= rdinx(pApm->xport, 0x1E);
772 pApm->xbase += pApm->iobase;
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/
xaaWideLine.c 474 int xbase, ybase, y, boty, xl, xr, xcl, xcr; local
481 xbase = floor(xorg);
482 x0 = xorg - xbase;
551 xcl = xl + xbase;
552 xcr = xr + xbase;
580 xcl = xl + xbase;
581 xcr = xr + xbase;
  /xsrc/external/mit/xorg-server.old/dist/mi/
miwideline.c 764 int xbase, ybase, y, boty, xl, xr, xcl, xcr; local
771 xbase = floor(xorg);
772 x0 = xorg - xbase;
777 xbase += pDraw->x;
866 xcl = xl + xbase;
867 xcr = xr + xbase;
902 xcl = xl + xbase;
903 xcr = xr + xbase;
  /xsrc/external/mit/xorg-server/dist/mi/
miwideline.c 1203 int xbase, ybase, y, boty, xl, xr, xcl, xcr; local
1210 xbase = floor(xorg);
1211 x0 = xorg - xbase;
1215 xbase += pDraw->x;
1294 xcl = xl + xbase;
1295 xcr = xr + xbase;
1326 xcl = xl + xbase;
1327 xcr = xr + xbase;
  /xsrc/external/mit/xedit/dist/lisp/
core.c 5814 int xbase = lisp__data.protect.length; local
5833 lisp__data.protect.length = xbase;
5839 lisp__data.protect.length = xbase;
5870 lisp__data.protect.length = xbase;

Completed in 17 milliseconds