Lines Matching refs:to_left
148 int *to_left,
162 while (*from_left && *to_left) {
166 (*to_left)--;
182 int *to_left,
197 while (*from_left && *to_left) {
201 (*to_left)--;
217 int *to_left,
233 while (*from_left && *to_left) {
240 (*to_left)--;
256 int *to_left,
272 while (*from_left && *to_left) {
278 (*to_left)--;
297 int *to_left,
312 length = min(*from_left, *to_left);
332 *to_left -= dst - (char *) *to;
344 int *to_left,
370 while (*from_left && *to_left) {
379 (*to_left)--;
408 int *to_left,
457 int length = min(*from_left, *to_left);
467 *to_left -= dst - (char *) *to;
479 int *to_left,
529 while (*from_left && *to_left) {
534 (*to_left)--;
553 int *to_left,
565 length = min(*from_left, *to_left);
572 *to_left -= dst - (char *) *to;