taglinefilesource code
z303zBoot/inflate.cunsigned z;                   /* number of entries in current table */
z377zBoot/inflate.cz = 0;                        /* ditto */
z397zBoot/inflate.cz = (z = g - w) > (unsigned)l ? l : z;  /* upper limit on table size */
z403zBoot/inflate.cwhile (++j < z)       /* try smaller tables up to z bits */
z411zBoot/inflate.cz = 1 << j;             /* table entries for j-bit table */
z414zBoot/inflate.cif ((q = (struct huft *)malloc((z + 1)*sizeof(struct huft))) ==
z424zBoot/inflate.chufts += z + 1;         /* track memory usage */
z462zBoot/inflate.cfor (j = i >> w; j < z; j += f)