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

  /external/lzma/xz-embedded/
xz_dec_bcj.c 345 static void bcj_apply(struct xz_dec_bcj *s, function
459 bcj_apply(s, b->out, &out_start, b->out_pos);
509 bcj_apply(s, s->temp.buf, &s->temp.filtered, s->temp.size);
  /external/toybox/toys/pending/
xzcat.c 762 static void bcj_apply(struct xz_dec_bcj *s, function
876 bcj_apply(s, b->out, &out_start, b->out_pos);
926 bcj_apply(s, s->temp.buf, &s->temp.filtered, s->temp.size);
    [all...]

Completed in 376 milliseconds