Home
last modified time | relevance | path

Searched refs:PRESET_DICT (Results 1 – 3 of 3) 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/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;