/freebsd/sys/contrib/zstd/lib/compress/ |
H A D | zstdmt_compress.c | 70 … DEBUGLOG(MUTEX_WAIT_TIME_DLEVEL, "Thread took %llu microseconds to acquire mutex %s \n", \ 124 DEBUGLOG(3, "ZSTDMT_freeBufferPool (address:%08X)", (U32)(size_t)bufPool); in ZSTDMT_freeBufferPool() 127 DEBUGLOG(4, "free buffer %2u (address:%08X)", u, (U32)(size_t)bufPool->bTable[u].start); in ZSTDMT_freeBufferPool() 156 DEBUGLOG(4, "ZSTDMT_setBufferSize: bSize = %u", (U32)bSize); in ZSTDMT_setBufferSize() 186 DEBUGLOG(5, "ZSTDMT_getBuffer: bSize = %u", (U32)bufPool->bufferSize); in ZSTDMT_getBuffer() 194 DEBUGLOG(5, "ZSTDMT_getBuffer: provide buffer %u of size %u", in ZSTDMT_getBuffer() 200 DEBUGLOG(5, "ZSTDMT_getBuffer: existing buffer does not meet size conditions => freeing"); in ZSTDMT_getBuffer() 205 DEBUGLOG(5, "ZSTDMT_getBuffer: create a new buffer"); in ZSTDMT_getBuffer() 211 DEBUGLOG(5, "ZSTDMT_getBuffer: buffer allocation failure !!"); in ZSTDMT_getBuffer() 213 DEBUGLOG(5, "ZSTDMT_getBuffer: created buffer of size %u", (U32)bSize); in ZSTDMT_getBuffer() [all …]
|
H A D | zstd_compress_superblock.c | 58 …DEBUGLOG(5, "ZSTD_compressSubBlock_literal (litSize=%zu, lhSize=%zu, writeEntropy=%d)", litSize, l… in ZSTD_compressSubBlock_literal() 62 DEBUGLOG(5, "ZSTD_compressSubBlock_literal using raw literal"); in ZSTD_compressSubBlock_literal() 65 DEBUGLOG(5, "ZSTD_compressSubBlock_literal using rle literal"); in ZSTD_compressSubBlock_literal() 76 DEBUGLOG(5, "ZSTD_compressSubBlock_literal (hSize=%zu)", hufMetadata->hufDesSize); in ZSTD_compressSubBlock_literal() 85 DEBUGLOG(5, "Failed to write entropy tables %s", ZSTD_getErrorName(cSize)); in ZSTD_compressSubBlock_literal() 90 DEBUGLOG(5, "ZSTD_compressSubBlock_literal using raw literal because uncompressible"); in ZSTD_compressSubBlock_literal() 96 DEBUGLOG(5, "Literals expanded beyond allowed header size"); in ZSTD_compressSubBlock_literal() 99 DEBUGLOG(5, "ZSTD_compressSubBlock_literal (cSize=%zu)", cSize); in ZSTD_compressSubBlock_literal() 125 DEBUGLOG(5, "Compressed literals: %u -> %u", (U32)litSize, (U32)(op-ostart)); in ZSTD_compressSubBlock_literal() 173 …DEBUGLOG(5, "ZSTD_compressSubBlock_sequences (nbSeq=%zu, writeEntropy=%d, longOffsets=%d)", nbSeq,… in ZSTD_compressSubBlock_sequences() [all …]
|
H A D | zstd_compress_sequences.c | 115 DEBUGLOG(5, "Repeat FSE_CTable has maxSymbolValue %u < %u", in ZSTD_fseBitCost() 126 DEBUGLOG(5, "Repeat FSE_CTable has Prob[%u] == 0", s); in ZSTD_fseBitCost() 173 DEBUGLOG(5, "Selected set_basic"); in ZSTD_selectEncodingType() 176 DEBUGLOG(5, "Selected set_rle"); in ZSTD_selectEncodingType() 189 DEBUGLOG(5, "Selected set_repeat"); in ZSTD_selectEncodingType() 194 DEBUGLOG(5, "Selected set_basic"); in ZSTD_selectEncodingType() 217 DEBUGLOG(5, "Estimated bit costs: basic=%u\trepeat=%u\tcompressed=%u", in ZSTD_selectEncodingType() 220 DEBUGLOG(5, "Selected set_basic"); in ZSTD_selectEncodingType() 226 DEBUGLOG(5, "Selected set_repeat"); in ZSTD_selectEncodingType() 232 DEBUGLOG(5, "Selected set_compressed"); in ZSTD_selectEncodingType() [all …]
|
H A D | zstd_cwksp.h | 256 DEBUGLOG(5, "cwksp: reserving %p %zd bytes, %zd bytes remaining", in ZSTD_cwksp_reserve_internal_buffer_space() 261 DEBUGLOG(4, "cwksp: alloc failed!"); in ZSTD_cwksp_reserve_internal_buffer_space() 296 DEBUGLOG(5, "reserving aligned alignment addtl space: %zu", bytesToAlign); in ZSTD_cwksp_internal_advance_phase() 305 DEBUGLOG(5, "reserving table alignment addtl space: %zu", bytesToAlign); in ZSTD_cwksp_internal_advance_phase() 397 DEBUGLOG(5, "cwksp: reserving %p table %zd bytes, %zd bytes remaining", in ZSTD_cwksp_reserve_table() 403 DEBUGLOG(4, "cwksp: table alloc failed!"); in ZSTD_cwksp_reserve_table() 435 DEBUGLOG(4, in ZSTD_cwksp_reserve_object() 443 DEBUGLOG(3, "cwksp: object alloc failed!"); in ZSTD_cwksp_reserve_object() 465 DEBUGLOG(4, "cwksp: ZSTD_cwksp_mark_tables_dirty"); in ZSTD_cwksp_mark_tables_dirty() 485 DEBUGLOG(4, "cwksp: ZSTD_cwksp_mark_tables_clean"); in ZSTD_cwksp_mark_tables_clean() [all …]
|
H A D | zstd_compress.c | 358 DEBUGLOG(4, "ZSTD_CCtxParams_init_internal: useRowMatchFinder=%d, useBlockSplitter=%d ldm=%d", in ZSTD_CCtxParams_init_internal() 646 DEBUGLOG(4, "ZSTD_CCtx_setParameter (%i, %i)", (int)param, value); in ZSTD_CCtx_setParameter() 704 DEBUGLOG(4, "ZSTD_CCtxParams_setParameter (%i, %i)", (int)param, value); in ZSTD_CCtxParams_setParameter() 765 DEBUGLOG(4, "set content size flag = %u", (value!=0)); in ZSTD_CCtxParams_setParameter() 775 DEBUGLOG(4, "set dictIDFlag = %u", (value!=0)); in ZSTD_CCtxParams_setParameter() 1067 DEBUGLOG(4, "ZSTD_CCtx_setParametersUsingCCtxParams"); in ZSTD_CCtx_setParametersUsingCCtxParams() 1080 DEBUGLOG(4, "ZSTD_CCtx_setPledgedSrcSize to %u bytes", (U32)pledgedSrcSize); in ZSTD_CCtx_setPledgedSrcSize() 1137 DEBUGLOG(4, "ZSTD_CCtx_loadDictionary_advanced (size: %u)", (U32)dictSize); in ZSTD_CCtx_loadDictionary_advanced() 1453 DEBUGLOG(4, "chainSize: %u - hSize: %u - h3Size: %u", in ZSTD_sizeof_matchState() 1499 DEBUGLOG(5, "estimate workspace : %u", (U32)neededSpace); in ZSTD_estimateCCtxSize_usingCCtxParams_internal() [all …]
|
H A D | zstd_opt.c | 94 …DEBUGLOG(5, "ZSTD_downscaleStats (nbElts=%u, shift=%u)", (unsigned)lastEltIndex+1, (unsigned)shift… in ZSTD_downscaleStats() 110 …DEBUGLOG(5, "ZSTD_scaleStats (nbElts=%u, target=%u)", (unsigned)lastEltIndex+1, (unsigned)logTarge… in ZSTD_scaleStats() 129 DEBUGLOG(5, "ZSTD_rescaleFreqs (srcSize=%u)", (unsigned)srcSize); in ZSTD_rescaleFreqs() 134 DEBUGLOG(5, "(srcSize <= ZSTD_PREDEF_THRESHOLD) => zop_predef"); in ZSTD_rescaleFreqs() 323 DEBUGLOG(8, "ZSTD_getMatchPrice(ml:%u) = %u", matchLength, price); in ZSTD_getMatchPrice() 451 DEBUGLOG(8, "ZSTD_insertBt1 (%u)", curr); in ZSTD_insertBt1() 538 DEBUGLOG(6, "ZSTD_updateTree_internal, from %u to %u (dictMode:%u)", in ZSTD_updateTree_internal() 607 DEBUGLOG(8, "ZSTD_insertBtAndGetAllMatches: current=%u", curr); in ZSTD_insertBtAndGetAllMatches() 644 DEBUGLOG(8, "found repCode %u (ll0:%u, offset:%u) of length %u", in ZSTD_insertBtAndGetAllMatches() 671 DEBUGLOG(8, "found small match with hlog3, of length %u", in ZSTD_insertBtAndGetAllMatches() [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() 86 DEBUGLOG(5,"ZSTD_compressLiterals (disableLiteralCompression=%i srcSize=%u)", in ZSTD_compressLiterals() 116 DEBUGLOG(5, "Reusing previous huffman table"); in ZSTD_compressLiterals() 157 DEBUGLOG(5, "Compressed literals: %u -> %u", (U32)srcSize, (U32)(lhSize+cLitSize)); in ZSTD_compressLiterals()
|
H A D | zstd_compress_internal.h | 611 DEBUGLOG(6, "Cpos%7u :%3u literals, match%4u bytes at offCode%7u", in ZSTD_storeSeq() 829 DEBUGLOG(7, "ZSTD_count_2segments: found a 2-parts match (current length==%zu)", matchLength); in ZSTD_count_2segments() 830 DEBUGLOG(7, "distance from match beginning to end dictionary = %zi", mEnd - match); in ZSTD_count_2segments() 831 DEBUGLOG(7, "distance from current pos to end buffer = %zi", iEnd - ip); in ZSTD_count_2segments() 832 DEBUGLOG(7, "next byte : ip==%02X, istart==%02X", ip[matchLength], *iStart); in ZSTD_count_2segments() 833 DEBUGLOG(7, "final match length = %zu", matchLength + ZSTD_count(ip+matchLength, iStart, iEnd)); in ZSTD_count_2segments() 1138 DEBUGLOG(4, "Correction of 0x%x bytes to lowLimit=0x%x", correction, in ZSTD_window_correctOverflow() 1175 DEBUGLOG(5, "ZSTD_window_enforceMaxDist: blockEndIdx=%u, maxDist=%u, loadedDictEnd=%u", in ZSTD_window_enforceMaxDist() 1195 DEBUGLOG(5, "Update dictLimit to match lowLimit, from %u to %u", in ZSTD_window_enforceMaxDist() 1222 DEBUGLOG(5, "ZSTD_checkDictValidity: blockEndIdx=%u, maxDist=%u, loadedDictEnd=%u", in ZSTD_checkDictValidity() [all …]
|
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() 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() 199 …DEBUGLOG(9, "ZSTD_DUBT_findBetterDictMatch(%u) : found better match length %u -> %u and offsetCode… in ZSTD_DUBT_findBetterDictMatch() 222 …DEBUGLOG(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 …]
|
H A D | zstd_ldm.c | 140 DEBUGLOG(4, "ZSTD_ldm_adjustParameters"); in ZSTD_ldm_adjustParameters() 224 …DEBUGLOG(7, "ZSTD_ldm_countBackwardsMatch_2segments: found 2-parts backwards match (length in pref… in ZSTD_ldm_countBackwardsMatch_2segments() 226 DEBUGLOG(7, "final backwards match length = %zu", matchLength); in ZSTD_ldm_countBackwardsMatch_2segments() 279 DEBUGLOG(5, "ZSTD_ldm_fillHashTable"); in ZSTD_ldm_fillHashTable() 675 DEBUGLOG(5, "ZSTD_ldm_blockCompress: srcSize=%zu", srcSize); in ZSTD_ldm_blockCompress() 703 …DEBUGLOG(5, "pos %u : calling block compressor on segment of size %u", (unsigned)(ip-istart), sequ… in ZSTD_ldm_blockCompress()
|
/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/ |
H A D | zstd_compress_superblock.c | 79 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() 139 DEBUGLOG(5, "set_repeat - smaller"); in ZSTD_buildSuperBlockEntropy_literal() 146 DEBUGLOG(5, "set_basic - no gains"); in ZSTD_buildSuperBlockEntropy_literal() 151 DEBUGLOG(5, "set_compressed (hSize=%u)", (U32)hSize); in ZSTD_buildSuperBlockEntropy_literal() 190 DEBUGLOG(5, "ZSTD_buildSuperBlockEntropy_sequences (nbSeq=%zu)", nbSeq); in ZSTD_buildSuperBlockEntropy_sequences() 200 DEBUGLOG(5, "Building LL table"); in ZSTD_buildSuperBlockEntropy_sequences() [all …]
|
H A D | zstd_compress_sequences.c | 100 DEBUGLOG(5, "Repeat FSE_CTable has maxSymbolValue %u < %u", in ZSTD_fseBitCost() 111 DEBUGLOG(5, "Repeat FSE_CTable has Prob[%u] == 0", s); in ZSTD_fseBitCost() 158 DEBUGLOG(5, "Selected set_basic"); in ZSTD_selectEncodingType() 161 DEBUGLOG(5, "Selected set_rle"); in ZSTD_selectEncodingType() 174 DEBUGLOG(5, "Selected set_repeat"); in ZSTD_selectEncodingType() 179 DEBUGLOG(5, "Selected set_basic"); in ZSTD_selectEncodingType() 202 DEBUGLOG(5, "Estimated bit costs: basic=%u\trepeat=%u\tcompressed=%u", in ZSTD_selectEncodingType() 205 DEBUGLOG(5, "Selected set_basic"); in ZSTD_selectEncodingType() 211 DEBUGLOG(5, "Selected set_repeat"); in ZSTD_selectEncodingType() 217 DEBUGLOG(5, "Selected set_compressed"); in ZSTD_selectEncodingType() [all …]
|
H A D | zstd_cwksp.h | 236 DEBUGLOG(5, "cwksp: reserving %p %zd bytes, %zd bytes remaining", in ZSTD_cwksp_reserve_internal() 241 DEBUGLOG(4, "cwksp: alloc failed!"); in ZSTD_cwksp_reserve_internal() 286 DEBUGLOG(5, "cwksp: reserving %p table %zd bytes, %zd bytes remaining", in ZSTD_cwksp_reserve_table() 293 DEBUGLOG(4, "cwksp: table alloc failed!"); in ZSTD_cwksp_reserve_table() 319 DEBUGLOG(5, in ZSTD_cwksp_reserve_object() 327 DEBUGLOG(4, "cwksp: object alloc failed!"); in ZSTD_cwksp_reserve_object() 346 DEBUGLOG(4, "cwksp: ZSTD_cwksp_mark_tables_dirty"); in ZSTD_cwksp_mark_tables_dirty() 366 DEBUGLOG(4, "cwksp: ZSTD_cwksp_mark_tables_clean"); in ZSTD_cwksp_mark_tables_clean() 379 DEBUGLOG(4, "cwksp: ZSTD_cwksp_clean_tables"); in ZSTD_cwksp_clean_tables() 393 DEBUGLOG(4, "cwksp: clearing tables!"); in ZSTD_cwksp_clear_tables() [all …]
|
H A D | zstd_opt.c | 88 DEBUGLOG(5, "ZSTD_downscaleStat (nbElts=%u)", (unsigned)lastEltIndex+1); in ZSTD_downscaleStat() 109 DEBUGLOG(5, "ZSTD_rescaleFreqs (srcSize=%u)", (unsigned)srcSize); in ZSTD_rescaleFreqs() 114 DEBUGLOG(5, "(srcSize <= ZSTD_PREDEF_THRESHOLD) => zop_predef"); in ZSTD_rescaleFreqs() 282 DEBUGLOG(8, "ZSTD_getMatchPrice(ml:%u) = %u", matchLength, price); in ZSTD_getMatchPrice() 405 DEBUGLOG(8, "ZSTD_insertBt1 (%u)", current); in ZSTD_insertBt1() 491 DEBUGLOG(6, "ZSTD_updateTree_internal, from %u to %u (dictMode:%u)", in ZSTD_updateTree_internal() 560 DEBUGLOG(8, "ZSTD_insertBtAndGetAllMatches: current=%u", current); in ZSTD_insertBtAndGetAllMatches() 597 DEBUGLOG(8, "found repCode %u (ll0:%u, offset:%u) of length %u", in ZSTD_insertBtAndGetAllMatches() 624 DEBUGLOG(8, "found small match with hlog3, of length %u", in ZSTD_insertBtAndGetAllMatches() 662 DEBUGLOG(8, "found match of length %u at distance %u (offCode=%u)", in ZSTD_insertBtAndGetAllMatches() [all …]
|
H A D | zstd_compress.c | 484 DEBUGLOG(4, "ZSTD_CCtx_setParameter (%i, %i)", (int)param, value); in ZSTD_CCtx_setParameter() 534 DEBUGLOG(4, "ZSTD_CCtxParams_setParameter (%i, %i)", (int)param, value); in ZSTD_CCtxParams_setParameter() 594 DEBUGLOG(4, "set content size flag = %u", (value!=0)); in ZSTD_CCtxParams_setParameter() 604 DEBUGLOG(4, "set dictIDFlag = %u", (value!=0)); in ZSTD_CCtxParams_setParameter() 833 DEBUGLOG(4, "ZSTD_CCtx_setParametersUsingCCtxParams"); in ZSTD_CCtx_setParametersUsingCCtxParams() 846 DEBUGLOG(4, "ZSTD_CCtx_setPledgedSrcSize to %u bytes", (U32)pledgedSrcSize); in ZSTD_CCtx_setPledgedSrcSize() 899 DEBUGLOG(4, "ZSTD_CCtx_loadDictionary_advanced (size: %u)", (U32)dictSize); in ZSTD_CCtx_loadDictionary_advanced() 1121 DEBUGLOG(4, "chainSize: %u - hSize: %u - h3Size: %u", in ZSTD_sizeof_matchState() 1162 DEBUGLOG(5, "estimate workspace : %u", (U32)neededSpace); in ZSTD_estimateCCtxSize_usingCCtxParams() 1357 DEBUGLOG(4, "reset indices : %u", forceResetIndex == ZSTDirp_reset); in ZSTD_reset_matchState() [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_compress_internal.h | 447 DEBUGLOG(6, "Cpos%7u :%3u literals, match%4u bytes at offCode%7u", in ZSTD_storeSeq() 593 DEBUGLOG(7, "ZSTD_count_2segments: found a 2-parts match (current length==%zu)", matchLength); in ZSTD_count_2segments() 594 DEBUGLOG(7, "distance from match beginning to end dictionary = %zi", mEnd - match); in ZSTD_count_2segments() 595 DEBUGLOG(7, "distance from current pos to end buffer = %zi", iEnd - ip); in ZSTD_count_2segments() 596 DEBUGLOG(7, "next byte : ip==%02X, istart==%02X", ip[matchLength], *iStart); in ZSTD_count_2segments() 597 DEBUGLOG(7, "final match length = %zu", matchLength + ZSTD_count(ip+matchLength, iStart, iEnd)); in ZSTD_count_2segments() 819 DEBUGLOG(4, "Correction of 0x%x bytes to lowLimit=0x%x", correction, in ZSTD_window_correctOverflow() 856 DEBUGLOG(5, "ZSTD_window_enforceMaxDist: blockEndIdx=%u, maxDist=%u, loadedDictEnd=%u", in ZSTD_window_enforceMaxDist() 876 DEBUGLOG(5, "Update dictLimit to match lowLimit, from %u to %u", in ZSTD_window_enforceMaxDist() 903 DEBUGLOG(5, "ZSTD_checkDictValidity: blockEndIdx=%u, maxDist=%u, loadedDictEnd=%u", in ZSTD_checkDictValidity() [all …]
|
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() 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() 199 …DEBUGLOG(9, "ZSTD_DUBT_findBetterDictMatch(%u) : found better match length %u -> %u and offsetCode… in ZSTD_DUBT_findBetterDictMatch() 222 …DEBUGLOG(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) ", current); in ZSTD_DUBT_findBestMatch() 266 DEBUGLOG(8, "ZSTD_DUBT_findBestMatch: candidate %u is unsorted", in ZSTD_DUBT_findBestMatch() [all …]
|
/freebsd/sys/contrib/zstd/lib/decompress/ |
H A D | zstd_decompress.c | 108 DEBUGLOG(4, "Hashed index: for dictID: %u is %zu", dictID, idx); in ZSTD_DDictHashSet_emplaceDDict() 112 DEBUGLOG(4, "DictID already exists, replacing rather than adding"); in ZSTD_DDictHashSet_emplaceDDict() 119 DEBUGLOG(4, "Final idx after probing for dictID %u is: %zu", dictID, idx); in ZSTD_DDictHashSet_emplaceDDict() 136 …DEBUGLOG(4, "Expanding DDict hash table! Old size: %zu new size: %zu", oldTableSize, newTableSize); in ZSTD_DDictHashSet_expand() 147 DEBUGLOG(4, "Finished re-hash"); in ZSTD_DDictHashSet_expand() 157 DEBUGLOG(4, "Hashed index: for dictID: %u is %zu", dictID, idx); in ZSTD_DDictHashSet_getDDict() 168 DEBUGLOG(4, "Final idx after probing for dictID %u is: %zu", dictID, idx); in ZSTD_DDictHashSet_getDDict() 178 DEBUGLOG(4, "Allocating new hash set"); in ZSTD_createDDictHashSet() 195 DEBUGLOG(4, "Freeing ddict hash set"); in ZSTD_freeDDictHashSet() 208 …DEBUGLOG(4, "Adding dict ID: %u to hashset with - Count: %zu Tablesize: %zu", ZSTD_getDictID_fromD… in ZSTD_DDictHashSet_addDDict() [all …]
|
H A D | zstd_decompress_block.c | 123 DEBUGLOG(5, "ZSTD_decodeLiteralsBlock"); in ZSTD_decodeLiteralsBlock() 132 DEBUGLOG(5, "set_repeat flag : re-using stats from previous compressed literals block"); in ZSTD_decodeLiteralsBlock() 660 DEBUGLOG(5, "ZSTD_decodeSeqHeaders"); in ZSTD_decodeSeqHeaders() 1143 DEBUGLOG(6, "ZSTD_initFseState : val=%u using %u bits", in ZSTD_initFseState() 1259 DEBUGLOG(6, "seq: litL=%u, matchL=%u, offset=%u", 1297 DEBUGLOG(6, "Checking sequence: litL=%u matchL=%u offset=%u", 1338 DEBUGLOG(5, "ZSTD_decompressSequences_bodySplitLitBuffer"); 1431 DEBUGLOG(6, "regenerated sequence size : %u", (U32)oneSeqSize); 1460 DEBUGLOG(6, "regenerated sequence size : %u", (U32)oneSeqSize); 1497 DEBUGLOG(6, "regenerated sequence size : %u", (U32)oneSeqSize); [all …]
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | lz4.c | 238 #define DEBUGLOG(l, ...) {} /* disabled */ macro 569 DEBUGLOG(5, "LZ4_decompress_generic (srcSize:%i, dstSize:%i)", srcSize, outputSize); in LZ4_decompress_generic() 584 DEBUGLOG(6, "skip fast decode loop"); in LZ4_decompress_generic() 621 DEBUGLOG(7, "copy %u bytes in a 16-bytes stripe", (unsigned)length); in LZ4_decompress_generic() 678 DEBUGLOG(7, "partialDecoding: dictionary match, close to dstEnd"); in LZ4_decompress_generic() 796 DEBUGLOG(7, "partialDecoding: copying literals, close to input or output end") in LZ4_decompress_generic() 797 DEBUGLOG(7, "partialDecoding: literal length = %u", (unsigned)length); in LZ4_decompress_generic() 798 … DEBUGLOG(7, "partialDecoding: remaining space in dstBuffer : %i", (int)(oend - op)); in LZ4_decompress_generic() 799 … DEBUGLOG(7, "partialDecoding: remaining space in srcBuffer : %i", (int)(iend - ip)); in LZ4_decompress_generic() 824 DEBUGLOG(6, "should have been last run of literals") in LZ4_decompress_generic() [all …]
|
/freebsd/sys/contrib/openzfs/module/zstd/lib/decompress/ |
H A D | zstd_decompress.c | 149 DEBUGLOG(3, "ZSTD_createDCtx"); in ZSTD_createDCtx() 571 DEBUGLOG(5, "ZSTD_insertBlock: %u bytes", (unsigned)blockSize); in ZSTD_insertBlock() 581 DEBUGLOG(5, "ZSTD_copyRawBlock"); in ZSTD_copyRawBlock() 619 DEBUGLOG(4, "ZSTD_decompressFrame (srcSize:%i)", (int)*srcSizePtr); in ZSTD_decompressFrame() 703 DEBUGLOG(5, "ZSTD_decompressMultiFrame"); in ZSTD_decompressMultiFrame() 736 DEBUGLOG(4, "reading magic number %08X (expecting %08X)", in ZSTD_decompressMultiFrame() 890 DEBUGLOG(5, "ZSTD_decompressContinue (srcSize:%u)", (unsigned)srcSize); in ZSTD_decompressContinue() 952 DEBUGLOG(5, "ZSTD_decompressContinue: case ZSTDds_decompressBlock"); in ZSTD_decompressContinue() 957 DEBUGLOG(5, "ZSTD_decompressContinue: case bt_compressed"); in ZSTD_decompressContinue() 978 DEBUGLOG(5, "ZSTD_decompressContinue: decoded size from block : %u", (unsigned)rSize); in ZSTD_decompressContinue() [all …]
|
H A D | zstd_decompress_block.c | 82 DEBUGLOG(5, "ZSTD_decodeLiteralsBlock"); in ZSTD_decodeLiteralsBlock() 91 DEBUGLOG(5, "set_repeat flag : re-using stats from previous compressed literals block"); in ZSTD_decodeLiteralsBlock() 487 DEBUGLOG(5, "ZSTD_decodeSeqHeaders"); in ZSTD_decodeSeqHeaders() 797 DEBUGLOG(6, "ZSTD_initFseState : val=%u using %u bits", in ZSTD_initFseState() 905 DEBUGLOG(6, "seq: litL=%u, matchL=%u, offset=%u", in ZSTD_decodeSequence() 962 DEBUGLOG(6, "Checking sequence: litL=%u matchL=%u offset=%u", in ZSTD_assertValidSequence() 998 DEBUGLOG(5, "ZSTD_decompressSequences_body"); in ZSTD_decompressSequences_body() 1068 DEBUGLOG(6, "regenerated sequence size : %u", (U32)oneSeqSize); in ZSTD_decompressSequences_body() 1082 … DEBUGLOG(5, "ZSTD_decompressSequences_body: after decode loop, remaining nbSeq : %i", nbSeq); in ZSTD_decompressSequences_body() 1282 DEBUGLOG(5, "ZSTD_decompressSequences"); in ZSTD_decompressSequences() [all …]
|
/freebsd/sys/contrib/zstd/lib/common/ |
H A D | debug.h | 92 # define DEBUGLOG(l, ...) { \ macro 99 # define DEBUGLOG(l, ...) {} /* disabled */
|
/freebsd/sys/contrib/openzfs/module/zstd/lib/common/ |
H A D | debug.h | 99 # define DEBUGLOG(l, ...) { \ macro 106 # define DEBUGLOG(l, ...) {} /* disabled */
|