Lines Matching refs:DEBUGLOG
380 DEBUGLOG(5, "HUF_setMaxHeight (targetNbBits = %u)", targetNbBits); in HUF_setMaxHeight()
686 DEBUGLOG(5, "HUF_buildTree (alphabet size = %u)", maxSymbolValue + 1); in HUF_buildTree()
713 …DEBUGLOG(6, "Initial distribution of bits completed (%zu sorted symbols)", showHNodeBits(huffNode,… in HUF_buildTree()
765 DEBUGLOG(5, "HUF_buildCTable_wksp (alphabet size = %u)", maxSymbolValue+1); in HUF_buildCTable_wksp()
777 …DEBUGLOG(6, "sorted symbols completed (%zu symbols)", showHNodeSymbols(huffNode, maxSymbolValue+1)… in HUF_buildCTable_wksp()
1295 DEBUGLOG(6, "HUF_optimalTableLog: probing huf depth (srcSize=%zu)", srcSize); in HUF_optimalTableLog()
1299 DEBUGLOG(7, "checking for huffLog=%u", optLogGuess); in HUF_optimalTableLog()
1343 DEBUGLOG(5, "HUF_compress_internal (srcSize=%zu)", srcSize); in HUF_compress_internal()
1367 DEBUGLOG(5, "input suspected incompressible : sampling to check"); in HUF_compress_internal()
1384 … DEBUGLOG(6, "histogram detail completed (%zu symbols)", showU32(table->count, maxSymbolValue+1)); in HUF_compress_internal()
1406 …DEBUGLOG(6, "bit distribution completed (%zu symbols)", showCTableBits(table->CTable + 1, maxSymbo… in HUF_compress_internal()
1440 DEBUGLOG(5, "HUF_compress1X_repeat (srcSize = %zu)", srcSize); in HUF_compress1X_repeat()
1457 DEBUGLOG(5, "HUF_compress4X_repeat (srcSize = %zu)", srcSize); in HUF_compress4X_repeat()