Searched refs:MAX_WBITS (Results 1 – 2 of 2) sorted by relevance
68 #if MAX_WBITS < 9 || MAX_WBITS > 1569 # error MAX_WBITS must be in 9..1572 # define DEF_WBITS MAX_WBITS
279 #ifndef MAX_WBITS280 # define MAX_WBITS 15 /* 32K LZ77 window */ macro