Searched refs:MAXBITS (Results 1 – 5 of 5) sorted by relevance
9 #define MAXBITS 15 macro58 unsigned short count[MAXBITS+1]; /* number of codes of each length */59 unsigned short offs[MAXBITS+1]; /* offsets in table for each length */109 for (len = 0; len <= MAXBITS; len++)116 for (max = MAXBITS; max >= 1; max--)120 for (min = 1; min <= MAXBITS; min++)126 for (len = 1; len <= MAXBITS; len++) {136 for (len = 1; len < MAXBITS; len++)
9 #define MAXBITS 15 macro58 unsigned short count[MAXBITS+1]; /* number of codes of each length */59 unsigned short offs[MAXBITS+1]; /* offsets in table for each length */107 for (len = 0; len <= MAXBITS; len++)114 for (max = MAXBITS; max >= 1; max--)132 for (len = 1; len <= MAXBITS; len++) {142 for (len = 1; len < MAXBITS; len++)
9 #define MAXBITS 15 macro58 unsigned short count[MAXBITS+1]; /* number of codes of each length */ in inflate_table()59 unsigned short offs[MAXBITS+1]; /* offsets in table for each length */ in inflate_table()107 for (len = 0; len <= MAXBITS; len++) in inflate_table()114 for (max = MAXBITS; max >= 1; max--) in inflate_table()132 for (len = 1; len <= MAXBITS; len++) { in inflate_table()142 for (len = 1; len < MAXBITS; len++) in inflate_table()
91 #define MAXBITS 15 /* maximum bits in a code */ macro244 for (len = 1; len <= MAXBITS; len++) { in decode()295 left = (MAXBITS+1) - len; in decode()345 short offs[MAXBITS+1]; /* offsets in symbol table for each length */ in construct()348 for (len = 0; len <= MAXBITS; len++) in construct()357 for (len = 1; len <= MAXBITS; len++) { in construct()366 for (len = 1; len < MAXBITS; len++) in construct()539 static short lencnt[MAXBITS+1], lensym[FIXLCODES]; in fixed()540 static short distcnt[MAXBITS+1], distsym[MAXDCODES]; in fixed()671 short lencnt[MAXBITS+1], lensym[MAXLCODES]; /* lencode memory */ in dynamic()[all …]
33 #define MAXBITS 13 /* maximum code length */ macro157 left = (MAXBITS+1) - len; in decode()192 short offs[MAXBITS+1]; /* offsets in symbol table for each length */ in construct()208 for (len = 0; len <= MAXBITS; len++) in construct()217 for (len = 1; len <= MAXBITS; len++) { in construct()225 for (len = 1; len < MAXBITS; len++) in construct()288 static short litcnt[MAXBITS+1], litsym[256]; /* litcode memory */ in decomp()289 static short lencnt[MAXBITS+1], lensym[16]; /* lencode memory */ in decomp()290 static short distcnt[MAXBITS+1], distsym[64]; /* distcode memory */ in decomp()