Lines Matching refs:DEBUGLOG
109 DEBUGLOG(5, "ZSTD_downscaleStats (nbElts=%u, shift=%u)", in ZSTD_downscaleStats()
128 …DEBUGLOG(5, "ZSTD_scaleStats (nbElts=%u, target=%u)", (unsigned)lastEltIndex+1, (unsigned)logTarge… in ZSTD_scaleStats()
147 DEBUGLOG(5, "ZSTD_rescaleFreqs (srcSize=%u)", (unsigned)srcSize); in ZSTD_rescaleFreqs()
154 DEBUGLOG(5, "srcSize <= %i : use predefined stats", ZSTD_PREDEF_THRESHOLD); in ZSTD_rescaleFreqs()
271 DEBUGLOG(8, "ZSTD_rawLiteralsCost (%u literals)", litLength); in ZSTD_rawLiteralsCost()
351 DEBUGLOG(8, "ZSTD_getMatchPrice(ml:%u) = %u", matchLength, price); in ZSTD_getMatchPrice()
483 DEBUGLOG(8, "ZSTD_insertBt1 (%u)", curr); in ZSTD_insertBt1()
571 DEBUGLOG(7, "ZSTD_updateTree_internal, from %u to %u (dictMode:%u)", in ZSTD_updateTree_internal()
643 DEBUGLOG(8, "ZSTD_insertBtAndGetAllMatches: current=%u", curr); in ZSTD_insertBtAndGetAllMatches()
680 DEBUGLOG(8, "found repCode %u (ll0:%u, offset:%u) of length %u", in ZSTD_insertBtAndGetAllMatches()
707 DEBUGLOG(8, "found small match with hlog3, of length %u", in ZSTD_insertBtAndGetAllMatches()
745 DEBUGLOG(8, "found match of length %u at distance %u (offBase=%u)", in ZSTD_insertBtAndGetAllMatches()
793 DEBUGLOG(8, "found dms match of length %u at distance %u (offBase=%u)", in ZSTD_insertBtAndGetAllMatches()
846 DEBUGLOG(8, "ZSTD_BtGetAllMatches(dictMode=%d, mls=%u)", (int)dictMode, mls); in ZSTD_btGetAllMatches_internal()
1014 …DEBUGLOG(6, "ZSTD_optLdm_maybeAddMatch(): Adding ldm candidate match (offBase: %u matchLength %u) … in ZSTD_optLdm_maybeAddMatch()
1113 DEBUGLOG(5, "ZSTD_compressBlock_opt_generic: current=%u, prefix=%u, nextToUpdate=%u", in ZSTD_compressBlock_opt_generic()
1131 DEBUGLOG(8, "no match found at cPos %u", (unsigned)(ip-istart)); in ZSTD_compressBlock_opt_generic()
1158 … DEBUGLOG(6, "found %u matches of maxLength=%u and maxOffBase=%u at cPos=%u => start new series", in ZSTD_compressBlock_opt_generic()
1165 DEBUGLOG(6, "large match (%u>%u) => immediate encoding", in ZSTD_compressBlock_opt_generic()
1187 DEBUGLOG(7, "rPos:%u => set initial price : %.2f", in ZSTD_compressBlock_opt_generic()
1204 DEBUGLOG(7, "cPos:%i==rPos:%u", (int)(inr-istart), cur); in ZSTD_compressBlock_opt_generic()
1214 … DEBUGLOG(7, "cPos:%i==rPos:%u : better price (%.2f<=%.2f) using literal (ll==%u) (hist:%u,%u,%u)", in ZSTD_compressBlock_opt_generic()
1228 DEBUGLOG(7, "then at next rPos %u : match+1lit %.2f vs %ulits %.2f", in ZSTD_compressBlock_opt_generic()
1236 DEBUGLOG(7, "==> match+1lit is cheaper (%.2f < %.2f) (hist:%u,%u,%u) !", in ZSTD_compressBlock_opt_generic()
1247 DEBUGLOG(7, "cPos:%i==rPos:%u : literal would cost more (%.2f>%.2f)", in ZSTD_compressBlock_opt_generic()
1271 DEBUGLOG(7, "skip current position : next rPos(%u) price is cheaper", cur+1); in ZSTD_compressBlock_opt_generic()
1287 DEBUGLOG(7, "rPos:%u : no match found", cur); in ZSTD_compressBlock_opt_generic()
1292 DEBUGLOG(7, "cPos:%i==rPos:%u, found %u matches, of longest ML=%u", in ZSTD_compressBlock_opt_generic()
1312 DEBUGLOG(7, "testing match %u => offBase=%4u, mlen=%2u, llen=%2u", in ZSTD_compressBlock_opt_generic()
1320 DEBUGLOG(7, "rPos:%u (ml=%2u) => new better price (%.2f<%.2f)", in ZSTD_compressBlock_opt_generic()
1333 DEBUGLOG(7, "rPos:%u (ml=%2u) => new price is worse (%.2f>=%.2f)", in ZSTD_compressBlock_opt_generic()
1381 DEBUGLOG(6, "start reverse traversal (last_pos:%u, cur:%u)", in ZSTD_compressBlock_opt_generic()
1384 DEBUGLOG(6, "last stretch copied into pos=%u (llen=%u,mlen=%u,ofc=%u)", in ZSTD_compressBlock_opt_generic()
1399 DEBUGLOG(6, "selected sequence (llen=%u,mlen=%u,ofc=%u)", in ZSTD_compressBlock_opt_generic()
1412 DEBUGLOG(6, "sending selected sequences into seqStore"); in ZSTD_compressBlock_opt_generic()
1419 DEBUGLOG(6, "considering seq starting at %i, llen=%u, mlen=%u", in ZSTD_compressBlock_opt_generic()
1434 DEBUGLOG(7, "new offset history : %u, %u, %u", rep[0], rep[1], rep[2]); in ZSTD_compressBlock_opt_generic()
1469 DEBUGLOG(5, "ZSTD_compressBlock_btopt"); in ZSTD_compressBlock_btopt()
1493 DEBUGLOG(4, "ZSTD_initStats_ultra (srcSize=%zu)", srcSize); in ZSTD_initStats_ultra()
1514 DEBUGLOG(5, "ZSTD_compressBlock_btultra (srcSize=%zu)", srcSize); in ZSTD_compressBlock_btultra()
1523 DEBUGLOG(5, "ZSTD_compressBlock_btultra2 (srcSize=%zu)", srcSize); in ZSTD_compressBlock_btultra2()