OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dec_vli
(Results
1 - 2
of
2
) sorted by null
/external/lzma/xz-embedded/
xz_dec_stream.c
44
/* Variable-length integer decoded by
dec_vli
() */
186
static enum xz_ret
dec_vli
(struct xz_dec *s, const uint8_t *in,
function
319
ret =
dec_vli
(s, b->in, &b->in_pos, b->in_size);
498
if (
dec_vli
(s, s->temp.buf, &s->temp.pos, s->temp.size)
509
if (
dec_vli
(s, s->temp.buf, &s->temp.pos, s->temp.size)
/external/toybox/toys/pending/
xzcat.c
2509
static enum xz_ret
dec_vli
(struct xz_dec *s, const uint8_t *in,
function
[
all
...]
Completed in 63 milliseconds