Home
last modified time | relevance | path

Searched refs:firstBox (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/dri/
H A Ddri.c2347 BoxPtr extents, pbox, firstBox, lastBox; in DRIMoveBuffersHelper() local
2358 firstBox = pbox; in DRIMoveBuffersHelper()
2360 while ((unsigned long) firstBox < (unsigned long) lastBox) { in DRIMoveBuffersHelper()
2361 tmpBox = *firstBox; in DRIMoveBuffersHelper()
2362 *firstBox = *lastBox; in DRIMoveBuffersHelper()
2364 firstBox++; in DRIMoveBuffersHelper()
2375 firstBox = lastBox = pbox; in DRIMoveBuffersHelper()
2382 while ((unsigned long) firstBox < (unsigned long) lastBox) { in DRIMoveBuffersHelper()
2383 tmpBox = *firstBox; in DRIMoveBuffersHelper()
2384 *firstBox = *lastBox; in DRIMoveBuffersHelper()
[all …]