Lines Matching defs:to
23 /* Apply the transformation source->target to reconstruct target
24 ** This code is designed to work even if the local machine has
27 ** machine must be large enough to hold source and target sizes.
30 ** used in various cast from "long" to "int".
62 reg uchar *tar, *src, *to, *fr;
95 /* copy data from the delta stream to target */
162 { to = tar+t;
163 MEMCPY(to,fr,n);
222 { to = tar+t; fr = tar+copy; n = (int)s;
223 MEMCPY(to,fr,n);
328 /* if we have space, it'll be faster to unfold */