Home
last modified time | relevance | path

Searched refs:nbytes_in_hi32 (Results 1 – 5 of 5) sorted by relevance

/external/bzip2/
Dbzlib.h195 unsigned int* nbytes_in_hi32,
Dbzip2.c334 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()
Dbzlib.c1026 unsigned int* nbytes_in_hi32, in BZ_API()
1041 if (nbytes_in_hi32 != NULL) *nbytes_in_hi32 = 0; in BZ_API()
1073 if (nbytes_in_hi32 != NULL) in BZ_API()
1074 *nbytes_in_hi32 = bzf->strm.total_in_hi32; in BZ_API()
/external/u-boot/include/
Dbzlib.h244 unsigned int* nbytes_in_hi32,
/external/u-boot/lib/bzip2/
Dbzlib.c1054 unsigned int* nbytes_in_hi32, in BZ_API()
1069 if (nbytes_in_hi32 != NULL) *nbytes_in_hi32 = 0; in BZ_API()
1101 if (nbytes_in_hi32 != NULL) in BZ_API()
1102 *nbytes_in_hi32 = bzf->strm.total_in_hi32; in BZ_API()