Searched refs:nbytes_in_hi32 (Results 1 – 7 of 7) sorted by relevance
/external/bzip2/ |
D | bzlib.h | 195 unsigned int* nbytes_in_hi32,
|
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 | 1026 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/ |
D | origin5-bz2.c | 326 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()
|
D | varinfo6.c | 364 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()
|
/external/valgrind/exp-sgcheck/tests/ |
D | hackedbz2.c | 333 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()
|
/external/valgrind/perf/ |
D | bz2.c | 326 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()
|