Lines Matching refs:DEBUGLOG
113 DEBUGLOG(5, "Repeat FSE_CTable has maxSymbolValue %u < %u", in ZSTD_fseBitCost()
124 DEBUGLOG(5, "Repeat FSE_CTable has Prob[%u] == 0", s); in ZSTD_fseBitCost()
171 DEBUGLOG(5, "Selected set_basic"); in ZSTD_selectEncodingType()
174 DEBUGLOG(5, "Selected set_rle"); in ZSTD_selectEncodingType()
187 DEBUGLOG(5, "Selected set_repeat"); in ZSTD_selectEncodingType()
192 DEBUGLOG(5, "Selected set_basic"); in ZSTD_selectEncodingType()
215 DEBUGLOG(5, "Estimated bit costs: basic=%u\trepeat=%u\tcompressed=%u", in ZSTD_selectEncodingType()
218 DEBUGLOG(5, "Selected set_basic"); in ZSTD_selectEncodingType()
224 DEBUGLOG(5, "Selected set_repeat"); in ZSTD_selectEncodingType()
230 DEBUGLOG(5, "Selected set_compressed"); in ZSTD_selectEncodingType()
251 DEBUGLOG(6, "ZSTD_buildCTable (dstCapacity=%u)", (unsigned)dstCapacity); in ZSTD_buildCTable()
303 DEBUGLOG(6, "available space for bitstream : %i (dstCapacity=%u)", in ZSTD_encodeSequences_body()
337 DEBUGLOG(6, "encoding: litlen:%2u - matchlen:%2u - offCode:%7u", in ZSTD_encodeSequences_body()
365 DEBUGLOG(7, "remaining space : %i", (int)(blockStream.endPtr - blockStream.ptr)); in ZSTD_encodeSequences_body()
368 DEBUGLOG(6, "ZSTD_encodeSequences: flushing ML state with %u bits", stateMatchLength.stateLog); in ZSTD_encodeSequences_body()
370 DEBUGLOG(6, "ZSTD_encodeSequences: flushing Off state with %u bits", stateOffsetBits.stateLog); in ZSTD_encodeSequences_body()
372 DEBUGLOG(6, "ZSTD_encodeSequences: flushing LL state with %u bits", stateLitLength.stateLog); in ZSTD_encodeSequences_body()
423 DEBUGLOG(5, "ZSTD_encodeSequences: dstCapacity = %u", (unsigned)dstCapacity); in ZSTD_encodeSequences()