Lines Matching refs:DEBUGLOG
513 DEBUGLOG(6, "Cpos%7u :%3u literals, match%4u bytes at offCode%7u", in ZSTD_storeSeq()
647 DEBUGLOG(7, "ZSTD_count_2segments: found a 2-parts match (current length==%zu)", matchLength); in ZSTD_count_2segments()
648 DEBUGLOG(7, "distance from match beginning to end dictionary = %zi", mEnd - match); in ZSTD_count_2segments()
649 DEBUGLOG(7, "distance from current pos to end buffer = %zi", iEnd - ip); in ZSTD_count_2segments()
650 DEBUGLOG(7, "next byte : ip==%02X, istart==%02X", ip[matchLength], *iStart); in ZSTD_count_2segments()
651 DEBUGLOG(7, "final match length = %zu", matchLength + ZSTD_count(ip+matchLength, iStart, iEnd)); in ZSTD_count_2segments()
874 DEBUGLOG(4, "Correction of 0x%x bytes to lowLimit=0x%x", correction, in ZSTD_window_correctOverflow()
911 DEBUGLOG(5, "ZSTD_window_enforceMaxDist: blockEndIdx=%u, maxDist=%u, loadedDictEnd=%u", in ZSTD_window_enforceMaxDist()
931 DEBUGLOG(5, "Update dictLimit to match lowLimit, from %u to %u", in ZSTD_window_enforceMaxDist()
958 DEBUGLOG(5, "ZSTD_checkDictValidity: blockEndIdx=%u, maxDist=%u, loadedDictEnd=%u", in ZSTD_checkDictValidity()
967 DEBUGLOG(6, "invalidating dictionary for current block (distance > windowSize)"); in ZSTD_checkDictValidity()
972 DEBUGLOG(6, "dictionary considered valid for current block"); in ZSTD_checkDictValidity()
997 DEBUGLOG(5, "ZSTD_window_update"); in ZSTD_window_update()
1006 DEBUGLOG(5, "Non contiguous blocks, new segment starts at %u", window->dictLimit); in ZSTD_window_update()
1023 DEBUGLOG(5, "Overlapping extDict and input : new lowLimit = %u", window->lowLimit); in ZSTD_window_update()
1085 DEBUGLOG(2, "total nb elts: %u", sum); in ZSTD_debugTable()
1087 DEBUGLOG(2, "%2u: %5u (%.2f)", in ZSTD_debugTable()