Home
last modified time | relevance | path

Searched refs:bcj (Results 1 – 2 of 2) sorted by relevance

/third_party/toybox/toys/pending/
Dxzcat.c2463 struct xz_dec_bcj *bcj; member
2553 ret = xz_dec_bcj_run(s->bcj, s->lzma2, b); in dec_block()
2830 ret = xz_dec_bcj_reset(s->bcj, s->temp.buf[s->temp.pos++]); in dec_block_header()
3092 s->bcj = malloc(sizeof(*s->bcj)); in xz_dec_init()
3093 if (!s->bcj) in xz_dec_init()
3106 free(s->bcj); in xz_dec_init()
3132 free(s->bcj); in xz_dec_end()
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h59020 struct xz_dec_bcj *bcj; member