Home
last modified time | relevance | path

Searched refs:PRESET_DICT (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dzutil.h35 #define PRESET_DICT 0x20 /* preset dictionary flag in zlib header */ macro
/OK3568_Linux_fs/u-boot/lib/zlib/
H A Dzutil.h87 #define PRESET_DICT 0x20 /* preset dictionary flag in zlib header */ macro
H A Ddeflate.c665 if (s->strstart != 0) header |= PRESET_DICT;
/OK3568_Linux_fs/kernel/fs/btrfs/
H A Dzlib.c303 if (srclen > 2 && !(data_in[1] & PRESET_DICT) && in zlib_decompress_bio()
392 if (srclen > 2 && !(data_in[1] & PRESET_DICT) && in zlib_decompress()
/OK3568_Linux_fs/kernel/fs/jffs2/
H A Dcompr_zlib.c160 if (srclen > 2 && !(data_in[1] & PRESET_DICT) && in jffs2_zlib_decompress()
/OK3568_Linux_fs/kernel/lib/zlib_deflate/
H A Ddeflate.c361 if (s->strstart != 0) header |= PRESET_DICT; in zlib_deflate()