Home
last modified time | relevance | path

Searched refs:LZMA_IN_REQUIRED (Results 1 - 1 of 1) sorted by relevance

/third_party/toybox/toys/pending/
H A Dxzcat.c1194 #define LZMA_IN_REQUIRED 21 macro
1430 uint8_t buf[3 * LZMA_IN_REQUIRED];
1877 * LZMA_IN_REQUIRED - 1 bytes. in lzma_main()
1978 * been exceeded, it is safe to read up to LZMA_IN_REQUIRED bytes. This
1983 * there's LZMA_IN_REQUIRED bytes left. Those remaining bytes are copied into
1995 tmp = 2 * LZMA_IN_REQUIRED - s->temp.size; in lzma2_lzma()
2008 } else if (s->temp.size + tmp < LZMA_IN_REQUIRED) { in lzma2_lzma()
2013 s->rc.in_limit = s->temp.size + tmp - LZMA_IN_REQUIRED; in lzma2_lzma()
2036 if (in_avail >= LZMA_IN_REQUIRED) { in lzma2_lzma()
2040 if (in_avail >= s->lzma2.compressed + LZMA_IN_REQUIRED) in lzma2_lzma()
[all...]

Completed in 4 milliseconds