Searched refs:fromLast (Results 1 – 1 of 1) sorted by relevance
95 CARD32 *from, *to, *fromLast, *toLast; in CopySwap32Write() local112 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() local159 fromLast = from + size; in CopySwap16Write()160 while (from < fromLast) { in CopySwap16Write()164 toLast = to + min(bufsize, fromLast - from); in CopySwap16Write()