Home
last modified time | relevance | path

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

/openbmc/u-boot/fs/btrfs/
H A Dcompression.c61 #define PRESET_DICT 0x20 macro
81 if (clen > 2 && !(cbuf[1] & PRESET_DICT) && in decompress_zlib()
/openbmc/linux/include/linux/
H A Dzutil.h35 #define PRESET_DICT 0x20 /* preset dictionary flag in zlib header */ macro
/openbmc/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;
/openbmc/linux/fs/btrfs/
H A Dzlib.c295 if (srclen > 2 && !(data_in[1] & PRESET_DICT) && in zlib_decompress_bio()
374 if (srclen > 2 && !(data_in[1] & PRESET_DICT) && in zlib_decompress()
/openbmc/linux/fs/jffs2/
H A Dcompr_zlib.c160 if (srclen > 2 && !(data_in[1] & PRESET_DICT) && in jffs2_zlib_decompress()
/openbmc/linux/lib/zlib_deflate/
H A Ddeflate.c361 if (s->strstart != 0) header |= PRESET_DICT; in zlib_deflate()