Searched refs:nbytes_in_lo32 (Results 1 – 7 of 7) 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/valgrind/memcheck/tests/ |
D | varinfo6.c | 363 unsigned int* nbytes_in_lo32, 5413 unsigned int* nbytes_in_lo32, in BZ_API() 5428 if (nbytes_in_lo32 != NULL) *nbytes_in_lo32 = 0; in BZ_API() 5459 if (nbytes_in_lo32 != NULL) in BZ_API() 5460 *nbytes_in_lo32 = bzf->strm.total_in_lo32; in BZ_API()
|
D | origin5-bz2.c | 325 unsigned int* nbytes_in_lo32, 5375 unsigned int* nbytes_in_lo32, in BZ_API() 5390 if (nbytes_in_lo32 != NULL) *nbytes_in_lo32 = 0; in BZ_API() 5421 if (nbytes_in_lo32 != NULL) in BZ_API() 5422 *nbytes_in_lo32 = bzf->strm.total_in_lo32; in BZ_API()
|
/external/valgrind/perf/ |
D | bz2.c | 325 unsigned int* nbytes_in_lo32, 5373 unsigned int* nbytes_in_lo32, in BZ_API() 5388 if (nbytes_in_lo32 != NULL) *nbytes_in_lo32 = 0; in BZ_API() 5419 if (nbytes_in_lo32 != NULL) in BZ_API() 5420 *nbytes_in_lo32 = bzf->strm.total_in_lo32; in BZ_API()
|
/external/valgrind/exp-sgcheck/tests/ |
D | hackedbz2.c | 332 unsigned int* nbytes_in_lo32, 5384 unsigned int* nbytes_in_lo32, in BZ_API() 5399 if (nbytes_in_lo32 != NULL) *nbytes_in_lo32 = 0; in BZ_API() 5430 if (nbytes_in_lo32 != NULL) in BZ_API() 5431 *nbytes_in_lo32 = bzf->strm.total_in_lo32; in BZ_API()
|