Home
last modified time | relevance | path

Searched defs:strm (Results 1 – 25 of 26) sorted by relevance

12

/linux/lib/zlib_inflate/
H A Dinflate.c22 #define INFLATE_RESET_HOOK(strm) do {} while (0) argument
23 #define INFLATE_TYPEDO_HOOK(strm, flush) do {} while (0) argument
24 #define INFLATE_NEED_UPDATEWINDOW(strm) 1 argument
25 #define INFLATE_NEED_CHECKSUM(strm) 1 argument
33 int zlib_inflateReset(z_streamp strm) in zlib_inflateReset()
59 int zlib_inflateInit2(z_streamp strm, int windowBits) in zlib_inflateInit2()
120 static void zlib_updatewindow(z_streamp strm, unsigned out) in zlib_updatewindow()
165 static int zlib_inflateSyncPacket(z_streamp strm) in zlib_inflateSyncPacket()
331 int zlib_inflate(z_streamp strm, int flush) in zlib_inflate()
770 int zlib_inflateEnd(z_streamp strm) in zlib_inflateEnd()
H A Dinfutil.c13 struct z_stream_s *strm; in zlib_inflate_blob() local
H A Dinfutil.h37 #define WS(strm) ((struct inflate_workspace *)(strm->workspace)) argument
H A Dinffast.c67 void inflate_fast(z_streamp strm, unsigned start) in inflate_fast()
/linux/lib/zlib_dfltcc/
H A Ddfltcc_inflate.c14 z_streamp strm in dfltcc_can_inflate()
31 void dfltcc_reset_inflate_state(z_streamp strm) { in dfltcc_reset_inflate_state()
40 z_streamp strm in dfltcc_was_inflate_used()
50 z_streamp strm in dfltcc_inflate_disable()
70 z_streamp strm in dfltcc_xpnd()
88 z_streamp strm, in dfltcc_inflate()
H A Ddfltcc_deflate.c16 z_streamp strm in dfltcc_can_deflate()
42 void dfltcc_reset_deflate_state(z_streamp strm) { in dfltcc_reset_deflate_state()
60 z_streamp strm in dfltcc_gdht()
73 z_streamp strm in dfltcc_cmpr()
93 z_streamp strm, in send_eobs()
120 z_streamp strm, in dfltcc_deflate()
H A Ddfltcc_inflate.h17 #define INFLATE_RESET_HOOK(strm) \ argument
20 #define INFLATE_TYPEDO_HOOK(strm, flush) \ argument
33 #define INFLATE_NEED_CHECKSUM(strm) (!dfltcc_can_inflate((strm))) argument
35 #define INFLATE_NEED_UPDATEWINDOW(strm) (!dfltcc_can_inflate((strm))) argument
H A Ddfltcc_deflate.h14 #define DEFLATE_RESET_HOOK(strm) \ argument
19 #define DEFLATE_NEED_CHECKSUM(strm) (!dfltcc_can_deflate((strm))) argument
/linux/fs/erofs/
H A Ddecompressor_zstd.c22 struct z_erofs_zstd *strm; in z_erofs_isolate_strms() local
40 struct z_erofs_zstd *strm, *n; in z_erofs_zstd_exit() local
60 struct z_erofs_zstd *strm; in z_erofs_zstd_init() local
81 struct z_erofs_zstd *strm, *head = NULL; in z_erofs_load_zstd_config() local
145 struct z_erofs_zstd *strm; in z_erofs_zstd_decompress() local
H A Ddecompressor_lzma.c24 struct z_erofs_lzma *strm; in z_erofs_lzma_exit() local
57 struct z_erofs_lzma *strm = kzalloc(sizeof(*strm), GFP_KERNEL); in z_erofs_lzma_init() local
78 struct z_erofs_lzma *strm, *head = NULL; in z_erofs_load_lzma_config() local
155 struct z_erofs_lzma *strm; in z_erofs_lzma_decompress() local
/linux/sound/soc/renesas/
H A Drz-ssi.c187 static void rz_ssi_set_substream(struct rz_ssi_stream *strm, in rz_ssi_set_substream() argument
199 rz_ssi_stream_is_valid(struct rz_ssi_priv * ssi,struct rz_ssi_stream * strm) rz_ssi_stream_is_valid() argument
211 rz_ssi_is_stream_running(struct rz_ssi_stream * strm) rz_ssi_is_stream_running() argument
216 rz_ssi_stream_init(struct rz_ssi_stream * strm,struct snd_pcm_substream * substream) rz_ssi_stream_init() argument
236 rz_ssi_stream_quit(struct rz_ssi_priv * ssi,struct rz_ssi_stream * strm) rz_ssi_stream_quit() argument
333 rz_ssi_start(struct rz_ssi_priv * ssi,struct rz_ssi_stream * strm) rz_ssi_start() argument
400 rz_ssi_stop(struct rz_ssi_priv * ssi,struct rz_ssi_stream * strm) rz_ssi_stop() argument
424 rz_ssi_pointer_update(struct rz_ssi_stream * strm,int frames) rz_ssi_pointer_update() argument
448 rz_ssi_pio_recv(struct rz_ssi_priv * ssi,struct rz_ssi_stream * strm) rz_ssi_pio_recv() argument
501 rz_ssi_pio_send(struct rz_ssi_priv * ssi,struct rz_ssi_stream * strm) rz_ssi_pio_send() argument
662 rz_ssi_dma_transfer(struct rz_ssi_priv * ssi,struct rz_ssi_stream * strm) rz_ssi_dma_transfer() argument
721 struct rz_ssi_stream *strm = (struct rz_ssi_stream *)data; rz_ssi_dma_complete() local
817 struct rz_ssi_stream *strm = rz_ssi_stream_get(ssi, substream); rz_ssi_dai_trigger() local
955 struct rz_ssi_stream *strm = rz_ssi_stream_get(ssi, substream); rz_ssi_dai_hw_params() local
1030 struct rz_ssi_stream *strm = rz_ssi_stream_get(ssi, substream); rz_ssi_pcm_pointer() local
[all...]
/linux/fs/squashfs/
H A Dzlib_wrapper.c42 static void zlib_free(void *strm) in zlib_free()
52 static int zlib_uncompress(struct squashfs_sb_info *msblk, void *strm, in zlib_uncompress()
H A Dlzo_wrapper.c53 static void lzo_free(void *strm) in lzo_free()
65 static int lzo_uncompress(struct squashfs_sb_info *msblk, void *strm, in lzo_uncompress()
H A Dzstd_wrapper.c51 static void zstd_free(void *strm) in zstd_free()
61 static int zstd_uncompress(struct squashfs_sb_info *msblk, void *strm, in zstd_uncompress()
H A Dlz4_wrapper.c79 static void lz4_free(void *strm) in lz4_free()
91 static int lz4_uncompress(struct squashfs_sb_info *msblk, void *strm, in lz4_uncompress()
H A Dxz_wrapper.c108 static void squashfs_xz_free(void *strm) in squashfs_xz_free()
119 static int squashfs_xz_uncompress(struct squashfs_sb_info *msblk, void *strm, in squashfs_xz_uncompress()
/linux/include/linux/
H A Dzlib.h580 #define zlib_deflateInit(strm, level) \ argument
583 #define zlib_inflateInit(strm) \ argument
/linux/tools/build/feature/
H A Dtest-lzma.c6 lzma_stream strm = LZMA_STREAM_INIT; in main() local
/linux/arch/arm/kernel/
H A Dhead-inflate-data.c34 struct z_stream_s stream, *strm = &stream; in __inflate_kernel_data() local
/linux/tools/perf/util/
H A Dlzma.c38 lzma_stream strm = LZMA_STREAM_INIT; in lzma_decompress_to_file() local
[all...]
/linux/lib/
H A Ddecompress_inflate.c49 struct z_stream_s *strm; in __gunzip() local
/linux/lib/zlib_deflate/
H A Ddefutil.h74 z_streamp strm; /* pointer back to this zlib stream */ member
420 z_streamp strm in flush_pending()
/linux/drivers/net/ppp/
H A Dppp_deflate.c30 z_stream strm; member
/linux/fs/btrfs/
H A Dzlib.c30 z_stream strm; member
/linux/fs/
H A Dbinfmt_flat.c186 z_stream strm; in decompress_exec() local

12