Home
last modified time | relevance | path

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

/external/u-boot/fs/btrfs/
Dcompression.c61 #define PRESET_DICT 0x20 macro
81 if (clen > 2 && !(cbuf[1] & PRESET_DICT) && in decompress_zlib()
/external/u-boot/lib/zlib/
Dzutil.h87 #define PRESET_DICT 0x20 /* preset dictionary flag in zlib header */ macro
Ddeflate.c665 if (s->strstart != 0) header |= PRESET_DICT;
/external/freetype/src/gzip/
Dzutil.h68 #define PRESET_DICT 0x20 /* preset dictionary flag in zlib header */ macro
Dinflate.c188 if (!(b & PRESET_DICT)) in inflate()
/external/python/cpython2/Modules/zlib/
Dzutil.h81 #define PRESET_DICT 0x20 /* preset dictionary flag in zlib header */ macro
Ddeflate.c828 if (s->strstart != 0) header |= PRESET_DICT;
/external/zlib/src/
Dzutil.h81 #define PRESET_DICT 0x20 /* preset dictionary flag in zlib header */ macro
Ddeflate.c828 if (s->strstart != 0) header |= PRESET_DICT;