HomeSort by relevance Sort by last modified time
    Searched refs:dict_has_space (Results 1 - 2 of 2) sorted by null

  /external/lzma/xz-embedded/
xz_dec_lzma2.c 309 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/
xzcat.c 1463 static inline int dict_has_space(const struct dictionary *dict) function
    [all...]

Completed in 40 milliseconds