HomeSort by relevance Sort by last modified time
    Searched defs:w_size (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/zlib/
deflate.h 112 uInt w_size; /* LZ77 window size (32K by default) */ member in struct:internal_state
113 uInt w_bits; /* log2(w_size) (8..16) */
114 uInt w_mask; /* w_size - 1 */
288 #define MAX_DIST(s) ((s)->w_size-MIN_LOOKAHEAD)
  /external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
deflate.h 112 uInt w_size; /* LZ77 window size (32K by default) */ member in struct:internal_state
113 uInt w_bits; /* log2(w_size) (8..16) */
114 uInt w_mask; /* w_size - 1 */
286 #define MAX_DIST(s) ((s)->w_size-MIN_LOOKAHEAD)
  /external/qemu/distrib/zlib-1.2.8/
deflate.h 112 uInt w_size; /* LZ77 window size (32K by default) */ member in struct:internal_state
113 uInt w_bits; /* log2(w_size) (8..16) */
114 uInt w_mask; /* w_size - 1 */
286 #define MAX_DIST(s) ((s)->w_size-MIN_LOOKAHEAD)
  /external/zlib/src/
deflate.h 112 uInt w_size; /* LZ77 window size (32K by default) */ member in struct:internal_state
113 uInt w_bits; /* log2(w_size) (8..16) */
114 uInt w_mask; /* w_size - 1 */
286 #define MAX_DIST(s) ((s)->w_size-MIN_LOOKAHEAD)

Completed in 558 milliseconds