Lines Matching refs:DEBUGLOG
100 DEBUGLOG(5, "ZSTD_downscaleStat (nbElts=%u)", (unsigned)lastEltIndex+1); in ZSTD_downscaleStat()
121 DEBUGLOG(5, "ZSTD_rescaleFreqs (srcSize=%u)", (unsigned)srcSize); in ZSTD_rescaleFreqs()
126 DEBUGLOG(5, "(srcSize <= ZSTD_PREDEF_THRESHOLD) => zop_predef"); in ZSTD_rescaleFreqs()
294 DEBUGLOG(8, "ZSTD_getMatchPrice(ml:%u) = %u", matchLength, price); in ZSTD_getMatchPrice()
417 DEBUGLOG(8, "ZSTD_insertBt1 (%u)", curr); in ZSTD_insertBt1()
503 DEBUGLOG(6, "ZSTD_updateTree_internal, from %u to %u (dictMode:%u)", in ZSTD_updateTree_internal()
572 DEBUGLOG(8, "ZSTD_insertBtAndGetAllMatches: current=%u", curr); in ZSTD_insertBtAndGetAllMatches()
609 DEBUGLOG(8, "found repCode %u (ll0:%u, offset:%u) of length %u", in ZSTD_insertBtAndGetAllMatches()
636 DEBUGLOG(8, "found small match with hlog3, of length %u", in ZSTD_insertBtAndGetAllMatches()
674 DEBUGLOG(8, "found match of length %u at distance %u (offCode=%u)", in ZSTD_insertBtAndGetAllMatches()
723 DEBUGLOG(8, "found dms match of length %u at distance %u (offCode=%u)", in ZSTD_insertBtAndGetAllMatches()
766 DEBUGLOG(8, "ZSTD_BtGetAllMatches"); in ZSTD_BtGetAllMatches()
884 …DEBUGLOG(6, "ZSTD_optLdm_maybeAddMatch(): Adding ldm candidate match (offCode: %u matchLength %u) … in ZSTD_optLdm_maybeAddMatch()
974 DEBUGLOG(5, "ZSTD_compressBlock_opt_generic: current=%u, prefix=%u, nextToUpdate=%u", in ZSTD_compressBlock_opt_generic()
1006 … DEBUGLOG(6, "found %u matches of maxLength=%u and maxOffCode=%u at cPos=%u => start new series", in ZSTD_compressBlock_opt_generic()
1013 DEBUGLOG(6, "large match (%u>%u), immediate encoding", in ZSTD_compressBlock_opt_generic()
1033 DEBUGLOG(7, "rPos:%u => set initial price : %.2f", in ZSTD_compressBlock_opt_generic()
1048 DEBUGLOG(7, "cPos:%zi==rPos:%u", inr-istart, cur) in ZSTD_compressBlock_opt_generic()
1058 …DEBUGLOG(7, "cPos:%zi==rPos:%u : better price (%.2f<=%.2f) using literal (ll==%u) (hist:%u,%u,%u)", in ZSTD_compressBlock_opt_generic()
1066 … DEBUGLOG(7, "cPos:%zi==rPos:%u : literal would cost more (%.2f>%.2f) (hist:%u,%u,%u)", in ZSTD_compressBlock_opt_generic()
1094 DEBUGLOG(7, "move to next rPos:%u : price is <=", cur+1); in ZSTD_compressBlock_opt_generic()
1109 DEBUGLOG(7, "rPos:%u : no match found", cur); in ZSTD_compressBlock_opt_generic()
1114 DEBUGLOG(7, "cPos:%zi==rPos:%u, found %u matches, of maxLength=%u", in ZSTD_compressBlock_opt_generic()
1135 DEBUGLOG(7, "testing match %u => offCode=%4u, mlen=%2u, llen=%2u", in ZSTD_compressBlock_opt_generic()
1143 DEBUGLOG(7, "rPos:%u (ml=%2u) => new better price (%.2f<%.2f)", in ZSTD_compressBlock_opt_generic()
1151 DEBUGLOG(7, "rPos:%u (ml=%2u) => new price is worse (%.2f>=%.2f)", in ZSTD_compressBlock_opt_generic()
1180 DEBUGLOG(6, "start reverse traversal (last_pos:%u, cur:%u)", in ZSTD_compressBlock_opt_generic()
1183 DEBUGLOG(6, "last sequence copied into pos=%u (llen=%u,mlen=%u,ofc=%u)", in ZSTD_compressBlock_opt_generic()
1189 DEBUGLOG(6, "sequence from rPos=%u copied into pos=%u (llen=%u,mlen=%u,ofc=%u)", in ZSTD_compressBlock_opt_generic()
1196 DEBUGLOG(6, "sending selected sequences into seqStore") in ZSTD_compressBlock_opt_generic()
1203 DEBUGLOG(6, "considering seq starting at %zi, llen=%u, mlen=%u", in ZSTD_compressBlock_opt_generic()
1231 DEBUGLOG(5, "ZSTD_compressBlock_btopt"); in ZSTD_compressBlock_btopt()
1273 DEBUGLOG(4, "ZSTD_initStats_ultra (srcSize=%zu)", srcSize); in ZSTD_initStats_ultra()
1296 DEBUGLOG(5, "ZSTD_compressBlock_btultra (srcSize=%zu)", srcSize); in ZSTD_compressBlock_btultra()
1305 DEBUGLOG(5, "ZSTD_compressBlock_btultra2 (srcSize=%zu)", srcSize); in ZSTD_compressBlock_btultra2()