HomeSort by relevance Sort by last modified time
    Searched refs:PRESET_DICT (Results 1 - 16 of 16) sorted by null

  /external/u-boot/fs/btrfs/
compression.c 61 #define PRESET_DICT 0x20
81 if (clen > 2 && !(cbuf[1] & PRESET_DICT) &&
  /external/u-boot/lib/zlib/
zutil.h 87 #define PRESET_DICT 0x20 /* preset dictionary flag in zlib header */
deflate.c 665 if (s->strstart != 0) header |= PRESET_DICT;
    [all...]
  /external/freetype/src/gzip/
zutil.h 68 #define PRESET_DICT 0x20 /* preset dictionary flag in zlib header */
inflate.c 188 if (!(b & PRESET_DICT))
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/zlib/
zutil.h 93 #define PRESET_DICT 0x20 /* preset dictionary flag in zlib header */
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
zutil.h 79 #define PRESET_DICT 0x20 /* preset dictionary flag in zlib header */
deflate.c 750 if (s->strstart != 0) header |= PRESET_DICT;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/zlib/
zutil.h 82 #define PRESET_DICT 0x20 /* preset dictionary flag in zlib header */
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
zutil.h 93 #define PRESET_DICT 0x20 /* preset dictionary flag in zlib header */
deflate.c 637 if (s->strstart != 0) header |= PRESET_DICT;
    [all...]
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/ZLib/
zutil.h 81 #define PRESET_DICT 0x20 /* preset dictionary flag in zlib header */
  /external/python/cpython2/Modules/zlib/
zutil.h 81 #define PRESET_DICT 0x20 /* preset dictionary flag in zlib header */
deflate.c 828 if (s->strstart != 0) header |= PRESET_DICT;
    [all...]
  /external/zlib/src/
zutil.h 81 #define PRESET_DICT 0x20 /* preset dictionary flag in zlib header */
deflate.c 828 if (s->strstart != 0) header |= PRESET_DICT;
    [all...]

Completed in 169 milliseconds