Lines Matching refs:left
348 * updated to indicate how many bytes were left to be repeated.
353 uint32_t left;
358 left = min_t(size_t, dict->limit - dict->pos, *len);
359 *len -= left;
369 } while (--left > 0);
379 uint32_t *left)
383 while (*left > 0 && b->in_pos < b->in_size
389 if (copy_size > *left)
390 copy_size = *left;
392 *left -= copy_size;
872 * As long as there is plenty of input left to be decoded in the current LZMA
874 * there's LZMA_IN_REQUIRED bytes left. Those remaining bytes are copied into