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

/external/lzma/xz-embedded/
H A Dxz_dec_lzma2.c309 static inline bool dict_has_space(const struct dictionary *dict) function
730 if (dict_has_space(&s->dict) && s->lzma.len > 0)
737 while (dict_has_space(&s->dict) && !rc_limit_exceeded(&s->rc)) {
/external/toybox/toys/pending/
H A Dxzcat.c1463 static inline int dict_has_space(const struct dictionary *dict) function
1878 if (dict_has_space(&s->dict) && s->lzma.len > 0)
1885 while (dict_has_space(&s->dict) && !rc_limit_exceeded(&s->rc)) {

Completed in 116 milliseconds