| /OK3568_Linux_fs/kernel/lib/zlib_deflate/ |
| H A D | deflate.c | 304 s->last_flush = Z_NO_FLUSH; in zlib_deflateReset() 406 (flush != Z_NO_FLUSH && s->status != FINISH_STATE)) { in zlib_deflate() 881 if (s->lookahead == 0 && flush == Z_NO_FLUSH) return need_more; in deflate_stored() 932 if (s->lookahead < MIN_LOOKAHEAD && flush == Z_NO_FLUSH) { in deflate_fast() 1027 if (s->lookahead < MIN_LOOKAHEAD && flush == Z_NO_FLUSH) { in deflate_slow() 1117 Assert (flush != Z_NO_FLUSH, "no flush?"); in deflate_slow()
|
| /OK3568_Linux_fs/kernel/lib/zlib_dfltcc/ |
| H A D | dfltcc_deflate.c | 121 no_flush = flush == Z_NO_FLUSH; in dfltcc_deflate() 272 *result = flush == Z_NO_FLUSH ? need_more : block_done; in dfltcc_deflate()
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | zlib.c | 53 ret = inflate(&zs, Z_NO_FLUSH); in gzip_decompress_to_file()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | zlib.h | 139 #define Z_NO_FLUSH 0 macro
|
| /OK3568_Linux_fs/u-boot/lib/zlib/ |
| H A D | deflate.c | 380 s->last_flush = Z_NO_FLUSH; 815 (flush != Z_NO_FLUSH && s->status != FINISH_STATE)) { 1483 if (s->lookahead == 0 && flush == Z_NO_FLUSH) return need_more; 1533 if (s->lookahead < MIN_LOOKAHEAD && flush == Z_NO_FLUSH) { 1630 if (s->lookahead < MIN_LOOKAHEAD && flush == Z_NO_FLUSH) { 1723 Assert (flush != Z_NO_FLUSH, "no flush?"); 1754 if (s->lookahead < MAX_MATCH && flush == Z_NO_FLUSH) { 1816 if (flush == Z_NO_FLUSH)
|
| /OK3568_Linux_fs/u-boot/lib/ |
| H A D | gzip.c | 84 Z_NO_FLUSH : Z_FINISH; in zzip()
|
| /OK3568_Linux_fs/kernel/fs/btrfs/ |
| H A D | zlib.c | 318 ret = zlib_inflate(&workspace->strm, Z_NO_FLUSH); in zlib_decompress_bio() 411 ret = zlib_inflate(&workspace->strm, Z_NO_FLUSH); in zlib_decompress()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/spice/spice/ |
| H A D | 0001-Fix-compile-errors-on-Linux-32bit-system.patch | 88 if ((ret = inflate(&strm, Z_NO_FLUSH)) != Z_STREAM_END) {
|
| /OK3568_Linux_fs/u-boot/include/u-boot/ |
| H A D | zlib.h | 465 #define Z_NO_FLUSH 0 macro
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/ |
| H A D | zlib.h | 164 #define Z_NO_FLUSH 0 macro
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/ |
| H A D | zlib.h | 164 #define Z_NO_FLUSH 0 macro
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/ |
| H A D | zlib.h | 164 #define Z_NO_FLUSH 0 macro
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/ |
| H A D | zlib.h | 164 #define Z_NO_FLUSH 0 macro
|
| /OK3568_Linux_fs/buildroot/dl/rtmpdump/git/librtmp/ |
| H A D | hashswf.c | 338 inflate(i->zs, Z_NO_FLUSH); in swfcrunch()
|
| /OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/minzip/ |
| H A D | Zip.c | 621 zerr = inflate(&zstream, Z_NO_FLUSH); in processDeflatedEntry()
|
| /OK3568_Linux_fs/external/recovery/minzip/ |
| H A D | Zip.c | 620 zerr = inflate(&zstream, Z_NO_FLUSH); in processDeflatedEntry()
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | binfmt_flat.c | 287 while ((ret = zlib_inflate(&strm, Z_NO_FLUSH)) == Z_OK) { in decompress_exec()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/ |
| H A D | i915_gpu_error.c | 312 if (zlib_deflate(zstream, Z_NO_FLUSH) != Z_OK) in compress_page()
|