HomeSort by: relevance | last modified time | path
    Searched refs:ENOUGH_LENS (Results 1 - 4 of 4) sorted by relevancy

  /src/common/dist/zlib/contrib/infback9/
inftree9.h 48 #define ENOUGH_LENS 852
50 #define ENOUGH (ENOUGH_LENS+ENOUGH_DISTS)
inftree9.c 159 the constants ENOUGH_LENS and ENOUGH_DISTS to guard against changes in
200 if ((type == LENS && used >= ENOUGH_LENS) ||
268 if ((type == LENS && used >= ENOUGH_LENS) ||
  /src/common/dist/zlib/
inftrees.h 49 #define ENOUGH_LENS 852
51 #define ENOUGH (ENOUGH_LENS+ENOUGH_DISTS)
inftrees.c 167 the constants ENOUGH_LENS and ENOUGH_DISTS to guard against changes in
206 if ((type == LENS && used > ENOUGH_LENS) ||
275 if ((type == LENS && used > ENOUGH_LENS) ||

Completed in 13 milliseconds