Searched defs:w_size (Results 1 - 1 of 1) sorted by relevance

/glassfish-3.1.2/installer/src/cpp/share/launcher/zlib-1.1.4/
H A Ddeflate.h95 uInt w_size; /* LZ77 window size (32K by default) */ member in struct:internal_state
96 uInt w_bits; /* log2(w_size) (8..16) */
97 uInt w_mask; /* w_size - 1 */
262 #define MAX_DIST(s) ((s)->w_size-MIN_LOOKAHEAD)

Completed in 42 milliseconds