Home
last modified time | relevance | path

Searched refs:MAX_WBITS (Results 1 – 2 of 2) sorted by relevance

/rk3399_ARM-atf/lib/zlib/
H A Dzutil.h68 #if MAX_WBITS < 9 || MAX_WBITS > 15
69 # error MAX_WBITS must be in 9..15
72 # define DEF_WBITS MAX_WBITS
H A Dzconf.h279 #ifndef MAX_WBITS
280 # define MAX_WBITS 15 /* 32K LZ77 window */ macro