Home
last modified time | relevance | path

Searched refs:BZ_RUN (Results 1 – 8 of 8) sorted by relevance

/external/bzip2/
Dbzlib.h29 #define BZ_RUN 0 macro
Dbzlib.c423 if (action == BZ_RUN) { in BZ_API()
990 ret = BZ2_bzCompress ( &(bzf->strm), BZ_RUN ); in BZ_API()
/external/valgrind/VEX/switchback/
Dtest_bzip2.c144 #define BZ_RUN 0 macro
4772 if (action == BZ_RUN) { in BZ_API()
5323 ret = BZ2_bzCompress ( &(bzf->strm), BZ_RUN ); in BZ_API()
/external/valgrind/exp-sgcheck/tests/
Dhackedbz2.c167 #define BZ_RUN 0 macro
4798 if (action == BZ_RUN) { in BZ_API()
5349 ret = BZ2_bzCompress ( &(bzf->strm), BZ_RUN ); in BZ_API()
/external/valgrind/memcheck/tests/
Dorigin5-bz2.c160 #define BZ_RUN 0 macro
4789 if (action == BZ_RUN) { in BZ_API()
5340 ret = BZ2_bzCompress ( &(bzf->strm), BZ_RUN ); in BZ_API()
Dvarinfo6.c198 #define BZ_RUN 0 macro
4827 if (action == BZ_RUN) { in BZ_API()
5378 ret = BZ2_bzCompress ( &(bzf->strm), BZ_RUN ); in BZ_API()
/external/valgrind/perf/
Dbz2.c160 #define BZ_RUN 0 macro
4787 if (action == BZ_RUN) { in BZ_API()
5338 ret = BZ2_bzCompress ( &(bzf->strm), BZ_RUN ); in BZ_API()
/external/zlib/src/contrib/minizip/
Dzip.c1441 err=BZ2_bzCompress(&zi->ci.bstream, BZ_RUN); in zipWriteInFileInZip()