HomeSort by relevance Sort by last modified time
    Searched refs:ENOUGH_LENS (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/zlib/
inftrees.h 49 #define ENOUGH_LENS 852
51 #define ENOUGH (ENOUGH_LENS+ENOUGH_DISTS)
inftrees.c 170 the constants ENOUGH_LENS and ENOUGH_DISTS to guard against changes in
211 if ((type == LENS && used >= ENOUGH_LENS) ||
280 if ((type == LENS && used >= ENOUGH_LENS) ||
  /external/zlib/src/contrib/infback9/
inftree9.h 48 #define ENOUGH_LENS 852
50 #define ENOUGH (ENOUGH_LENS+ENOUGH_DISTS)
inftree9.c 164 the constants ENOUGH_LENS and ENOUGH_DISTS to guard against changes in
205 if ((type == LENS && used >= ENOUGH_LENS) ||
273 if ((type == LENS && used >= ENOUGH_LENS) ||
  /external/zlib/src/
inftrees.h 49 #define ENOUGH_LENS 852
51 #define ENOUGH (ENOUGH_LENS+ENOUGH_DISTS)
inftrees.c 170 the constants ENOUGH_LENS and ENOUGH_DISTS to guard against changes in
211 if ((type == LENS && used > ENOUGH_LENS) ||
280 if ((type == LENS && used > ENOUGH_LENS) ||

Completed in 472 milliseconds