Lines Matching refs:DEBUGLOG

115         DEBUGLOG(5, "Repeat FSE_CTable has maxSymbolValue %u < %u",  in ZSTD_fseBitCost()
126 DEBUGLOG(5, "Repeat FSE_CTable has Prob[%u] == 0", s); in ZSTD_fseBitCost()
173 DEBUGLOG(5, "Selected set_basic"); in ZSTD_selectEncodingType()
176 DEBUGLOG(5, "Selected set_rle"); in ZSTD_selectEncodingType()
189 DEBUGLOG(5, "Selected set_repeat"); in ZSTD_selectEncodingType()
194 DEBUGLOG(5, "Selected set_basic"); in ZSTD_selectEncodingType()
217 DEBUGLOG(5, "Estimated bit costs: basic=%u\trepeat=%u\tcompressed=%u", in ZSTD_selectEncodingType()
220 DEBUGLOG(5, "Selected set_basic"); in ZSTD_selectEncodingType()
226 DEBUGLOG(5, "Selected set_repeat"); in ZSTD_selectEncodingType()
232 DEBUGLOG(5, "Selected set_compressed"); in ZSTD_selectEncodingType()
253 DEBUGLOG(6, "ZSTD_buildCTable (dstCapacity=%u)", (unsigned)dstCapacity); in ZSTD_buildCTable()
306 DEBUGLOG(6, "available space for bitstream : %i (dstCapacity=%u)", in ZSTD_encodeSequences_body()
340 DEBUGLOG(6, "encoding: litlen:%2u - matchlen:%2u - offCode:%7u", in ZSTD_encodeSequences_body()
368 DEBUGLOG(7, "remaining space : %i", (int)(blockStream.endPtr - blockStream.ptr)); in ZSTD_encodeSequences_body()
371 DEBUGLOG(6, "ZSTD_encodeSequences: flushing ML state with %u bits", stateMatchLength.stateLog); in ZSTD_encodeSequences_body()
373 DEBUGLOG(6, "ZSTD_encodeSequences: flushing Off state with %u bits", stateOffsetBits.stateLog); in ZSTD_encodeSequences_body()
375 DEBUGLOG(6, "ZSTD_encodeSequences: flushing LL state with %u bits", stateLitLength.stateLog); in ZSTD_encodeSequences_body()
426 DEBUGLOG(5, "ZSTD_encodeSequences: dstCapacity = %u", (unsigned)dstCapacity); in ZSTD_encodeSequences()