Home
last modified time | relevance | path

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

/freebsd/sys/contrib/zlib/
H A Dinftrees.h49 #define ENOUGH_LENS 852 macro
51 #define ENOUGH (ENOUGH_LENS+ENOUGH_DISTS)
H A Dinftrees.c204 if ((type == LENS && used > ENOUGH_LENS) || in inflate_table()
273 if ((type == LENS && used > ENOUGH_LENS) || in inflate_table()