Searched refs:MAXLCODES (Results 1 – 1 of 1) sorted by relevance
92 #define MAXLCODES 286 /* maximum number of literal/length codes */ macro94 #define MAXCODES (MAXLCODES+MAXDCODES) /* maximum codes lengths to read */671 short lencnt[MAXBITS+1], lensym[MAXLCODES]; /* lencode memory */ in dynamic()687 if (nlen > MAXLCODES || ndist > MAXDCODES) in dynamic()