/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...] |
/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...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/ |
H A D | ostringstream_benchmark.cc | 36 std::ostringstream strm; in BM_StdStream() local
|
/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
|
/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
|
/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...] |
/third_party/skia/third_party/externals/microhttpd/src/microspdy/ |
H A D | compression.c | 215 SPDYF_zlib_deflate_init(z_stream *strm) in SPDYF_zlib_deflate_init() argument 244 SPDYF_zlib_deflate_end(z_stream *strm) in SPDYF_zlib_deflate_end() argument 250 SPDYF_zlib_deflate(z_stream *strm, in SPDYF_zlib_deflate() argument 320 SPDYF_zlib_inflate_init(z_stream *strm) SPDYF_zlib_inflate_init() argument 343 SPDYF_zlib_inflate_end(z_stream *strm) SPDYF_zlib_inflate_end() argument 350 SPDYF_zlib_inflate(z_stream *strm, const void *src, size_t src_size, void **dest, size_t *dest_size) SPDYF_zlib_inflate() argument [all...] |
/third_party/skia/third_party/externals/oboe/include/oboe/ |
H A D | ResultWithValue.h | 143 std::ostream& operator<<(std::ostream &strm, const ResultWithValue<T> &result) { in operator <<() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
H A D | Debug.cpp | 128 circular_raw_ostream strm; in dbgs() member
|
/third_party/zlib/examples/ |
H A D | zpipe.c | 40 z_stream strm; in def() local 96 z_stream strm; inf() local [all...] |