Home
last modified time | relevance | path

Searched refs:DEBUGLOG (Results 1 – 17 of 17) sorted by relevance

/linux-6.1.9/lib/zstd/compress/
Dzstd_compress_superblock.c79 DEBUGLOG(5, "ZSTD_buildSuperBlockEntropy_literal (srcSize=%zu)", srcSize); in ZSTD_buildSuperBlockEntropy_literal()
85 DEBUGLOG(5, "set_basic - disabled"); in ZSTD_buildSuperBlockEntropy_literal()
94 DEBUGLOG(5, "set_basic - too small"); in ZSTD_buildSuperBlockEntropy_literal()
104 DEBUGLOG(5, "set_rle"); in ZSTD_buildSuperBlockEntropy_literal()
109 DEBUGLOG(5, "set_basic - no gain"); in ZSTD_buildSuperBlockEntropy_literal()
140 DEBUGLOG(5, "set_repeat - smaller"); in ZSTD_buildSuperBlockEntropy_literal()
147 DEBUGLOG(5, "set_basic - no gains"); in ZSTD_buildSuperBlockEntropy_literal()
152 DEBUGLOG(5, "set_compressed (hSize=%u)", (U32)hSize); in ZSTD_buildSuperBlockEntropy_literal()
191 DEBUGLOG(5, "ZSTD_buildSuperBlockEntropy_sequences (nbSeq=%zu)", nbSeq); in ZSTD_buildSuperBlockEntropy_sequences()
201 DEBUGLOG(5, "Building LL table"); in ZSTD_buildSuperBlockEntropy_sequences()
[all …]
Dzstd_compress_sequences.c113 DEBUGLOG(5, "Repeat FSE_CTable has maxSymbolValue %u < %u", in ZSTD_fseBitCost()
124 DEBUGLOG(5, "Repeat FSE_CTable has Prob[%u] == 0", s); in ZSTD_fseBitCost()
171 DEBUGLOG(5, "Selected set_basic"); in ZSTD_selectEncodingType()
174 DEBUGLOG(5, "Selected set_rle"); in ZSTD_selectEncodingType()
187 DEBUGLOG(5, "Selected set_repeat"); in ZSTD_selectEncodingType()
192 DEBUGLOG(5, "Selected set_basic"); in ZSTD_selectEncodingType()
215 DEBUGLOG(5, "Estimated bit costs: basic=%u\trepeat=%u\tcompressed=%u", in ZSTD_selectEncodingType()
218 DEBUGLOG(5, "Selected set_basic"); in ZSTD_selectEncodingType()
224 DEBUGLOG(5, "Selected set_repeat"); in ZSTD_selectEncodingType()
230 DEBUGLOG(5, "Selected set_compressed"); in ZSTD_selectEncodingType()
[all …]
Dzstd_cwksp.h241 DEBUGLOG(5, "cwksp: reserving %p %zd bytes, %zd bytes remaining", in ZSTD_cwksp_reserve_internal()
246 DEBUGLOG(4, "cwksp: alloc failed!"); in ZSTD_cwksp_reserve_internal()
285 DEBUGLOG(5, "cwksp: reserving %p table %zd bytes, %zd bytes remaining", in ZSTD_cwksp_reserve_table()
292 DEBUGLOG(4, "cwksp: table alloc failed!"); in ZSTD_cwksp_reserve_table()
311 DEBUGLOG(5, in ZSTD_cwksp_reserve_object()
319 DEBUGLOG(4, "cwksp: object alloc failed!"); in ZSTD_cwksp_reserve_object()
332 DEBUGLOG(4, "cwksp: ZSTD_cwksp_mark_tables_dirty"); in ZSTD_cwksp_mark_tables_dirty()
342 DEBUGLOG(4, "cwksp: ZSTD_cwksp_mark_tables_clean"); in ZSTD_cwksp_mark_tables_clean()
355 DEBUGLOG(4, "cwksp: ZSTD_cwksp_clean_tables"); in ZSTD_cwksp_clean_tables()
369 DEBUGLOG(4, "cwksp: clearing tables!"); in ZSTD_cwksp_clear_tables()
[all …]
Dzstd_compress.c212 DEBUGLOG(4, "ZSTD_makeCCtxParamsFromCParams(): Including LDM into cctx params"); in ZSTD_makeCCtxParamsFromCParams()
533 DEBUGLOG(4, "ZSTD_CCtx_setParameter (%i, %i)", (int)param, value); in ZSTD_CCtx_setParameter()
588 DEBUGLOG(4, "ZSTD_CCtxParams_setParameter (%i, %i)", (int)param, value); in ZSTD_CCtxParams_setParameter()
649 DEBUGLOG(4, "set content size flag = %u", (value!=0)); in ZSTD_CCtxParams_setParameter()
659 DEBUGLOG(4, "set dictIDFlag = %u", (value!=0)); in ZSTD_CCtxParams_setParameter()
881 DEBUGLOG(4, "ZSTD_CCtx_setParametersUsingCCtxParams"); in ZSTD_CCtx_setParametersUsingCCtxParams()
894 DEBUGLOG(4, "ZSTD_CCtx_setPledgedSrcSize to %u bytes", (U32)pledgedSrcSize); in ZSTD_CCtx_setPledgedSrcSize()
951 DEBUGLOG(4, "ZSTD_CCtx_loadDictionary_advanced (size: %u)", (U32)dictSize); in ZSTD_CCtx_loadDictionary_advanced()
1253 DEBUGLOG(4, "chainSize: %u - hSize: %u - h3Size: %u", in ZSTD_sizeof_matchState()
1298 DEBUGLOG(5, "estimate workspace : %u", (U32)neededSpace); in ZSTD_estimateCCtxSize_usingCCtxParams_internal()
[all …]
Dzstd_opt.c100 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()
[all …]
Dzstd_compress_literals.c39 DEBUGLOG(5, "Raw literals: %u -> %u", (U32)srcSize, (U32)(srcSize + flSize)); in ZSTD_noCompressLiterals()
66 DEBUGLOG(5, "RLE literals: %u -> %u", (U32)srcSize, (U32)flSize + 1); in ZSTD_compressRleLiteralsBlock()
85 DEBUGLOG(5,"ZSTD_compressLiterals (disableLiteralCompression=%i srcSize=%u)", in ZSTD_compressLiterals()
115 DEBUGLOG(5, "Reusing previous huffman table"); in ZSTD_compressLiterals()
156 DEBUGLOG(5, "Compressed literals: %u -> %u", (U32)srcSize, (U32)(lhSize+cLitSize)); in ZSTD_compressLiterals()
Dzstd_compress_internal.h513 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()
[all …]
Dzstd_ldm.c113 DEBUGLOG(4, "ZSTD_ldm_adjustParameters"); in ZSTD_ldm_adjustParameters()
197DEBUGLOG(7, "ZSTD_ldm_countBackwardsMatch_2segments: found 2-parts backwards match (length in pref… in ZSTD_ldm_countBackwardsMatch_2segments()
199 DEBUGLOG(7, "final backwards match length = %zu", matchLength); in ZSTD_ldm_countBackwardsMatch_2segments()
252 DEBUGLOG(5, "ZSTD_ldm_fillHashTable"); in ZSTD_ldm_fillHashTable()
637 DEBUGLOG(5, "ZSTD_ldm_blockCompress: srcSize=%zu", srcSize); in ZSTD_ldm_blockCompress()
665DEBUGLOG(5, "pos %u : calling block compressor on segment of size %u", (unsigned)(ip-istart), sequ… in ZSTD_ldm_blockCompress()
Dzstd_lazy.c37 DEBUGLOG(7, "ZSTD_updateDUBT, from %u to %u (dictLimit:%u)", in ZSTD_updateDUBT()
50 DEBUGLOG(8, "ZSTD_updateDUBT: insert %u", idx); in ZSTD_updateDUBT()
91 DEBUGLOG(8, "ZSTD_insertDUBT1(%u) (dictLimit=%u, lowLimit=%u)", in ZSTD_insertDUBT1()
121 DEBUGLOG(8, "ZSTD_insertDUBT1: comparing %u with %u : found %u common bytes ", in ZSTD_insertDUBT1()
133 DEBUGLOG(8, "ZSTD_insertDUBT1: %u (>btLow=%u) is smaller : next => %u", in ZSTD_insertDUBT1()
142 DEBUGLOG(8, "ZSTD_insertDUBT1: %u (>btLow=%u) is larger => %u", in ZSTD_insertDUBT1()
199DEBUGLOG(9, "ZSTD_DUBT_findBetterDictMatch(%u) : found better match length %u -> %u and offsetCode… in ZSTD_DUBT_findBetterDictMatch()
222DEBUGLOG(8, "ZSTD_DUBT_findBetterDictMatch(%u) : found match of length %u and offsetCode %u (pos %… in ZSTD_DUBT_findBetterDictMatch()
259 DEBUGLOG(7, "ZSTD_DUBT_findBestMatch (%u) ", curr); in ZSTD_DUBT_findBestMatch()
267 DEBUGLOG(8, "ZSTD_DUBT_findBestMatch: candidate %u is unsorted", in ZSTD_DUBT_findBestMatch()
[all …]
Dzstd_fast.c72 DEBUGLOG(5, "ZSTD_compressBlock_fast_generic"); in ZSTD_compressBlock_fast_generic()
250 DEBUGLOG(5, "ZSTD_compressBlock_fast_dictMatchState_generic"); in ZSTD_compressBlock_fast_dictMatchState_generic()
401 DEBUGLOG(5, "ZSTD_compressBlock_fast_extDict_generic (offset_1=%u)", offset_1); in ZSTD_compressBlock_fast_extDict_generic()
418 DEBUGLOG(7, "offset_1 = %u , curr = %u", offset_1, curr); in ZSTD_compressBlock_fast_extDict_generic()
Dfse_compress.c160 DEBUGLOG(5, "\n --- table statistics : "); in FSE_buildCTable_wksp()
163 DEBUGLOG(5, "%3u: w=%3i, maxBits=%u, fracBits=%.2f", in FSE_buildCTable_wksp()
Dzstd_double_fast.c99 DEBUGLOG(5, "ZSTD_compressBlock_doubleFast_generic"); in ZSTD_compressBlock_doubleFast_generic()
384 DEBUGLOG(5, "ZSTD_compressBlock_doubleFast_extDict_generic (srcSize=%zu)", srcSize); in ZSTD_compressBlock_doubleFast_extDict_generic()
/linux-6.1.9/lib/zstd/decompress/
Dzstd_decompress.c103 DEBUGLOG(4, "Hashed index: for dictID: %u is %zu", dictID, idx); in ZSTD_DDictHashSet_emplaceDDict()
107 DEBUGLOG(4, "DictID already exists, replacing rather than adding"); in ZSTD_DDictHashSet_emplaceDDict()
114 DEBUGLOG(4, "Final idx after probing for dictID %u is: %zu", dictID, idx); in ZSTD_DDictHashSet_emplaceDDict()
131DEBUGLOG(4, "Expanding DDict hash table! Old size: %zu new size: %zu", oldTableSize, newTableSize); in ZSTD_DDictHashSet_expand()
142 DEBUGLOG(4, "Finished re-hash"); in ZSTD_DDictHashSet_expand()
152 DEBUGLOG(4, "Hashed index: for dictID: %u is %zu", dictID, idx); in ZSTD_DDictHashSet_getDDict()
163 DEBUGLOG(4, "Final idx after probing for dictID %u is: %zu", dictID, idx); in ZSTD_DDictHashSet_getDDict()
173 DEBUGLOG(4, "Allocating new hash set"); in ZSTD_createDDictHashSet()
190 DEBUGLOG(4, "Freeing ddict hash set"); in ZSTD_freeDDictHashSet()
203DEBUGLOG(4, "Adding dict ID: %u to hashset with - Count: %zu Tablesize: %zu", ZSTD_getDictID_fromD… in ZSTD_DDictHashSet_addDDict()
[all …]
Dzstd_decompress_block.c82 DEBUGLOG(5, "ZSTD_decodeLiteralsBlock"); in ZSTD_decodeLiteralsBlock()
91 DEBUGLOG(5, "set_repeat flag : re-using stats from previous compressed literals block"); in ZSTD_decodeLiteralsBlock()
584 DEBUGLOG(5, "ZSTD_decodeSeqHeaders"); in ZSTD_decodeSeqHeaders()
905 DEBUGLOG(6, "ZSTD_initFseState : val=%u using %u bits", in ZSTD_initFseState()
1014 DEBUGLOG(6, "seq: litL=%u, matchL=%u, offset=%u", in ZSTD_decodeSequence()
1080 DEBUGLOG(6, "Checking sequence: litL=%u matchL=%u offset=%u", in ZSTD_assertValidSequence()
1119 DEBUGLOG(5, "ZSTD_decompressSequences_body"); in ZSTD_decompressSequences_body()
1189 DEBUGLOG(6, "regenerated sequence size : %u", (U32)oneSeqSize); in ZSTD_decompressSequences_body()
1203DEBUGLOG(5, "ZSTD_decompressSequences_body: after decode loop, remaining nbSeq : %i", nbSeq); in ZSTD_decompressSequences_body()
1384 DEBUGLOG(5, "ZSTD_decompressSequences"); in ZSTD_decompressSequences()
[all …]
Dzstd_ddict.c57 DEBUGLOG(4, "ZSTD_copyDDictParameters"); in ZSTD_copyDDictParameters()
/linux-6.1.9/lib/zstd/common/
Ddebug.h89 # define DEBUGLOG(l, ...) { \ macro
96 # define DEBUGLOG(l, ...) {} /* disabled */ macro
/linux-6.1.9/lib/lz4/
Dlz4_decompress.c47 #define DEBUGLOG(l, ...) {} /* disabled */ macro
103 DEBUGLOG(5, "%s (srcSize:%i, dstSize:%i)", __func__, in LZ4_decompress_generic()