Home
last modified time | relevance | path

Searched refs:nbytes_out_hi32 (Results 1 – 3 of 3) sorted by relevance

/external/bzip2/
Dbzlib.h197 unsigned int* nbytes_out_hi32
Dbzlib.c1028 unsigned int* nbytes_out_hi32 ) in BZ_API()
1043 if (nbytes_out_hi32 != NULL) *nbytes_out_hi32 = 0; in BZ_API()
1077 if (nbytes_out_hi32 != NULL) in BZ_API()
1078 *nbytes_out_hi32 = bzf->strm.total_out_hi32; in BZ_API()
Dbzip2.c335 UInt32 nbytes_out_lo32, nbytes_out_hi32; in compressStream() local
362 &nbytes_out_lo32, &nbytes_out_hi32 ); in compressStream()
391 nbytes_out_lo32, nbytes_out_hi32 ); in compressStream()
412 &nbytes_out_lo32, &nbytes_out_hi32 ); in compressStream()