Home
last modified time | relevance | path

Searched refs:fromLast (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
112 fromLast = from + size; in CopySwap32Write()
113 while (from < fromLast) { in CopySwap32Write()
117 toLast = to + min(bufsize, fromLast - from); in CopySwap32Write()
142 short *from, *to, *fromLast, *toLast; in CopySwap16Write() local
159 fromLast = from + size; in CopySwap16Write()
160 while (from < fromLast) { in CopySwap16Write()
164 toLast = to + min(bufsize, fromLast - from); in CopySwap16Write()