Searched refs:MAXDCODES (Results 1 – 1 of 1) sorted by relevance
93 #define MAXDCODES 30 /* maximum number of distance codes */ macro94 #define MAXCODES (MAXLCODES+MAXDCODES) /* maximum codes lengths to read */540 static short distcnt[MAXBITS+1], distsym[MAXDCODES]; in fixed()566 for (symbol = 0; symbol < MAXDCODES; symbol++) in fixed()568 construct(&distcode, lengths, MAXDCODES); in fixed()672 short distcnt[MAXBITS+1], distsym[MAXDCODES]; /* distcode memory */ in dynamic()687 if (nlen > MAXLCODES || ndist > MAXDCODES) in dynamic()