OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LZMA_IN_REQUIRED
(Results
1 - 2
of
2
) sorted by null
/external/lzma/xz-embedded/
xz_dec_lzma2.c
26
#define
LZMA_IN_REQUIRED
21
274
uint8_t buf[3 *
LZMA_IN_REQUIRED
];
735
*
LZMA_IN_REQUIRED
- 1 bytes.
836
* been exceeded, it is safe to read up to
LZMA_IN_REQUIRED
bytes. This
841
* there's
LZMA_IN_REQUIRED
bytes left. Those remaining bytes are copied into
853
tmp = 2 *
LZMA_IN_REQUIRED
- s->temp.size;
866
} else if (s->temp.size + tmp <
LZMA_IN_REQUIRED
) {
871
s->rc.in_limit = s->temp.size + tmp -
LZMA_IN_REQUIRED
;
894
if (in_avail >=
LZMA_IN_REQUIRED
) {
898
if (in_avail >= s->lzma2.compressed +
LZMA_IN_REQUIRED
)
[
all
...]
/external/toybox/toys/pending/
xzcat.c
[
all
...]
Completed in 65 milliseconds