Home
last modified time | relevance | path

Searched defs:xz_dec (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/sys/contrib/xz-embedded/linux/lib/xz/
H A Dxz_dec_stream.c26 struct xz_dec { struct
28 enum {
40 } sequence;
43 uint32_t pos;
67 * True if the next call to xz_dec_run() is allowed to return argument
70 bool allow_buf_error;
73 struct {
105 struct xz_dec_hash hash; argument
127 struct xz_dec_hash hash; argument
143 struct xz_dec_lzma2 *lzma2; argument
[all …]
/freebsd-src/sys/dev/mlxfw/
H A Dmlxfw_mfa2.c418 static int mlxfw_mfa2_xz_dec_run(struct xz_dec *xz_dec, struct xz_buf *xz_buf, in mlxfw_mfa2_xz_dec_run()
456 struct xz_dec *xz_dec; in mlxfw_mfa2_file_cb_offset_xz() local