| /OK3568_Linux_fs/kernel/fs/squashfs/ |
| H A D | zlib_wrapper.c | 26 z_stream *stream = kmalloc(sizeof(z_stream), GFP_KERNEL); in zlib_init() 44 z_stream *stream = strm; in zlib_free() 59 z_stream *stream = strm; in zlib_uncompress()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | zlib.h | 101 } z_stream; typedef 103 typedef z_stream *z_streamp; 571 extern int zlib_inflateIncomp (z_stream *strm);
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/ |
| H A D | zlib.h | 104 } z_stream; typedef 106 typedef z_stream FAR *z_streamp; 1648 deflateInit_((strm), (level), ZLIB_VERSION, (int)sizeof(z_stream)) 1650 inflateInit_((strm), ZLIB_VERSION, (int)sizeof(z_stream)) 1653 (strategy), ZLIB_VERSION, (int)sizeof(z_stream)) 1656 (int)sizeof(z_stream)) 1659 ZLIB_VERSION, (int)sizeof(z_stream))
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/ |
| H A D | zlib.h | 104 } z_stream; typedef 106 typedef z_stream FAR *z_streamp; 1648 deflateInit_((strm), (level), ZLIB_VERSION, (int)sizeof(z_stream)) 1650 inflateInit_((strm), ZLIB_VERSION, (int)sizeof(z_stream)) 1653 (strategy), ZLIB_VERSION, (int)sizeof(z_stream)) 1656 (int)sizeof(z_stream)) 1659 ZLIB_VERSION, (int)sizeof(z_stream))
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/ |
| H A D | zlib.h | 104 } z_stream; typedef 106 typedef z_stream FAR *z_streamp; 1648 deflateInit_((strm), (level), ZLIB_VERSION, (int)sizeof(z_stream)) 1650 inflateInit_((strm), ZLIB_VERSION, (int)sizeof(z_stream)) 1653 (strategy), ZLIB_VERSION, (int)sizeof(z_stream)) 1656 (int)sizeof(z_stream)) 1659 ZLIB_VERSION, (int)sizeof(z_stream))
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/ |
| H A D | zlib.h | 104 } z_stream; typedef 106 typedef z_stream FAR *z_streamp; 1648 deflateInit_((strm), (level), ZLIB_VERSION, (int)sizeof(z_stream)) 1650 inflateInit_((strm), ZLIB_VERSION, (int)sizeof(z_stream)) 1653 (strategy), ZLIB_VERSION, (int)sizeof(z_stream)) 1656 (int)sizeof(z_stream)) 1659 ZLIB_VERSION, (int)sizeof(z_stream))
|
| /OK3568_Linux_fs/u-boot/include/u-boot/ |
| H A D | zlib.h | 437 } z_stream; typedef 439 typedef z_stream FAR *z_streamp; 716 inflateInit_((strm), ZLIB_VERSION, sizeof(z_stream)) 718 inflateInit2_((strm), (windowBits), ZLIB_VERSION, sizeof(z_stream))
|
| /OK3568_Linux_fs/u-boot/lib/ |
| H A D | gzip.c | 52 z_stream s; in zzip() 71 ZLIB_VERSION, sizeof(z_stream)); in zzip()
|
| H A D | gunzip.c | 135 z_stream s; in gzwrite() 290 z_stream s; in zunzip()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/ |
| H A D | compression.cpp | 35 z_stream deflate_stream; in compress() 70 z_stream inflate_stream; in decompress()
|
| /OK3568_Linux_fs/kernel/tools/build/feature/ |
| H A D | test-zlib.c | 6 z_stream zs; in main()
|
| /OK3568_Linux_fs/u-boot/fs/cramfs/ |
| H A D | uncompress.c | 28 static z_stream stream;
|
| /OK3568_Linux_fs/kernel/fs/cramfs/ |
| H A D | uncompress.c | 27 static z_stream stream;
|
| /OK3568_Linux_fs/kernel/arch/xtensa/boot/lib/ |
| H A D | zmem.c | 37 z_stream s; in gunzip()
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | zlib.c | 24 z_stream zs = { in gzip_decompress_to_file()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/mbedtls/ |
| H A D | ssl_internal.h | 669 z_stream ctx_deflate; /*!< compression context */ 670 z_stream ctx_inflate; /*!< decompression context */
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/mbedtls/ |
| H A D | ssl_internal.h | 669 z_stream ctx_deflate; /*!< compression context */ 670 z_stream ctx_inflate; /*!< decompression context */
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/mbedtls/ |
| H A D | ssl_internal.h | 669 z_stream ctx_deflate; /*!< compression context */ 670 z_stream ctx_inflate; /*!< decompression context */
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/mbedtls/ |
| H A D | ssl_internal.h | 669 z_stream ctx_deflate; /*!< compression context */ 670 z_stream ctx_inflate; /*!< decompression context */
|
| /OK3568_Linux_fs/kernel/fs/jffs2/ |
| H A D | compr_zlib.c | 36 static z_stream inf_strm, def_strm;
|
| /OK3568_Linux_fs/buildroot/dl/rtmpdump/git/librtmp/ |
| H A D | hashswf.c | 300 z_stream *zs; 473 z_stream zs = { 0 }; in RTMP_HashSWF()
|
| /OK3568_Linux_fs/kernel/fs/isofs/ |
| H A D | compress.c | 50 z_stream stream = { .total_out = 0, in zisofs_uncompress_block()
|
| /OK3568_Linux_fs/external/rknpu2/examples/rknn_benchmark/src/cnpy/ |
| H A D | cnpy.cpp | 256 z_stream d_stream; in load_the_npz_array()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/cnpy/ |
| H A D | cnpy.cpp | 256 z_stream d_stream; in load_the_npz_array()
|
| /OK3568_Linux_fs/kernel/drivers/net/ppp/ |
| H A D | ppp_deflate.c | 30 z_stream strm;
|