Searched refs:toLast (Results 1 – 1 of 1) sorted by relevance
95 CARD32 *from, *to, *fromLast, *toLast; in CopySwap32Write() local117 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() local164 toLast = to + min(bufsize, fromLast - from); in CopySwap16Write()165 nbytes = (toLast - to) << 1; in CopySwap16Write()166 while (to < toLast) { in CopySwap16Write()