Searched refs:nbytes_out (Results 1 – 7 of 7) sorted by relevance
/external/bzip2/ |
D | bzlib.h | 187 unsigned int* nbytes_out
|
D | bzip2.c | 386 UInt64 nbytes_in, nbytes_out; in compressStream() local 390 uInt64_from_UInt32s ( &nbytes_out, in compressStream() 393 nbytes_out_d = uInt64_to_double ( &nbytes_out ); in compressStream() 395 uInt64_toAscii ( buf_nout, &nbytes_out ); in compressStream()
|
D | bzlib.c | 1014 unsigned int* nbytes_out ) in BZ_API() 1017 nbytes_in, NULL, nbytes_out, NULL ); in BZ_API()
|
/external/valgrind/memcheck/tests/ |
D | varinfo6.c | 356 unsigned int* nbytes_out 5402 unsigned int* nbytes_out ) in BZ_API() 5405 nbytes_in, NULL, nbytes_out, NULL ); in BZ_API()
|
D | origin5-bz2.c | 318 unsigned int* nbytes_out 5364 unsigned int* nbytes_out ) in BZ_API() 5367 nbytes_in, NULL, nbytes_out, NULL ); in BZ_API()
|
/external/valgrind/perf/ |
D | bz2.c | 318 unsigned int* nbytes_out 5362 unsigned int* nbytes_out ) in BZ_API() 5365 nbytes_in, NULL, nbytes_out, NULL ); in BZ_API()
|
/external/valgrind/exp-sgcheck/tests/ |
D | hackedbz2.c | 325 unsigned int* nbytes_out 5373 unsigned int* nbytes_out ) in BZ_API() 5376 nbytes_in, NULL, nbytes_out, NULL ); in BZ_API()
|