Lines Matching refs:DEBUGLOG

599         DEBUGLOG(6, "Cpos%7u :%3u literals, match%4u bytes at offCode%7u",  in ZSTD_storeSeq()
773 DEBUGLOG(7, "ZSTD_count_2segments: found a 2-parts match (current length==%zu)", matchLength); in ZSTD_count_2segments()
774 DEBUGLOG(7, "distance from match beginning to end dictionary = %zi", mEnd - match); in ZSTD_count_2segments()
775 DEBUGLOG(7, "distance from current pos to end buffer = %zi", iEnd - ip); in ZSTD_count_2segments()
776 DEBUGLOG(7, "next byte : ip==%02X, istart==%02X", ip[matchLength], *iStart); in ZSTD_count_2segments()
777 DEBUGLOG(7, "final match length = %zu", matchLength + ZSTD_count(ip+matchLength, iStart, iEnd)); in ZSTD_count_2segments()
1082 DEBUGLOG(4, "Correction of 0x%x bytes to lowLimit=0x%x", correction, in ZSTD_window_correctOverflow()
1119 DEBUGLOG(5, "ZSTD_window_enforceMaxDist: blockEndIdx=%u, maxDist=%u, loadedDictEnd=%u", in ZSTD_window_enforceMaxDist()
1139 DEBUGLOG(5, "Update dictLimit to match lowLimit, from %u to %u", in ZSTD_window_enforceMaxDist()
1166 DEBUGLOG(5, "ZSTD_checkDictValidity: blockEndIdx=%u, maxDist=%u, loadedDictEnd=%u", in ZSTD_checkDictValidity()
1175 DEBUGLOG(6, "invalidating dictionary for current block (distance > windowSize)"); in ZSTD_checkDictValidity()
1180 DEBUGLOG(6, "dictionary considered valid for current block"); in ZSTD_checkDictValidity()
1208 DEBUGLOG(5, "ZSTD_window_update"); in ZSTD_window_update()
1217 DEBUGLOG(5, "Non contiguous blocks, new segment starts at %u", window->dictLimit); in ZSTD_window_update()
1234 DEBUGLOG(5, "Overlapping extDict and input : new lowLimit = %u", window->lowLimit); in ZSTD_window_update()
1296 DEBUGLOG(2, "total nb elts: %u", sum); in ZSTD_debugTable()
1298 DEBUGLOG(2, "%2u: %5u (%.2f)", in ZSTD_debugTable()