Home
last modified time | relevance | path

Searched refs:VPrintf1 (Results 1 – 4 of 4) sorted by relevance

/oneTBB/examples/graph/fgbzip2/
H A Dcompress.cpp573 VPrintf1("%d ", fave[i]); in sendMTFValues()
651 VPrintf1(" bytes: mapping %d, ", s->numZ - nBytes); in sendMTFValues()
664 VPrintf1("selectors %d, ", s->numZ - nBytes); in sendMTFValues()
686 VPrintf1("code lengths %d, ", s->numZ - nBytes); in sendMTFValues()
776 VPrintf1("codes %d\n", s->numZ - nBytes); in sendMTFValues()
847 VPrintf1(" final combined CRC = 0x%08x\n ", s->combinedCRC); in BZ2_compressBlock()
H A Dbzlib_private.hpp123 #define VPrintf1(zf, za1) fprintf(stderr, zf, za1) macro
143 #define VPrintf1(zf, za1) \ macro
H A Dblocksort.cpp323 VPrintf1(" depth %6d has ", H); in fallbackSort()
381 VPrintf1("%6d unresolved strings\n", nNotDone); in fallbackSort()
H A Ddecompress.cpp289 VPrintf1("\n [%d: huff+mtf ", s->currBlockNo); in BZ2_decompress()