Searched refs:uIntf (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dzconf.h107 typedef uInt uIntf; typedef
/freebsd-12-stable/sys/sys/
H A Dzlib.h105 # define uIntf z_uIntf macro
226 typedef uInt FAR uIntf; typedef
/freebsd-12-stable/sys/contrib/zlib/
H A Dzconf.h155 # define uIntf z_uIntf macro
404 typedef uInt FAR uIntf; typedef
/freebsd-12-stable/sys/libkern/
H A Dzlib.c3470 uIntf *, /* 19 code lengths */
3471 uIntf *, /* bits tree desired/actual depth */
3478 uIntf *, /* that many (total) code lengths */
3479 uIntf *, /* literal desired/actual bit depth */
3480 uIntf *, /* distance desired/actual bit depth */
3486 uIntf *, /* literal desired/actual bit depth */
3487 uIntf *, /* distance desired/actual bit depth */
3566 uIntf *blens; /* bit lengths of codes */
3850 if ((s->sub.trees.blens = (uIntf*)ZALLOC(z, t, sizeof(uInt))) == Z_NULL)
4132 uIntf *, /* cod
[all...]

Completed in 129 milliseconds