/kernel/linux/linux-5.10/tools/build/feature/ |
H A D | test-lzma.c | 6 lzma_stream strm = LZMA_STREAM_INIT; in main() local
|
/kernel/linux/linux-6.6/tools/build/feature/ |
H A D | test-lzma.c | 6 lzma_stream strm = LZMA_STREAM_INIT; in main() local
|
/kernel/linux/linux-5.10/arch/arm/kernel/ |
H A D | head-inflate-data.c | 37 struct z_stream_s stream, *strm = &stream; in __inflate_kernel_data() local [all...] |
/kernel/linux/linux-6.6/arch/arm/kernel/ |
H A D | head-inflate-data.c | 34 struct z_stream_s stream, *strm = &stream; in __inflate_kernel_data() local [all...] |
/kernel/linux/linux-5.10/lib/zlib_dfltcc/ |
H A D | dfltcc.c | 26 dfltcc_reset( z_streamp strm, uInt size ) dfltcc_reset() argument
|
H A D | dfltcc_inflate.c | 83 dfltcc_inflate( z_streamp strm, int flush, int *ret ) dfltcc_inflate() argument [all...] |
H A D | dfltcc_deflate.c | 73 send_eobs( z_streamp strm, const struct dfltcc_param_v0 *param ) send_eobs() argument 100 dfltcc_deflate( z_streamp strm, int flush, block_state *result ) dfltcc_deflate() argument [all...] |
/kernel/linux/linux-5.10/lib/zlib_inflate/ |
H A D | infutil.c | 13 struct z_stream_s *strm; in zlib_inflate_blob() local [all...] |
H A D | inffast.c | 67 void inflate_fast(z_streamp strm, unsigned start) in inflate_fast() argument [all...] |
/kernel/linux/linux-6.6/lib/zlib_inflate/ |
H A D | infutil.c | 13 struct z_stream_s *strm; in zlib_inflate_blob() local [all...] |
/kernel/linux/linux-6.6/lib/zlib_dfltcc/ |
H A D | dfltcc_inflate.c | 31 void dfltcc_reset_inflate_state(z_streamp strm) { in dfltcc_reset_inflate_state() argument 87 dfltcc_inflate( z_streamp strm, int flush, int *ret ) dfltcc_inflate() argument [all...] |
H A D | dfltcc_deflate.c | 42 void dfltcc_reset_deflate_state(z_streamp strm) { in dfltcc_reset_deflate_state() argument 92 send_eobs( z_streamp strm, const struct dfltcc_param_v0 *param ) send_eobs() argument 119 dfltcc_deflate( z_streamp strm, int flush, block_state *result ) dfltcc_deflate() argument [all...] |
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | lzma.c | 38 lzma_stream strm = LZMA_STREAM_INIT; in lzma_decompress_to_file() local [all...] |
/kernel/linux/linux-5.10/lib/ |
H A D | decompress_inflate.c | 49 struct z_stream_s *strm; in __gunzip() local [all...] |
/kernel/linux/linux-5.10/fs/squashfs/ |
H A D | zlib_wrapper.c | 42 static void zlib_free(void *strm) in zlib_free() argument 52 static int zlib_uncompress(struct squashfs_sb_info *msblk, void *strm, in zlib_uncompress() argument
|
H A D | lz4_wrapper.c | 79 static void lz4_free(void *strm) in lz4_free() argument 91 static int lz4_uncompress(struct squashfs_sb_info *msblk, void *strm, in lz4_uncompress() argument
|
H A D | lzo_wrapper.c | 53 static void lzo_free(void *strm) in lzo_free() argument 65 static int lzo_uncompress(struct squashfs_sb_info *msblk, void *strm, in lzo_uncompress() argument
|
H A D | zstd_wrapper.c | 51 static void zstd_free(void *strm) in zstd_free() argument 61 static int zstd_uncompress(struct squashfs_sb_info *msblk, void *strm, in zstd_uncompress() argument
|
H A D | xz_wrapper.c | 108 static void squashfs_xz_free(void *strm) in squashfs_xz_free() argument 119 static int squashfs_xz_uncompress(struct squashfs_sb_info *msblk, void *strm, in squashfs_xz_uncompress() argument
|
/kernel/linux/linux-6.6/fs/squashfs/ |
H A D | zlib_wrapper.c | 42 static void zlib_free(void *strm) in zlib_free() argument 52 static int zlib_uncompress(struct squashfs_sb_info *msblk, void *strm, in zlib_uncompress() argument
|
H A D | lz4_wrapper.c | 79 static void lz4_free(void *strm) in lz4_free() argument 91 static int lz4_uncompress(struct squashfs_sb_info *msblk, void *strm, in lz4_uncompress() argument
|
H A D | lzo_wrapper.c | 53 static void lzo_free(void *strm) in lzo_free() argument 65 static int lzo_uncompress(struct squashfs_sb_info *msblk, void *strm, in lzo_uncompress() argument
|
H A D | zstd_wrapper.c | 51 static void zstd_free(void *strm) in zstd_free() argument 61 static int zstd_uncompress(struct squashfs_sb_info *msblk, void *strm, in zstd_uncompress() argument
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | lzma.c | 38 lzma_stream strm = LZMA_STREAM_INIT; in lzma_decompress_to_file() local [all...] |
/kernel/linux/linux-6.6/lib/ |
H A D | decompress_inflate.c | 49 struct z_stream_s *strm; in __gunzip() local [all...] |