HomeSort by: relevance | last modified time | path
    Searched defs:xstart (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/mvme68k/stand/libsa/
SRT0.S 37 xstart: label
43 lea %pc@(xstart:w), %a3 | a3 = current addr (could be anywhere)
44 lea xstart:l, %a4 | a4 = desired location (LINKADDR)
  /src/sys/dev/pci/
tga.c 1030 int xstart, xdir; local in function:tga_rop_vtov
1067 xstart = 0;
1070 xstart = wb;
1090 for (xleft = wb, x = xstart; xleft >= 4 * 64;
1134 lastx = xstart + (wb & ~63);
1152 for (xleft = wb, x = xstart; xleft >= 4 * 64;
1196 lastx = xstart - (wb & ~63);

Completed in 12 milliseconds