Home
last modified time | relevance | path

Searched refs:verbosity (Results 1 – 6 of 6) sorted by relevance

/oneTBB/examples/graph/fgbzip2/
H A Dbzlib.hpp145 int verbosity,
152 BZ_EXTERN int BZ_API(BZ2_bzDecompressInit)(bz_stream* strm, int verbosity, int small);
166 BZ2_bzReadOpen)(int* bzerror, FILE* f, int verbosity, int small, void* unused, int nUnused);
175 BZ2_bzWriteOpen)(int* bzerror, FILE* f, int blockSize100k, int verbosity, int workFactor);
201 int verbosity,
209 int verbosity);
H A Dbzlib.cpp229 s->verbosity = verbosity; in BZ_API()
534 if (verbosity < 0 || verbosity > 4) in BZ_API()
560 s->verbosity = verbosity; in BZ_API()
942 if (s->verbosity >= 3) in BZ_API()
944 if (s->verbosity >= 2) in BZ_API()
960 if (s->verbosity >= 3) in BZ_API()
1043 (workFactor < 0 || workFactor > 250) || (verbosity < 0 || verbosity > 4)) { in BZ_API()
1229 if (f == nullptr || (small != 0 && small != 1) || (verbosity < 0 || verbosity > 4) || in BZ_API()
1404 blockSize100k > 9 || verbosity < 0 || verbosity > 4 || workFactor < 0 || workFactor > 250) in BZ_API()
1452 verbosity < 0 || verbosity > 4) in BZ_API()
[all …]
H A Dcompress.cpp296 if (s->verbosity >= 3) in sendMTFValues()
342 if (s->verbosity >= 3) in sendMTFValues()
570 if (s->verbosity >= 3) { in sendMTFValues()
650 if (s->verbosity >= 3) in sendMTFValues()
663 if (s->verbosity >= 3) in sendMTFValues()
685 if (s->verbosity >= 3) in sendMTFValues()
775 if (s->verbosity >= 3) in sendMTFValues()
788 if (s->verbosity >= 2) in BZ2_compressBlock()
846 if (s->verbosity >= 2) in BZ2_compressBlock()
H A Dbzlib_private.hpp290 Int32 verbosity; member
395 Int32 verbosity; member
H A Ddecompress.cpp288 if (s->verbosity >= 2) in BZ2_decompress()
600 if (s->verbosity >= 2) in BZ2_decompress()
H A Dblocksort.cpp1223 Int32 verb = s->verbosity; in BZ2_blockSort()