Lines Matching refs:lastBox
2347 BoxPtr extents, pbox, firstBox, lastBox; in DRIMoveBuffersHelper() local
2359 lastBox = pbox + nbox - 1; in DRIMoveBuffersHelper()
2360 while ((unsigned long) firstBox < (unsigned long) lastBox) { in DRIMoveBuffersHelper()
2362 *firstBox = *lastBox; in DRIMoveBuffersHelper()
2363 *lastBox = tmpBox; in DRIMoveBuffersHelper()
2365 lastBox--; in DRIMoveBuffersHelper()
2375 firstBox = lastBox = pbox; in DRIMoveBuffersHelper()
2380 lastBox++; in DRIMoveBuffersHelper()
2382 while ((unsigned long) firstBox < (unsigned long) lastBox) { in DRIMoveBuffersHelper()
2384 *firstBox = *lastBox; in DRIMoveBuffersHelper()
2385 *lastBox = tmpBox; in DRIMoveBuffersHelper()
2387 lastBox--; in DRIMoveBuffersHelper()
2390 firstBox = lastBox = pbox; in DRIMoveBuffersHelper()
2394 while ((unsigned long) firstBox < (unsigned long) lastBox) { in DRIMoveBuffersHelper()
2396 *firstBox = *lastBox; in DRIMoveBuffersHelper()
2397 *lastBox = tmpBox; in DRIMoveBuffersHelper()
2399 lastBox--; in DRIMoveBuffersHelper()