HomeSort by relevance Sort by last modified time
    Searched refs:PRESET_DICT (Results 1 - 8 of 8) 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))
  /external/opencv3/3rdparty/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/pdfium/third_party/zlib_v128/
zutil.h 81 #define PRESET_DICT 0x20 /* preset dictionary flag in zlib header */
deflate.c 749 if (s->strstart != 0) header |= PRESET_DICT;
    [all...]
  /external/zlib/src/
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 485 milliseconds