Lines Matching defs:left
898 * A mix of filtered and unfiltered data may be left in temp; it will
925 * of the stream are meant to be left as is.
1492 * updated to indicate how many bytes were left to be repeated.
1497 uint32_t left;
1501 left = minof(dict->limit - dict->pos, *len);
1502 *len -= left;
1512 } while (--left > 0);
1522 uint32_t *left)
1526 while (*left > 0 && b->in_pos < b->in_size
1532 if (copy_size > *left)
1533 copy_size = *left;
1535 *left -= copy_size;
1981 * As long as there is plenty of input left to be decoded in the current LZMA
1983 * there's LZMA_IN_REQUIRED bytes left. Those remaining bytes are copied into