Home
last modified time | relevance | path

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

12

/openbmc/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
/openbmc/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
/openbmc/u-boot/lib/zlib/
H A Ddeflate.c198 int ZEXPORT deflateInit_(strm, level, version, stream_size) in deflateInit_() argument
311 int ZEXPORT deflateSetDictionary (strm, dictionary, dictLength) in deflateSetDictionary() argument
353 int ZEXPORT deflateReset (strm) in deflateReset() argument
389 int ZEXPORT deflateSetHeader (strm, head) in deflateSetHeader() argument
400 int ZEXPORT deflatePrime (strm, bits, value) in deflatePrime() argument
412 int ZEXPORT deflateParams(strm, level, strategy) in deflateParams() argument
486 uLong ZEXPORT deflateBound(strm, sourceLen) in deflateBound() argument
562 local void flush_pending(strm) in flush_pending() argument
582 int ZEXPORT deflate (strm, flush) in deflate() argument
893 int ZEXPORT deflateEnd (strm) in deflateEnd() argument
[all …]
H A Dinflate.c8 int ZEXPORT inflateReset(z_streamp strm) in inflateReset()
33 int ZEXPORT inflateInit2_(z_streamp strm, int windowBits, const char *version, in inflateInit2_()
73 int ZEXPORT inflateInit_(z_streamp strm, const char *version, int stream_size) in inflateInit_()
100 local int updatewindow(z_streamp strm, unsigned out) in updatewindow()
328 int ZEXPORT inflate(z_streamp strm, int flush) in inflate()
929 int ZEXPORT inflateEnd(z_streamp strm) in inflateEnd()
H A Dzutil.h58 #define ERR_RETURN(strm,err) \ argument
121 #define ZALLOC(strm, items, size) \ argument
123 #define ZFREE(strm, addr) (*((strm)->zfree))((strm)->opaque, (voidpf)(addr), 0) argument
H A Dinffast.c69 void inflate_fast(z_streamp strm, unsigned start) in inflate_fast()
/openbmc/linux/sound/soc/sh/
H A Drz-ssi.c188 static void rz_ssi_set_substream(struct rz_ssi_stream *strm, in rz_ssi_set_substream()
200 struct rz_ssi_stream *strm) in rz_ssi_stream_is_valid()
212 static void rz_ssi_stream_init(struct rz_ssi_stream *strm, in rz_ssi_stream_init()
232 struct rz_ssi_stream *strm) in rz_ssi_stream_quit()
347 static int rz_ssi_stop(struct rz_ssi_priv *ssi, struct rz_ssi_stream *strm) in rz_ssi_stop()
388 static void rz_ssi_pointer_update(struct rz_ssi_stream *strm, int frames) in rz_ssi_pointer_update()
516 struct rz_ssi_stream *strm = NULL; in rz_ssi_interrupt() local
600 struct rz_ssi_stream *strm) in rz_ssi_dma_transfer()
659 struct rz_ssi_stream *strm = (struct rz_ssi_stream *)data; in rz_ssi_dma_complete() local
729 struct rz_ssi_stream *strm = rz_ssi_stream_get(ssi, substream); in rz_ssi_dai_trigger() local
[all …]
/openbmc/linux/lib/zlib_deflate/
H A Ddeflate.c59 #define DEFLATE_RESET_HOOK(strm) do {} while (0) argument
60 #define DEFLATE_HOOK(strm, flush, bstate) 0 argument
61 #define DEFLATE_NEED_CHECKSUM(strm) 1 argument
189 z_streamp strm, in zlib_deflateInit2()
283 z_streamp strm in zlib_deflateReset()
330 z_streamp strm, in zlib_deflate()
476 z_streamp strm in zlib_deflateEnd()
504 z_streamp strm, in read_buf()
/openbmc/linux/fs/erofs/
H A Ddecompressor_lzma.c26 struct z_erofs_lzma *strm; in z_erofs_lzma_exit() local
59 struct z_erofs_lzma *strm = kzalloc(sizeof(*strm), GFP_KERNEL); in z_erofs_lzma_init() local
80 struct z_erofs_lzma *strm, *head = NULL; in z_erofs_load_lzma_config() local
161 struct z_erofs_lzma *strm; in z_erofs_lzma_decompress() local
H A Ddecompressor_deflate.c23 struct z_erofs_deflate *strm; in z_erofs_deflate_exit() local
73 struct z_erofs_deflate *strm; in z_erofs_load_deflate_config() local
110 struct z_erofs_deflate *strm; in z_erofs_deflate_decompress() local
/openbmc/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()
/openbmc/linux/tools/build/feature/
H A Dtest-lzma.c6 lzma_stream strm = LZMA_STREAM_INIT; in main() local
/openbmc/linux/arch/arm/kernel/
H A Dhead-inflate-data.c34 struct z_stream_s stream, *strm = &stream; in __inflate_kernel_data() local
/openbmc/linux/include/linux/
H A Dzlib.h580 #define zlib_deflateInit(strm, level) \ argument
583 #define zlib_inflateInit(strm) \ argument
/openbmc/u-boot/lib/bzip2/
H A Dbzlib.c412 Bool handle_compress ( bz_stream* strm ) in handle_compress()
927 bz_stream strm; member
1284 bz_stream strm; in BZ_API() local
1335 bz_stream strm; in BZ_API() local
/openbmc/linux/tools/perf/util/
H A Dlzma.c38 lzma_stream strm = LZMA_STREAM_INIT; in lzma_decompress_to_file() local

12