Home | History | Annotate | Download | only in dist

Lines Matching defs:ulen

932 local void put_trailer(unsigned long ulen, unsigned long clen,
944 PUT4L(tail + 12, ulen);
957 PUT4L(tail + 24, ulen); /* uncompressed length */
1001 PUT4L(tail + 4, ulen);
1642 unsigned long ulen; /* total uncompressed size (overflow ok) */
1653 ulen = clen = 0;
1668 ulen += (unsigned long)len;
1693 put_trailer(ulen, clen, check, head);
1942 unsigned long ulen; /* total uncompressed size (overflow ok) */
1990 ulen = (unsigned long)more;
2014 ulen += (unsigned long)more;
2049 ulen += (unsigned long)more;
2162 put_trailer(ulen, clen, check, head);