Lines Matching refs:DEBUGLOG

94DEBUGLOG(5, "ZSTD_downscaleStats (nbElts=%u, shift=%u)", (unsigned)lastEltIndex+1, (unsigned)shift…  in ZSTD_downscaleStats()
110DEBUGLOG(5, "ZSTD_scaleStats (nbElts=%u, target=%u)", (unsigned)lastEltIndex+1, (unsigned)logTarge… in ZSTD_scaleStats()
129 DEBUGLOG(5, "ZSTD_rescaleFreqs (srcSize=%u)", (unsigned)srcSize); in ZSTD_rescaleFreqs()
134 DEBUGLOG(5, "(srcSize <= ZSTD_PREDEF_THRESHOLD) => zop_predef"); in ZSTD_rescaleFreqs()
323 DEBUGLOG(8, "ZSTD_getMatchPrice(ml:%u) = %u", matchLength, price); in ZSTD_getMatchPrice()
451 DEBUGLOG(8, "ZSTD_insertBt1 (%u)", curr); in ZSTD_insertBt1()
538 DEBUGLOG(6, "ZSTD_updateTree_internal, from %u to %u (dictMode:%u)", in ZSTD_updateTree_internal()
607 DEBUGLOG(8, "ZSTD_insertBtAndGetAllMatches: current=%u", curr); in ZSTD_insertBtAndGetAllMatches()
644 DEBUGLOG(8, "found repCode %u (ll0:%u, offset:%u) of length %u", in ZSTD_insertBtAndGetAllMatches()
671 DEBUGLOG(8, "found small match with hlog3, of length %u", in ZSTD_insertBtAndGetAllMatches()
709 DEBUGLOG(8, "found match of length %u at distance %u (offCode=%u)", in ZSTD_insertBtAndGetAllMatches()
757 DEBUGLOG(8, "found dms match of length %u at distance %u (offCode=%u)", in ZSTD_insertBtAndGetAllMatches()
808 DEBUGLOG(8, "ZSTD_BtGetAllMatches(dictMode=%d, mls=%u)", (int)dictMode, mls); in ZSTD_btGetAllMatches_internal()
975DEBUGLOG(6, "ZSTD_optLdm_maybeAddMatch(): Adding ldm candidate match (offCode: %u matchLength %u) … in ZSTD_optLdm_maybeAddMatch()
1070 DEBUGLOG(5, "ZSTD_compressBlock_opt_generic: current=%u, prefix=%u, nextToUpdate=%u", in ZSTD_compressBlock_opt_generic()
1102DEBUGLOG(6, "found %u matches of maxLength=%u and maxOffCode=%u at cPos=%u => start new series", in ZSTD_compressBlock_opt_generic()
1109 DEBUGLOG(6, "large match (%u>%u), immediate encoding", in ZSTD_compressBlock_opt_generic()
1130 DEBUGLOG(7, "rPos:%u => set initial price : %.2f", in ZSTD_compressBlock_opt_generic()
1145 DEBUGLOG(7, "cPos:%zi==rPos:%u", inr-istart, cur) in ZSTD_compressBlock_opt_generic()
1155DEBUGLOG(7, "cPos:%zi==rPos:%u : better price (%.2f<=%.2f) using literal (ll==%u) (hist:%u,%u,%u)", in ZSTD_compressBlock_opt_generic()
1163DEBUGLOG(7, "cPos:%zi==rPos:%u : literal would cost more (%.2f>%.2f) (hist:%u,%u,%u)", in ZSTD_compressBlock_opt_generic()
1191 DEBUGLOG(7, "move to next rPos:%u : price is <=", cur+1); in ZSTD_compressBlock_opt_generic()
1207 DEBUGLOG(7, "rPos:%u : no match found", cur); in ZSTD_compressBlock_opt_generic()
1212 DEBUGLOG(7, "cPos:%zi==rPos:%u, found %u matches, of maxLength=%u", in ZSTD_compressBlock_opt_generic()
1233 DEBUGLOG(7, "testing match %u => offCode=%4u, mlen=%2u, llen=%2u", in ZSTD_compressBlock_opt_generic()
1241 DEBUGLOG(7, "rPos:%u (ml=%2u) => new better price (%.2f<%.2f)", in ZSTD_compressBlock_opt_generic()
1249 DEBUGLOG(7, "rPos:%u (ml=%2u) => new price is worse (%.2f>=%.2f)", in ZSTD_compressBlock_opt_generic()
1278 DEBUGLOG(6, "start reverse traversal (last_pos:%u, cur:%u)", in ZSTD_compressBlock_opt_generic()
1281 DEBUGLOG(6, "last sequence copied into pos=%u (llen=%u,mlen=%u,ofc=%u)", in ZSTD_compressBlock_opt_generic()
1287 DEBUGLOG(6, "sequence from rPos=%u copied into pos=%u (llen=%u,mlen=%u,ofc=%u)", in ZSTD_compressBlock_opt_generic()
1294 DEBUGLOG(6, "sending selected sequences into seqStore") in ZSTD_compressBlock_opt_generic()
1301 DEBUGLOG(6, "considering seq starting at %zi, llen=%u, mlen=%u", in ZSTD_compressBlock_opt_generic()
1342 DEBUGLOG(5, "ZSTD_compressBlock_btopt"); in ZSTD_compressBlock_btopt()
1363 DEBUGLOG(4, "ZSTD_initStats_ultra (srcSize=%zu)", srcSize); in ZSTD_initStats_ultra()
1384 DEBUGLOG(5, "ZSTD_compressBlock_btultra (srcSize=%zu)", srcSize); in ZSTD_compressBlock_btultra()
1393 DEBUGLOG(5, "ZSTD_compressBlock_btultra2 (srcSize=%zu)", srcSize); in ZSTD_compressBlock_btultra2()