OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dict_repeat
(Results
1 - 2
of
2
) sorted by null
/external/lzma/xz-embedded/
xz_dec_lzma2.c
143
* Length of a match. This is updated so that
dict_repeat
can
346
static bool
dict_repeat
(struct dictionary *dict, uint32_t *len, uint32_t dist)
function
731
dict_repeat
(&s->dict, &s->lzma.len, s->lzma.rep0);
749
if (!
dict_repeat
(&s->dict, &s->lzma.len, s->lzma.rep0))
/external/toybox/toys/pending/
xzcat.c
1500
static int
dict_repeat
(struct dictionary *dict, uint32_t *len, uint32_t dist)
function
[
all
...]
Completed in 44 milliseconds