Searched refs:nbytes_in_hi32 (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.1-release/contrib/bzip2/
H A Dbzlib.h195 unsigned int* nbytes_in_hi32,
H A Dbzip2.c334 UInt32 nbytes_in_lo32, nbytes_in_hi32; local
361 &nbytes_in_lo32, &nbytes_in_hi32,
382 if (nbytes_in_lo32 == 0 && nbytes_in_hi32 == 0) {
389 nbytes_in_lo32, nbytes_in_hi32 );
411 &nbytes_in_lo32, &nbytes_in_hi32,
H A Dbzlib.c1034 unsigned int* nbytes_in_hi32,
1049 if (nbytes_in_hi32 != NULL) *nbytes_in_hi32 = 0;
1081 if (nbytes_in_hi32 != NULL)
1082 *nbytes_in_hi32 = bzf->strm.total_in_hi32;
1029 BZ2_bzWriteClose64( int* bzerror, BZFILE* b, int abandon, unsigned int* nbytes_in_lo32, unsigned int* nbytes_in_hi32, unsigned int* nbytes_out_lo32, unsigned int* nbytes_out_hi32 ) argument

Completed in 160 milliseconds