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

/ast/src/cmd/bzip/
H A Dbzip2.c296 UInt32 nbytes_in, nbytes_out; local
321 bzWriteClose ( &bzerr, bzf, 0, &nbytes_in, &nbytes_out );
335 if (nbytes_in == 0) nbytes_in = 1;
340 (float)nbytes_in / (float)nbytes_out,
341 (8.0 * (float)nbytes_out) / (float)nbytes_in,
342 100.0 * (1.0 - (float)nbytes_out / (float)nbytes_in),
343 nbytes_in,
350 bzWriteClose ( &bzerr_dummy, bzf, 1, &nbytes_in, &nbytes_out );
/ast/src/lib/libbz/
H A Dbzlib.h257 unsigned int* nbytes_in,
H A Dbzlib.c977 unsigned int* nbytes_in,
990 if (nbytes_in != NULL) *nbytes_in = 0;
1019 if (nbytes_in != NULL) *nbytes_in = bzf->strm.total_in;
973 bzWriteClose( int* bzerror, BZFILE* b, int abandon, unsigned int* nbytes_in, unsigned int* nbytes_out ) argument

Completed in 54 milliseconds