Searched defs:strm (Results 1 - 24 of 24) sorted by path

/linux-master/lib/zlib_inflate/
H A Dinfutil.c13 struct z_stream_s *strm; local
[all...]
H A Dinffast.c67 void inflate_fast(z_streamp strm, unsigned start) argument
[all...]
H A Dinflate.c33 int zlib_inflateReset(z_streamp strm) argument
59 zlib_inflateInit2(z_streamp strm, int windowBits) argument
120 zlib_updatewindow(z_streamp strm, unsigned out) argument
165 zlib_inflateSyncPacket(z_streamp strm) argument
331 zlib_inflate(z_streamp strm, int flush) argument
770 zlib_inflateEnd(z_streamp strm) argument
[all...]
/linux-master/tools/build/feature/
H A Dtest-lzma.c6 lzma_stream strm = LZMA_STREAM_INIT; local
/linux-master/arch/arm/kernel/
H A Dhead-inflate-data.c34 struct z_stream_s stream, *strm = &stream; local
[all...]
/linux-master/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x.h1722 struct z_stream_s *strm; member in struct:bnx2x
/linux-master/drivers/net/ppp/
H A Dppp_deflate.c30 z_stream strm; member in struct:ppp_deflate_state
[all...]
/linux-master/fs/bcachefs/
H A Dcompress.c145 static inline void zlib_set_workspace(z_stream *strm, void *workspace) argument
172 z_stream strm = { local
326 z_stream strm = { local
[all...]
/linux-master/fs/
H A Dbinfmt_flat.c184 z_stream strm; local
[all...]
/linux-master/fs/btrfs/
H A Dzlib.c27 z_stream strm; member in struct:workspace
[all...]
/linux-master/fs/erofs/
H A Ddecompressor_deflate.c22 struct z_erofs_deflate *strm; local
52 struct z_erofs_deflate *strm; local
106 struct z_erofs_deflate *strm; local
[all...]
H A Ddecompressor_lzma.c25 struct z_erofs_lzma *strm; local
58 struct z_erofs_lzma *strm local
79 struct z_erofs_lzma *strm, *head = NULL; local
158 struct z_erofs_lzma *strm; local
[all...]
/linux-master/fs/squashfs/
H A Dlz4_wrapper.c79 static void lz4_free(void *strm) argument
91 static int lz4_uncompress(struct squashfs_sb_info *msblk, void *strm, argument
H A Dlzo_wrapper.c53 static void lzo_free(void *strm) argument
65 static int lzo_uncompress(struct squashfs_sb_info *msblk, void *strm, argument
H A Dxz_wrapper.c108 static void squashfs_xz_free(void *strm) argument
119 static int squashfs_xz_uncompress(struct squashfs_sb_info *msblk, void *strm, argument
H A Dzlib_wrapper.c42 static void zlib_free(void *strm) argument
52 static int zlib_uncompress(struct squashfs_sb_info *msblk, void *strm, argument
H A Dzstd_wrapper.c51 static void zstd_free(void *strm) argument
61 static int zstd_uncompress(struct squashfs_sb_info *msblk, void *strm, argument
/linux-master/lib/
H A Ddecompress_inflate.c49 struct z_stream_s *strm; local
[all...]
/linux-master/lib/zlib_deflate/
H A Ddeflate.c188 zlib_deflateInit2( z_streamp strm, int level, int method, int windowBits, int memLevel, int strategy ) argument
329 zlib_deflate( z_streamp strm, int flush ) argument
503 read_buf( z_streamp strm, Byte *buf, unsigned size ) argument
[all...]
H A Ddefutil.h74 z_streamp strm; /* pointer back to this zlib stream */ member in struct:deflate_state
[all...]
/linux-master/lib/zlib_dfltcc/
H A Ddfltcc_deflate.c42 void dfltcc_reset_deflate_state(z_streamp strm) { argument
92 send_eobs( z_streamp strm, const struct dfltcc_param_v0 *param ) argument
119 dfltcc_deflate( z_streamp strm, int flush, block_state *result ) argument
[all...]
H A Ddfltcc_inflate.c31 void dfltcc_reset_inflate_state(z_streamp strm) { argument
87 dfltcc_inflate( z_streamp strm, int flush, int *ret ) argument
[all...]
/linux-master/sound/soc/sh/
H A Drz-ssi.c187 static void rz_ssi_set_substream(struct rz_ssi_stream *strm, argument
211 static void rz_ssi_stream_init(struct rz_ssi_stream *strm, argument
198 rz_ssi_stream_is_valid(struct rz_ssi_priv *ssi, struct rz_ssi_stream *strm) argument
230 rz_ssi_stream_quit(struct rz_ssi_priv *ssi, struct rz_ssi_stream *strm) argument
306 rz_ssi_start(struct rz_ssi_priv *ssi, struct rz_ssi_stream *strm) argument
346 rz_ssi_stop(struct rz_ssi_priv *ssi, struct rz_ssi_stream *strm) argument
387 rz_ssi_pointer_update(struct rz_ssi_stream *strm, int frames) argument
411 rz_ssi_pio_recv(struct rz_ssi_priv *ssi, struct rz_ssi_stream *strm) argument
464 rz_ssi_pio_send(struct rz_ssi_priv *ssi, struct rz_ssi_stream *strm) argument
515 struct rz_ssi_stream *strm = NULL; local
598 rz_ssi_dma_transfer(struct rz_ssi_priv *ssi, struct rz_ssi_stream *strm) argument
658 struct rz_ssi_stream *strm = (struct rz_ssi_stream *)data; local
728 struct rz_ssi_stream *strm = rz_ssi_stream_get(ssi, substream); local
886 struct rz_ssi_stream *strm = rz_ssi_stream_get(ssi, substream); local
[all...]
/linux-master/tools/perf/util/
H A Dlzma.c38 lzma_stream strm = LZMA_STREAM_INIT; local
[all...]

Completed in 347 milliseconds