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

  /src/sys/dev/pci/
tga.c 1032 int xleft, lastx, lastleft; local in function:tga_rop_vtov
1132 lastleft = wb & 63;
1133 if (lastleft) {
1138 for (x = lastx, xleft = lastleft; xleft >= 4;
1194 lastleft = wb & 63;
1195 if (lastleft) {
1200 for (x = lastx, xleft = lastleft; xleft >= 4;
tga.c 1032 int xleft, lastx, lastleft; local in function:tga_rop_vtov
1132 lastleft = wb & 63;
1133 if (lastleft) {
1138 for (x = lastx, xleft = lastleft; xleft >= 4;
1194 lastleft = wb & 63;
1195 if (lastleft) {
1200 for (x = lastx, xleft = lastleft; xleft >= 4;

Completed in 22 milliseconds