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

  /development/ndk/platforms/android-3/include/
zlib.h 192 #define Z_FIXED 4
528 compressed output even if it is not set appropriately. Z_FIXED prevents the
    [all...]
  /external/chromium_org/sdch/open-vcdiff/src/zlib/
zlib.h 192 #define Z_FIXED 4
528 compressed output even if it is not set appropriately. Z_FIXED prevents the
    [all...]
  /external/chromium_org/third_party/zlib/
gzlib.c 139 state->strategy = Z_FIXED;
zlib.h 196 #define Z_FIXED 4
572 Z_FIXED prevents the use of dynamic Huffman codes, allowing for a simpler
    [all...]
deflate.c 262 strategy < 0 || strategy > Z_FIXED) {
435 if (level < 0 || level > 9 || strategy < 0 || strategy > Z_FIXED) {
    [all...]
trees.c     [all...]

Completed in 207 milliseconds