Searched refs:nbytes_in_lo32 (Results 1 – 5 of 5) sorted by relevance
/external/bzip2/ |
D | bzlib.h | 194 unsigned int* nbytes_in_lo32,
|
D | bzip2.c | 334 UInt32 nbytes_in_lo32, nbytes_in_hi32; in compressStream() local 361 &nbytes_in_lo32, &nbytes_in_hi32, in compressStream() 382 if (nbytes_in_lo32 == 0 && nbytes_in_hi32 == 0) { in compressStream() 389 nbytes_in_lo32, nbytes_in_hi32 ); in compressStream() 411 &nbytes_in_lo32, &nbytes_in_hi32, in compressStream()
|
D | bzlib.c | 1025 unsigned int* nbytes_in_lo32, in BZ_API() 1040 if (nbytes_in_lo32 != NULL) *nbytes_in_lo32 = 0; in BZ_API() 1071 if (nbytes_in_lo32 != NULL) in BZ_API() 1072 *nbytes_in_lo32 = bzf->strm.total_in_lo32; in BZ_API()
|
/external/u-boot/include/ |
D | bzlib.h | 243 unsigned int* nbytes_in_lo32,
|
/external/u-boot/lib/bzip2/ |
D | bzlib.c | 1053 unsigned int* nbytes_in_lo32, in BZ_API() 1068 if (nbytes_in_lo32 != NULL) *nbytes_in_lo32 = 0; in BZ_API() 1099 if (nbytes_in_lo32 != NULL) in BZ_API() 1100 *nbytes_in_lo32 = bzf->strm.total_in_lo32; in BZ_API()
|