Searched refs:MAX_WBITS (Results 1 – 14 of 14) sorted by relevance
| /linux/include/linux/ |
| H A D | zconf.h | 34 #ifndef MAX_WBITS 35 # define MAX_WBITS 15 /* 32K LZ77 window */ macro 40 # define DEF_WBITS MAX_WBITS
|
| H A D | zlib.h | 581 zlib_deflateInit2((strm), (level), Z_DEFLATED, MAX_WBITS, \
|
| /linux/lib/zlib_inflate/ |
| H A D | infutil.h | 26 unsigned char working_window[(1 << MAX_WBITS) + PAGE_SIZE]; 28 unsigned char working_window[(1 << MAX_WBITS)];
|
| H A D | infutil.c | 32 rc = zlib_inflateInit2(strm, -MAX_WBITS); in zlib_inflate_blob()
|
| /linux/fs/jffs2/ |
| H A D | compr_zlib.c | 45 def_strm.workspace = vmalloc(zlib_deflate_workspacesize(MAX_WBITS, in alloc_workspaces() 51 zlib_deflate_workspacesize(MAX_WBITS, MAX_MEM_LEVEL)); in alloc_workspaces() 146 int wbits = MAX_WBITS; in jffs2_zlib_decompress()
|
| /linux/arch/arm/kernel/ |
| H A D | head-inflate-data.c | 49 zlib_inflateInit2(strm, -MAX_WBITS); in __inflate_kernel_data()
|
| /linux/arch/xtensa/boot/lib/ |
| H A D | zmem.c | 64 r = zlib_inflateInit2(&s, -MAX_WBITS); in gunzip()
|
| /linux/tools/perf/util/ |
| H A D | zlib.c | 43 if (inflateInit2(&zs, 16 + MAX_WBITS) != Z_OK) in gzip_decompress_to_file()
|
| /linux/fs/btrfs/ |
| H A D | zlib.c | 82 workspacesize = max(zlib_deflate_workspacesize(MAX_WBITS, MAX_MEM_LEVEL), in zlib_alloc_workspace() 343 int wbits = MAX_WBITS; in zlib_decompress_bio() 440 int wbits = MAX_WBITS; in zlib_decompress()
|
| /linux/lib/ |
| H A D | decompress_inflate.c | 133 rc = zlib_inflateInit2(strm, -MAX_WBITS); in __gunzip()
|
| /linux/fs/pstore/ |
| H A D | platform.c | 189 -MAX_WBITS, DEF_MEM_LEVEL, Z_DEFAULT_STRATEGY); in pstore_compress() 236 vmalloc(zlib_deflate_workspacesize(MAX_WBITS, DEF_MEM_LEVEL)); in allocate_buf_for_compression()
|
| /linux/kernel/module/ |
| H A D | decompress.c | 107 rc = zlib_inflateInit2(&s, -MAX_WBITS); in module_gzip_decompress()
|
| /linux/fs/ |
| H A D | binfmt_flat.c | 267 if (zlib_inflateInit2(&strm, -MAX_WBITS) != Z_OK) { in decompress_exec()
|
| /linux/drivers/gpu/drm/i915/ |
| H A D | i915_gpu_error.c | 261 kmalloc(zlib_deflate_workspacesize(MAX_WBITS, MAX_MEM_LEVEL), in compress_init()
|