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

/openbsd-current/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/bzip2-src/
H A Dbzlib.h53 unsigned int total_in_hi32; member in struct:__anon2
H A Dbzlib.c209 strm->total_in_hi32 = 0;
310 if (s->strm->total_in_lo32 == 0) s->strm->total_in_hi32++;
328 if (s->strm->total_in_lo32 == 0) s->strm->total_in_hi32++;
521 strm->total_in_hi32 = 0;
1081 *nbytes_in_hi32 = bzf->strm.total_in_hi32;
H A Ddecompress.c65 s->strm->total_in_hi32++; \
/openbsd-current/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/
H A DBzip2.xs204 printf(" total_in_hi32 %u\n", s->stream.total_in_hi32);

Completed in 125 milliseconds