Lines Matching refs:DEBUGLOG
645 DEBUGLOG(5, "ZSTD_noCompressBlock (srcSize=%zu, dstCapacity=%zu)", srcSize, dstCapacity); in ZSTD_noCompressBlock()
779 DEBUGLOG(6, "Cpos%7u :%3u literals, match%4u bytes at offBase%7u", in ZSTD_storeSeq()
878 DEBUGLOG(7, "ZSTD_count_2segments: found a 2-parts match (current length==%zu)", matchLength); in ZSTD_count_2segments()
879 DEBUGLOG(7, "distance from match beginning to end dictionary = %i", (int)(mEnd - match)); in ZSTD_count_2segments()
880 DEBUGLOG(7, "distance from current pos to end buffer = %i", (int)(iEnd - ip)); in ZSTD_count_2segments()
881 DEBUGLOG(7, "next byte : ip==%02X, istart==%02X", ip[matchLength], *iStart); in ZSTD_count_2segments()
882 DEBUGLOG(7, "final match length = %zu", matchLength + ZSTD_count(ip+matchLength, iStart, iEnd)); in ZSTD_count_2segments()
1219 DEBUGLOG(4, "Correction of 0x%x bytes to lowLimit=0x%x", correction, in ZSTD_window_correctOverflow()
1256 DEBUGLOG(5, "ZSTD_window_enforceMaxDist: blockEndIdx=%u, maxDist=%u, loadedDictEnd=%u", in ZSTD_window_enforceMaxDist()
1276 DEBUGLOG(5, "Update dictLimit to match lowLimit, from %u to %u", in ZSTD_window_enforceMaxDist()
1303 DEBUGLOG(5, "ZSTD_checkDictValidity: blockEndIdx=%u, maxDist=%u, loadedDictEnd=%u", in ZSTD_checkDictValidity()
1317 DEBUGLOG(6, "invalidating dictionary for current block (distance > windowSize)"); in ZSTD_checkDictValidity()
1322 DEBUGLOG(6, "dictionary considered valid for current block"); in ZSTD_checkDictValidity()
1352 DEBUGLOG(5, "ZSTD_window_update"); in ZSTD_window_update()
1361 DEBUGLOG(5, "Non contiguous blocks, new segment starts at %u", window->dictLimit); in ZSTD_window_update()
1379 DEBUGLOG(5, "Overlapping extDict and input : new lowLimit = %u", window->lowLimit); in ZSTD_window_update()
1448 DEBUGLOG(2, "total nb elts: %u", sum); in ZSTD_debugTable()
1450 DEBUGLOG(2, "%2u: %5u (%.2f)", in ZSTD_debugTable()