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

/forgerock/web-agents-v4/zlib/
H A Ddeflate.h112 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 21 milliseconds