| /f-stack/freebsd/contrib/zstd/lib/compress/ |
| H A D | zstd_compress_superblock.c | 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() 139 DEBUGLOG(5, "set_repeat - smaller"); in ZSTD_buildSuperBlockEntropy_literal() 146 DEBUGLOG(5, "set_basic - no gains"); in ZSTD_buildSuperBlockEntropy_literal() 200 DEBUGLOG(5, "Building LL table"); in ZSTD_buildSuperBlockEntropy_sequences() 225 DEBUGLOG(5, "Building OF table"); in ZSTD_buildSuperBlockEntropy_sequences() 282 DEBUGLOG(5, "ZSTD_buildSuperBlockEntropy"); in ZSTD_buildSuperBlockEntropy() 774 DEBUGLOG(5, "Committed the sub-block"); in ZSTD_compressSubBlock_multi() [all …]
|
| H A D | zstdmt_compress.c | 250 DEBUGLOG(5, "ZSTDMT_releaseBuffer"); in ZSTDMT_releaseBuffer() 411 DEBUGLOG(5, "ZSTDMT_getCCtx"); in ZSTDMT_getCCtx() 420 DEBUGLOG(5, "create one more CCtx"); in ZSTDMT_getCCtx() 1056 DEBUGLOG(5, "ZSTDMT_getFrameProgression"); in ZSTDMT_getFrameProgression() 1245 DEBUGLOG(4, "rsyncLog = %u", rsyncBits); in ZSTDMT_initCStream_internal() 1549 DEBUGLOG(5, "ZSTDMT_doesOverlapWindow"); in ZSTDMT_doesOverlapWindow() 1555 DEBUGLOG(5, "extDict [0x%zx, 0x%zx)", in ZSTDMT_doesOverlapWindow() 1558 DEBUGLOG(5, "prefix [0x%zx, 0x%zx)", in ZSTDMT_doesOverlapWindow() 1571 DEBUGLOG(5, "source [0x%zx, 0x%zx)", in ZSTDMT_waitForLdmComplete() 1596 DEBUGLOG(5, "ZSTDMT_tryGetInputRange"); in ZSTDMT_tryGetInputRange() [all …]
|
| H A D | zstd_compress_sequences.c | 113 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() 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() 246 DEBUGLOG(6, "ZSTD_buildCTable (dstCapacity=%u)", (unsigned)dstCapacity); in ZSTD_buildCTable() [all …]
|
| H A D | zstd_cwksp.h | 257 DEBUGLOG(4, "cwksp: alloc failed!"); in ZSTD_cwksp_reserve_internal() 311 DEBUGLOG(4, "cwksp: table alloc failed!"); in ZSTD_cwksp_reserve_table() 339 DEBUGLOG(5, in ZSTD_cwksp_reserve_object() 347 DEBUGLOG(4, "cwksp: object alloc failed!"); in ZSTD_cwksp_reserve_object() 368 DEBUGLOG(4, "cwksp: ZSTD_cwksp_mark_tables_dirty"); in ZSTD_cwksp_mark_tables_dirty() 388 DEBUGLOG(4, "cwksp: ZSTD_cwksp_mark_tables_clean"); in ZSTD_cwksp_mark_tables_clean() 401 DEBUGLOG(4, "cwksp: ZSTD_cwksp_clean_tables"); in ZSTD_cwksp_clean_tables() 415 DEBUGLOG(4, "cwksp: clearing tables!"); in ZSTD_cwksp_clear_tables() 437 DEBUGLOG(4, "cwksp: clearing!"); in ZSTD_cwksp_clear() 476 DEBUGLOG(4, "cwksp: init'ing workspace with %zd bytes", size); in ZSTD_cwksp_init() [all …]
|
| H A D | zstd_compress.c | 1552 DEBUGLOG(5, "reserving table space"); in ZSTD_reset_matchState() 1960 DEBUGLOG(5, "ZSTD_copyCCtx_internal"); in ZSTD_copyCCtx_internal() 2229 DEBUGLOG(5, "Building LL table"); in ZSTD_entropyCompressSequences_internal() 2258 DEBUGLOG(5, "Building OF table"); in ZSTD_entropyCompressSequences_internal() 3441 DEBUGLOG(4, "ZSTD_writeEpilogue"); in ZSTD_writeEpilogue() 3507 DEBUGLOG(4, "ZSTD_compress_internal"); in ZSTD_compress_internal() 3521 DEBUGLOG(4, "ZSTD_compress_advanced"); in ZSTD_compress_advanced() 3955 DEBUGLOG(3, "ZSTD_createCStream"); in ZSTD_createCStream() 4095 DEBUGLOG(4, "ZSTD_initCStream_srcSize"); in ZSTD_initCStream_srcSize() 4105 DEBUGLOG(4, "ZSTD_initCStream"); in ZSTD_initCStream() [all …]
|
| H A D | zstd_compress_literals.c | 39 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()
|
| H A D | zstd_opt.c | 109 DEBUGLOG(5, "ZSTD_rescaleFreqs (srcSize=%u)", (unsigned)srcSize); in ZSTD_rescaleFreqs() 282 DEBUGLOG(8, "ZSTD_getMatchPrice(ml:%u) = %u", matchLength, price); in ZSTD_getMatchPrice() 405 DEBUGLOG(8, "ZSTD_insertBt1 (%u)", curr); in ZSTD_insertBt1() 560 DEBUGLOG(8, "ZSTD_insertBtAndGetAllMatches: current=%u", curr); in ZSTD_insertBtAndGetAllMatches() 753 DEBUGLOG(8, "ZSTD_BtGetAllMatches"); in ZSTD_BtGetAllMatches() 1035 DEBUGLOG(7, "cPos:%zi==rPos:%u", inr-istart, cur) in ZSTD_compressBlock_opt_generic() 1096 DEBUGLOG(7, "rPos:%u : no match found", cur); in ZSTD_compressBlock_opt_generic() 1183 DEBUGLOG(6, "sending selected sequences into seqStore") in ZSTD_compressBlock_opt_generic() 1218 DEBUGLOG(5, "ZSTD_compressBlock_btopt"); in ZSTD_compressBlock_btopt() 1260 DEBUGLOG(4, "ZSTD_initStats_ultra (srcSize=%zu)", srcSize); in ZSTD_initStats_ultra() [all …]
|
| H A D | zstd_compress_internal.h | 510 DEBUGLOG(6, "Cpos%7u :%3u literals, match%4u bytes at offCode%7u", in ZSTD_storeSeq() 665 DEBUGLOG(7, "distance from match beginning to end dictionary = %zi", mEnd - match); in ZSTD_count_2segments() 666 DEBUGLOG(7, "distance from current pos to end buffer = %zi", iEnd - ip); in ZSTD_count_2segments() 667 DEBUGLOG(7, "next byte : ip==%02X, istart==%02X", ip[matchLength], *iStart); in ZSTD_count_2segments() 891 DEBUGLOG(4, "Correction of 0x%x bytes to lowLimit=0x%x", correction, in ZSTD_window_correctOverflow() 948 DEBUGLOG(5, "Update dictLimit to match lowLimit, from %u to %u", in ZSTD_window_enforceMaxDist() 989 DEBUGLOG(6, "dictionary considered valid for current block"); in ZSTD_checkDictValidity() 1014 DEBUGLOG(5, "ZSTD_window_update"); in ZSTD_window_update() 1023 DEBUGLOG(5, "Non contiguous blocks, new segment starts at %u", window->dictLimit); in ZSTD_window_update() 1102 DEBUGLOG(2, "total nb elts: %u", sum); in ZSTD_debugTable() [all …]
|
| H A D | zstd_ldm.c | 27 DEBUGLOG(4, "ZSTD_ldm_adjustParameters"); in ZSTD_ldm_adjustParameters() 172 …DEBUGLOG(7, "ZSTD_ldm_countBackwardsMatch_2segments: found 2-parts backwards match (length in pref… in ZSTD_ldm_countBackwardsMatch_2segments() 174 DEBUGLOG(7, "final backwards match length = %zu", matchLength); in ZSTD_ldm_countBackwardsMatch_2segments() 245 DEBUGLOG(5, "ZSTD_ldm_fillHashTable"); in ZSTD_ldm_fillHashTable() 611 DEBUGLOG(5, "ZSTD_ldm_blockCompress: srcSize=%zu", srcSize); in ZSTD_ldm_blockCompress() 639 …DEBUGLOG(5, "pos %u : calling block compressor on segment of size %u", (unsigned)(ip-istart), sequ… in ZSTD_ldm_blockCompress()
|
| H A D | zstd_lazy.c | 37 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() 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() 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() 281 DEBUGLOG(7, "ZSTD_DUBT_findBestMatch: nullify last unsorted candidate %u", in ZSTD_DUBT_findBestMatch() 387 DEBUGLOG(7, "ZSTD_BtFindBestMatch"); in ZSTD_BtFindBestMatch() 918 DEBUGLOG(5, "ZSTD_compressBlock_lazy_generic (dictMode=%u)", (U32)dictMode); in ZSTD_compressBlock_lazy_generic() [all …]
|
| H A D | zstd_fast.c | 72 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()
|
| H A D | fse_compress.c | 160 DEBUGLOG(5, "\n --- table statistics : "); in FSE_buildCTable_wksp() 163 DEBUGLOG(5, "%3u: w=%3i, maxBits=%u, fracBits=%.2f", in FSE_buildCTable_wksp()
|
| H A D | zstd_double_fast.c | 99 DEBUGLOG(5, "ZSTD_compressBlock_doubleFast_generic"); in ZSTD_compressBlock_doubleFast_generic() 386 DEBUGLOG(5, "ZSTD_compressBlock_doubleFast_extDict_generic (srcSize=%zu)", srcSize); in ZSTD_compressBlock_doubleFast_extDict_generic()
|
| /f-stack/freebsd/contrib/zstd/lib/common/ |
| H A D | debug.h | 92 # define DEBUGLOG(l, ...) { \ macro 99 # define DEBUGLOG(l, ...) {} /* disabled */
|
| /f-stack/freebsd/contrib/zstd/lib/decompress/ |
| H A D | zstd_decompress.c | 157 DEBUGLOG(3, "ZSTD_createDCtx"); in ZSTD_createDCtx() 590 DEBUGLOG(5, "ZSTD_copyRawBlock"); in ZSTD_copyRawBlock() 714 DEBUGLOG(5, "ZSTD_decompressMultiFrame"); in ZSTD_decompressMultiFrame() 1214 DEBUGLOG(4, "ZSTD_decompressBegin_usingDDict"); in ZSTD_decompressBegin_usingDDict() 1221 DEBUGLOG(4, "DDict is %s", in ZSTD_decompressBegin_usingDDict() 1285 DEBUGLOG(3, "ZSTD_createDStream"); in ZSTD_createDStream() 1354 DEBUGLOG(4, "ZSTD_initDStream_usingDict"); in ZSTD_initDStream_usingDict() 1363 DEBUGLOG(4, "ZSTD_initDStream"); in ZSTD_initDStream() 1645 DEBUGLOG(5, "ZSTD_decompressStream"); in ZSTD_decompressStream() 1749 DEBUGLOG(4, "Consume header"); in ZSTD_decompressStream() [all …]
|
| H A D | zstd_decompress_block.c | 82 DEBUGLOG(5, "ZSTD_decodeLiteralsBlock"); 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() 1384 DEBUGLOG(5, "ZSTD_decompressSequences"); in ZSTD_decompressSequences() 1408 DEBUGLOG(5, "ZSTD_decompressSequencesLong"); in ZSTD_decompressSequencesLong() 1434 DEBUGLOG(5, "ZSTD_getLongOffsetsShare: (tableLog=%u)", tableLog); in ZSTD_getLongOffsetsShare() [all …]
|
| H A D | zstd_ddict.c | 60 DEBUGLOG(4, "ZSTD_copyDDictParameters"); in ZSTD_copyDDictParameters()
|
| /f-stack/freebsd/contrib/openzfs/module/zstd/lib/ |
| H A D | zstd.c | 9533 DEBUGLOG(5, in ZSTD_cwksp_reserve_object() 9625 DEBUGLOG(4, "cwksp: clearing!"); in ZSTD_cwksp_clear() 10853 DEBUGLOG(5, "ZSTD_window_update"); in ZSTD_window_update() 11812 DEBUGLOG(5, "set_rle"); in ZSTD_buildSuperBlockEntropy_literal() 16263 DEBUGLOG(4, "ZSTD_writeEpilogue"); in ZSTD_writeEpilogue() 16697 DEBUGLOG(3, "ZSTD_createCStream"); in ZSTD_createCStream() 16867 DEBUGLOG(4, "ZSTD_initCStream"); in ZSTD_initCStream() 24655 DEBUGLOG(3, "ZSTD_createDCtx"); in ZSTD_createDCtx() 25087 DEBUGLOG(5, "ZSTD_copyRawBlock"); in ZSTD_copyRawBlock() 25709 DEBUGLOG(4, "DDict is %s", in ZSTD_decompressBegin_usingDDict() [all …]
|
| /f-stack/freebsd/contrib/zstd/lib/legacy/ |
| H A D | zstd_legacy.h | 283 DEBUGLOG(5, "ZSTD_initLegacyStream for v0.%u", newVersion); in ZSTD_initLegacyStream() 342 DEBUGLOG(5, "ZSTD_decompressLegacyStream for v0.%u", version); in ZSTD_decompressLegacyStream()
|
| H A D | zstd_v04.c | 3436 DEBUGLOG(5, "ZBUFF_decompressContinue"); in ZBUFF_decompressContinue() 3443 DEBUGLOG(5, "ZBUFF_decompressContinue: stage==ZBUFFds_init => ERROR(init_missing)"); in ZBUFF_decompressContinue() 3646 DEBUGLOG(5, "ZBUFFv04_decompressContinue"); in ZBUFFv04_decompressContinue()
|
| /f-stack/freebsd/contrib/zstd/lib/dictBuilder/ |
| H A D | zdict.c | 734 DEBUGLOG(4, "ZDICT_analyzeEntropy"); in ZDICT_analyzeEntropy() 899 DEBUGLOG(4, "ZDICT_finalizeDictionary"); in ZDICT_finalizeDictionary() 1115 DEBUGLOG(3, "ZDICT_trainFromBuffer"); in ZDICT_trainFromBuffer()
|