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

  /external/xz-embedded/linux/include/linux/
xz.h 125 * struct xz_buf - Passing input and output buffers to XZ code
140 struct xz_buf { struct
218 XZ_EXTERN enum xz_ret xz_dec_run(struct xz_dec *s, struct xz_buf *b);
  /external/toybox/toys/pending/
xzcat.c 75 * struct xz_buf - Passing input and output buffers to XZ code
90 struct xz_buf { struct
147 enum xz_ret xz_dec_run(struct xz_dec *s, struct xz_buf *b);
198 struct xz_buf b;
402 struct xz_buf *b);
444 /* Temporary space to hold the variables from struct xz_buf */
487 struct xz_buf *b);
810 static void bcj_flush(struct xz_dec_bcj *s, struct xz_buf *b)
830 struct xz_buf *b)
    [all...]

Completed in 46 milliseconds