Home
last modified time | relevance | path

Searched defs:strm (Results 1 - 25 of 113) sorted by relevance

12345

/kernel/linux/linux-5.10/tools/build/feature/
H A Dtest-lzma.c6 lzma_stream strm = LZMA_STREAM_INIT; in main() local
/kernel/linux/linux-6.6/tools/build/feature/
H A Dtest-lzma.c6 lzma_stream strm = LZMA_STREAM_INIT; in main() local
/kernel/linux/linux-5.10/arch/arm/kernel/
H A Dhead-inflate-data.c37 struct z_stream_s stream, *strm = &stream; in __inflate_kernel_data() local
[all...]
/kernel/linux/linux-6.6/arch/arm/kernel/
H A Dhead-inflate-data.c34 struct z_stream_s stream, *strm = &stream; in __inflate_kernel_data() local
[all...]
/kernel/linux/linux-5.10/lib/zlib_dfltcc/
H A Ddfltcc.c26 dfltcc_reset( z_streamp strm, uInt size ) dfltcc_reset() argument
H A Ddfltcc_inflate.c83 dfltcc_inflate( z_streamp strm, int flush, int *ret ) dfltcc_inflate() argument
[all...]
H A Ddfltcc_deflate.c73 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 Dinfutil.c13 struct z_stream_s *strm; in zlib_inflate_blob() local
[all...]
/kernel/linux/linux-6.6/lib/zlib_inflate/
H A Dinfutil.c13 struct z_stream_s *strm; in zlib_inflate_blob() local
[all...]
/kernel/linux/linux-6.6/lib/zlib_dfltcc/
H A Ddfltcc_inflate.c31 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 Ddfltcc_deflate.c42 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 Dostringstream_benchmark.cc36 std::ostringstream strm; in BM_StdStream() local
/kernel/linux/linux-5.10/tools/perf/util/
H A Dlzma.c38 lzma_stream strm = LZMA_STREAM_INIT; in lzma_decompress_to_file() local
[all...]
/kernel/linux/linux-5.10/lib/
H A Ddecompress_inflate.c49 struct z_stream_s *strm; in __gunzip() local
[all...]
/kernel/linux/linux-5.10/fs/squashfs/
H A Dzlib_wrapper.c42 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 Dlz4_wrapper.c79 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 Dlzo_wrapper.c53 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 Dzstd_wrapper.c51 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 Dzlib_wrapper.c42 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 Dlzma.c38 lzma_stream strm = LZMA_STREAM_INIT; in lzma_decompress_to_file() local
[all...]
/kernel/linux/linux-6.6/lib/
H A Ddecompress_inflate.c49 struct z_stream_s *strm; in __gunzip() local
[all...]
/third_party/skia/third_party/externals/microhttpd/src/microspdy/
H A Dcompression.c215 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 DResultWithValue.h143 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 DDebug.cpp128 circular_raw_ostream strm; in dbgs() member
/third_party/zlib/examples/
H A Dzpipe.c40 z_stream strm; in def() local
96 z_stream strm; inf() local
[all...]

Completed in 16 milliseconds

12345