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

  /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 79 #define PRESET_DICT 0x20 /* preset dictionary flag in zlib header */
deflate.c 750 if (s->strstart != 0) header |= PRESET_DICT;
    [all...]
  /external/python/cpython3/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/syslinux/com32/lib/zlib/
zutil.h 75 #define PRESET_DICT 0x20 /* preset dictionary flag in zlib header */
deflate.c 667 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...]
  /toolchain/binutils/binutils-2.27/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...]

Completed in 1385 milliseconds