Searched refs:lastBox (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xorg-server/dist/hw/xfree86/dri/
H A Ddri.c2347 BoxPtr extents, pbox, firstBox, lastBox; local in function:DRIMoveBuffersHelper
2359 lastBox = pbox + nbox - 1;
2360 while ((unsigned long) firstBox < (unsigned long) lastBox) {
2362 *firstBox = *lastBox;
2363 *lastBox = tmpBox;
2365 lastBox--;
2375 firstBox = lastBox = pbox;
2380 lastBox++;
2382 while ((unsigned long) firstBox < (unsigned long) lastBox) {
2384 *firstBox = *lastBox;
[all...]
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/dri/
H A Ddri.c2368 BoxPtr extents, pbox, firstBox, lastBox; local in function:DRIMoveBuffersHelper
2380 lastBox = pbox + nbox - 1;
2381 while((unsigned long)firstBox < (unsigned long)lastBox) {
2383 *firstBox = *lastBox;
2384 *lastBox = tmpBox;
2386 lastBox--;
2394 firstBox = lastBox = pbox;
2398 if(pbox->y1 == y) lastBox++;
2400 while((unsigned long)firstBox < (unsigned long)lastBox) {
2402 *firstBox = *lastBox;
[all...]

Completed in 7 milliseconds