Home
last modified time | relevance | path

Searched refs:nbytes_in_hi32 (Results 1 – 7 of 7) 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/valgrind/memcheck/tests/
Dvarinfo6.c364 unsigned int* nbytes_in_hi32,
5414 unsigned int* nbytes_in_hi32, in BZ_API()
5429 if (nbytes_in_hi32 != NULL) *nbytes_in_hi32 = 0; in BZ_API()
5461 if (nbytes_in_hi32 != NULL) in BZ_API()
5462 *nbytes_in_hi32 = bzf->strm.total_in_hi32; in BZ_API()
Dorigin5-bz2.c326 unsigned int* nbytes_in_hi32,
5376 unsigned int* nbytes_in_hi32, in BZ_API()
5391 if (nbytes_in_hi32 != NULL) *nbytes_in_hi32 = 0; in BZ_API()
5423 if (nbytes_in_hi32 != NULL) in BZ_API()
5424 *nbytes_in_hi32 = bzf->strm.total_in_hi32; in BZ_API()
/external/valgrind/perf/
Dbz2.c326 unsigned int* nbytes_in_hi32,
5374 unsigned int* nbytes_in_hi32, in BZ_API()
5389 if (nbytes_in_hi32 != NULL) *nbytes_in_hi32 = 0; in BZ_API()
5421 if (nbytes_in_hi32 != NULL) in BZ_API()
5422 *nbytes_in_hi32 = bzf->strm.total_in_hi32; in BZ_API()
/external/valgrind/exp-sgcheck/tests/
Dhackedbz2.c333 unsigned int* nbytes_in_hi32,
5385 unsigned int* nbytes_in_hi32, in BZ_API()
5400 if (nbytes_in_hi32 != NULL) *nbytes_in_hi32 = 0; in BZ_API()
5432 if (nbytes_in_hi32 != NULL) in BZ_API()
5433 *nbytes_in_hi32 = bzf->strm.total_in_hi32; in BZ_API()