Searched refs:nbytes_in (Results 1 – 7 of 7) sorted by relevance
/external/bzip2/ |
D | bzlib.h | 186 unsigned int* nbytes_in,
|
D | bzip2.c | 386 UInt64 nbytes_in, nbytes_out; in compressStream() local 388 uInt64_from_UInt32s ( &nbytes_in, in compressStream() 392 nbytes_in_d = uInt64_to_double ( &nbytes_in ); in compressStream() 394 uInt64_toAscii ( buf_nin, &nbytes_in ); in compressStream()
|
D | bzlib.c | 1013 unsigned int* nbytes_in, in BZ_API() 1017 nbytes_in, NULL, nbytes_out, NULL ); in BZ_API()
|
/external/valgrind/memcheck/tests/ |
D | varinfo6.c | 355 unsigned int* nbytes_in, 5401 unsigned int* nbytes_in, in BZ_API() 5405 nbytes_in, NULL, nbytes_out, NULL ); in BZ_API()
|
D | origin5-bz2.c | 317 unsigned int* nbytes_in, 5363 unsigned int* nbytes_in, in BZ_API() 5367 nbytes_in, NULL, nbytes_out, NULL ); in BZ_API()
|
/external/valgrind/perf/ |
D | bz2.c | 317 unsigned int* nbytes_in, 5361 unsigned int* nbytes_in, in BZ_API() 5365 nbytes_in, NULL, nbytes_out, NULL ); in BZ_API()
|
/external/valgrind/exp-sgcheck/tests/ |
D | hackedbz2.c | 324 unsigned int* nbytes_in, 5372 unsigned int* nbytes_in, in BZ_API() 5376 nbytes_in, NULL, nbytes_out, NULL ); in BZ_API()
|