Searched refs:nbytes_out (Results 1 - 3 of 3) sorted by relevance
/ast/src/cmd/bzip/ |
H A D | bzip2.c | 296 UInt32 nbytes_in, nbytes_out; local 321 bzWriteClose ( &bzerr, bzf, 0, &nbytes_in, &nbytes_out ); 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), 344 nbytes_out 350 bzWriteClose ( &bzerr_dummy, bzf, 1, &nbytes_in, &nbytes_out );
|
/ast/src/lib/libbz/ |
H A D | bzlib.h | 258 unsigned int* nbytes_out
|
H A D | bzlib.c | 978 unsigned int* nbytes_out ) 991 if (nbytes_out != NULL) *nbytes_out = 0; 1020 if (nbytes_out != NULL) *nbytes_out = bzf->strm.total_out;
|
Completed in 28 milliseconds