Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/dix/
H A Dswaprep.c95 CARD32 *from, *to, *fromLast, *toLast; in CopySwap32Write() local
117 toLast = to + min(bufsize, fromLast - from); in CopySwap32Write()
118 nbytes = (toLast - to) << 2; in CopySwap32Write()
119 while (to < toLast) { in CopySwap32Write()
142 short *from, *to, *fromLast, *toLast; in CopySwap16Write() local
164 toLast = to + min(bufsize, fromLast - from); in CopySwap16Write()
165 nbytes = (toLast - to) << 1; in CopySwap16Write()
166 while (to < toLast) { in CopySwap16Write()