Lines Matching refs:uIntf
3806 uIntf *, /* 19 code lengths */ in _tr_flush_block()
3807 uIntf *, /* bits tree desired/actual depth */ in _tr_flush_block()
3815 uIntf *, /* that many (total) code lengths */ in _tr_flush_block()
3816 uIntf *, /* literal desired/actual bit depth */ in _tr_flush_block()
3817 uIntf *, /* distance desired/actual bit depth */ in _tr_flush_block()
3824 uIntf *, /* literal desired/actual bit depth */ in _tr_flush_block()
3825 uIntf *, /* distance desired/actual bit depth */ in _tr_flush_block()
3902 uIntf *blens; /* bit lengths of codes */ in _tr_flush_block()
4176 if ((s->sub.trees.blens = (uIntf*)ZALLOC(z, t, sizeof(uInt))) == Z_NULL) in _tr_flush_block()
4452 uIntf *, /* code lengths in bits */ in _tr_flush_block()
4455 const uIntf *, /* list of base values for non-simple codes */ in _tr_flush_block()
4456 const uIntf *, /* list of extra bits for non-simple codes */ in _tr_flush_block()
4458 uIntf *, /* maximum lookup bits (returns actual) */ in _tr_flush_block()
4461 uIntf * ); /* space for values */ in _tr_flush_block()
4516 local int huft_build(uIntf *b, /* code lengths in bits (all assumed <= BMAX) */ in _tr_flush_block()
4519 const uIntf *d, /* list of base values for non-simple codes */ in _tr_flush_block()
4520 const uIntf *e, /* list of extra bits for non-simple codes */ in _tr_flush_block()
4522 uIntf *m, /* maximum lookup bits, returns actual */ in _tr_flush_block()
4525 uIntf *v) /* working area: values in order of bit length */ in _tr_flush_block()
4543 uIntf *p; /* pointer into c[], b[], or v[] */ in _tr_flush_block()
4549 uIntf *xp; /* pointer into x */ in _tr_flush_block()
4719 int inflate_trees_bits(uIntf *c, /* 19 code lengths */ in _tr_flush_block()
4720 uIntf *bb, /* bits tree desired/actual depth */ in _tr_flush_block()
4727 uIntf *v; /* work area for huft_build */ in _tr_flush_block()
4729 if ((v = (uIntf*)ZALLOC(z, 19, sizeof(uInt))) == Z_NULL) in _tr_flush_block()
4731 r = huft_build(c, 19, 19, (uIntf*)Z_NULL, (uIntf*)Z_NULL, in _tr_flush_block()
4747 uIntf *c, /* number of distance codes */ in _tr_flush_block()
4748 uIntf *bl, /* that many (total) code lengths */ in _tr_flush_block()
4749 uIntf *bd, /* literal desired/actual bit depth */ in _tr_flush_block()
4757 uIntf *v; /* work area for huft_build */ in _tr_flush_block()
4760 if ((v = (uIntf*)ZALLOC(z, 288, sizeof(uInt))) == Z_NULL) in _tr_flush_block()
4977 uIntf *bl, /* literal desired/actual bit depth */ in inflate_trees_fixed()
4978 uIntf *bd, /* distance desired/actual bit depth */ in inflate_trees_fixed()
4989 uIntf *c; /* length list for huft_build */ in inflate_trees_fixed()
4990 uIntf *v; /* work area for huft_build */ in inflate_trees_fixed()
4993 if ((c = (uIntf*)ZALLOC(z, 288, sizeof(uInt))) == Z_NULL) in inflate_trees_fixed()
4995 if ((v = (uIntf*)ZALLOC(z, 288, sizeof(uInt))) == Z_NULL) in inflate_trees_fixed()