Lines Matching refs:uIntf
206 uIntf *, /* 19 code lengths */
207 uIntf *, /* bits tree desired/actual depth */
214 uIntf *, /* that many (total) code lengths */
215 uIntf *, /* literal desired/actual bit depth */
216 uIntf *, /* distance desired/actual bit depth */
222 uIntf *, /* literal desired/actual bit depth */
223 uIntf *, /* distance desired/actual bit depth */
602 uIntf *blens; /* bit lengths of codes */
902 if ((s->sub.trees.blens = (uIntf*)ZALLOC(z, t, sizeof(uInt))) == Z_NULL)
1153 uIntf *, /* code lengths in bits */
1156 uIntf *, /* list of base values for non-simple codes */
1157 uIntf *, /* list of extra bits for non-simple codes */
1159 uIntf *, /* maximum lookup bits (returns actual) */
1231 uIntf *b; /* code lengths in bits (all assumed <= BMAX) */ in huft_build()
1234 uIntf *d; /* list of base values for non-simple codes */
1235 uIntf *e; /* list of extra bits for non-simple codes */
1237 uIntf *m; /* maximum lookup bits, returns actual */
1255 register uIntf *p; /* pointer into c[], b[], or v[] */
1262 uIntf *xp; /* pointer into x */
1435 uIntf *c; /* 19 code lengths */ in inflate_trees_bits()
1436 uIntf *bb; /* bits tree desired/actual depth */
1442 r = huft_build(c, 19, 19, (uIntf*)Z_NULL, (uIntf*)Z_NULL, tb, bb, z);
1458 uIntf *c; /* that many (total) code lengths */
1459 uIntf *bl; /* literal desired/actual bit depth */
1460 uIntf *bd; /* distance desired/actual bit depth */
1541 uIntf *bl; /* literal desired/actual bit depth */ in inflate_trees_fixed()
1542 uIntf *bd; /* distance desired/actual bit depth */