Home
last modified time | relevance | path

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

12

/freebsd/sys/contrib/zstd/lib/compress/
H A Dzstdmt_compress.c70 DEBUGLOG(MUTEX_WAIT_TIME_DLEVEL, \
108 DEBUGLOG(3, "ZSTDMT_freeBufferPool (address:%08X)", (U32)(size_t)bufPool); in ZSTDMT_freeBufferPool()
113DEBUGLOG(4, "free buffer %2u (address:%08X)", u, (U32)(size_t)bufPool->buffers[u].start); in ZSTDMT_freeBufferPool()
165 DEBUGLOG(4, "ZSTDMT_setBufferSize: bSize = %u", (U32)bSize); in ZSTDMT_setBufferSize()
195 DEBUGLOG(5, "ZSTDMT_getBuffer: bSize = %u", (U32)bufPool->bufferSize); in ZSTDMT_getBuffer()
203 DEBUGLOG(5, "ZSTDMT_getBuffer: provide buffer %u of size %u", in ZSTDMT_getBuffer()
209 DEBUGLOG(5, "ZSTDMT_getBuffer: existing buffer does not meet size conditions => freeing"); in ZSTDMT_getBuffer()
214 DEBUGLOG(5, "ZSTDMT_getBuffer: create a new buffer"); in ZSTDMT_getBuffer()
220 DEBUGLOG(5, "ZSTDMT_getBuffer: buffer allocation failure !!"); in ZSTDMT_getBuffer()
222 DEBUGLOG(5, "ZSTDMT_getBuffer: created buffer of size %u", (U32)bSize); in ZSTDMT_getBuffer()
[all …]
H A Dzstd_compress_superblock.c57DEBUGLOG(5, "ZSTD_compressSubBlock_literal (litSize=%zu, lhSize=%zu, writeEntropy=%d)", litSize, l… in ZSTD_compressSubBlock_literal()
61 DEBUGLOG(5, "ZSTD_compressSubBlock_literal using raw literal"); in ZSTD_compressSubBlock_literal()
64 DEBUGLOG(5, "ZSTD_compressSubBlock_literal using rle literal"); in ZSTD_compressSubBlock_literal()
75 DEBUGLOG(5, "ZSTD_compressSubBlock_literal (hSize=%zu)", hufMetadata->hufDesSize); in ZSTD_compressSubBlock_literal()
84 DEBUGLOG(5, "Failed to write entropy tables %s", ZSTD_getErrorName(cSize)); in ZSTD_compressSubBlock_literal()
89 DEBUGLOG(5, "ZSTD_compressSubBlock_literal using raw literal because uncompressible"); in ZSTD_compressSubBlock_literal()
95 DEBUGLOG(5, "Literals expanded beyond allowed header size"); in ZSTD_compressSubBlock_literal()
98 DEBUGLOG(5, "ZSTD_compressSubBlock_literal (cSize=%zu)", cSize); in ZSTD_compressSubBlock_literal()
124 DEBUGLOG(5, "Compressed literals: %u -> %u", (U32)litSize, (U32)(op-ostart)); in ZSTD_compressSubBlock_literal()
141 DEBUGLOG(5, "ZSTD_seqDecompressedSize: %u sequences from %p: %u literals + %u matchlength", in ZSTD_seqDecompressedSize()
[all …]
H A Dzstd_compress_sequences.c115 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 Dzstd_compress_literals.c44 DEBUGLOG(5, "ZSTD_noCompressLiterals: srcSize=%zu, dstCapacity=%zu", srcSize, dstCapacity); in ZSTD_noCompressLiterals()
64 DEBUGLOG(5, "Raw (uncompressed) literals: %u -> %u", (U32)srcSize, (U32)(srcSize + flSize)); in ZSTD_noCompressLiterals()
105DEBUGLOG(5, "RLE : Repeated Literal (%02X: %u times) -> %u bytes encoded", ((const BYTE*)src)[0], … in ZSTD_compressRleLiteralsBlock()
124 DEBUGLOG(7, "minLiteralsToCompress = %zu", mintc); in ZSTD_minLiteralsToCompress()
146 DEBUGLOG(5,"ZSTD_compressLiterals (disableLiteralCompression=%i, srcSize=%u, dstCapacity=%zu)", in ZSTD_compressLiterals()
149 DEBUGLOG(6, "Completed literals listing (%zu bytes)", showHexa(src, srcSize)); in ZSTD_compressLiterals()
179 DEBUGLOG(5, "%zu literals compressed into %zu bytes (before header)", srcSize, cLitSize); in ZSTD_compressLiterals()
182 DEBUGLOG(5, "reusing statistics from previous huffman block"); in ZSTD_compressLiterals()
233 DEBUGLOG(5, "Compressed literals: %u -> %u", (U32)srcSize, (U32)(lhSize+cLitSize)); in ZSTD_compressLiterals()
H A Dzstd_compress.c183 DEBUGLOG(3, "ZSTD_freeCCtx (address: %p)", (void*)cctx); in ZSTD_freeCCtx()
391 DEBUGLOG(4, "ZSTD_CCtxParams_init_internal: useRowMatchFinder=%d, useBlockSplitter=%d ldm=%d", in ZSTD_CCtxParams_init_internal()
710 DEBUGLOG(4, "ZSTD_CCtx_setParameter (%i, %i)", (int)param, value); in ZSTD_CCtx_setParameter()
773 DEBUGLOG(4, "ZSTD_CCtxParams_setParameter (%i, %i)", (int)param, value); in ZSTD_CCtxParams_setParameter()
834 DEBUGLOG(4, "set content size flag = %u", (value!=0)); in ZSTD_CCtxParams_setParameter()
844 DEBUGLOG(4, "set dictIDFlag = %u", (value!=0)); in ZSTD_CCtxParams_setParameter()
1181 DEBUGLOG(4, "ZSTD_CCtx_setParametersUsingCCtxParams"); in ZSTD_CCtx_setParametersUsingCCtxParams()
1195 DEBUGLOG(4, "ZSTD_CCtx_setCParams"); in ZSTD_CCtx_setCParams()
1211 DEBUGLOG(4, "ZSTD_CCtx_setFParams"); in ZSTD_CCtx_setFParams()
1220 DEBUGLOG(4, "ZSTD_CCtx_setParams"); in ZSTD_CCtx_setParams()
[all …]
H A Dzstd_cwksp.h295 DEBUGLOG(5, "cwksp: reserving [0x%p]:%zd bytes; %zd bytes remaining", in ZSTD_cwksp_reserve_internal_buffer_space()
300 DEBUGLOG(4, "cwksp: alloc failed!"); in ZSTD_cwksp_reserve_internal_buffer_space()
333 DEBUGLOG(5, "reserving table alignment addtl space: %zu", bytesToAlign); in ZSTD_cwksp_internal_advance_phase()
464 DEBUGLOG(5, "cwksp: reserving %p table %zd bytes, %zd bytes remaining", in ZSTD_cwksp_reserve_table()
470 DEBUGLOG(4, "cwksp: table alloc failed!"); in ZSTD_cwksp_reserve_table()
502 DEBUGLOG(4, in ZSTD_cwksp_reserve_object()
510 DEBUGLOG(3, "cwksp: object alloc failed!"); in ZSTD_cwksp_reserve_object()
546 DEBUGLOG(4, "cwksp: ZSTD_cwksp_mark_tables_dirty"); in ZSTD_cwksp_mark_tables_dirty()
574 DEBUGLOG(4, "cwksp: ZSTD_cwksp_mark_tables_clean"); in ZSTD_cwksp_mark_tables_clean()
587 DEBUGLOG(4, "cwksp: ZSTD_cwksp_clean_tables"); in ZSTD_cwksp_clean_tables()
[all …]
H A Dzstd_opt.c108 DEBUGLOG(5, "ZSTD_downscaleStats (nbElts=%u, shift=%u)", in ZSTD_downscaleStats()
127DEBUGLOG(5, "ZSTD_scaleStats (nbElts=%u, target=%u)", (unsigned)lastEltIndex+1, (unsigned)logTarge… in ZSTD_scaleStats()
146 DEBUGLOG(5, "ZSTD_rescaleFreqs (srcSize=%u)", (unsigned)srcSize); in ZSTD_rescaleFreqs()
153 DEBUGLOG(5, "srcSize <= %i : use predefined stats", ZSTD_PREDEF_THRESHOLD); in ZSTD_rescaleFreqs()
270 DEBUGLOG(8, "ZSTD_rawLiteralsCost (%u literals)", litLength); in ZSTD_rawLiteralsCost()
350 DEBUGLOG(8, "ZSTD_getMatchPrice(ml:%u) = %u", matchLength, price); in ZSTD_getMatchPrice()
482 DEBUGLOG(8, "ZSTD_insertBt1 (%u)", curr); in ZSTD_insertBt1()
570 DEBUGLOG(7, "ZSTD_updateTree_internal, from %u to %u (dictMode:%u)", in ZSTD_updateTree_internal()
642 DEBUGLOG(8, "ZSTD_insertBtAndGetAllMatches: current=%u", curr); in ZSTD_insertBtAndGetAllMatches()
679 DEBUGLOG(8, "found repCode %u (ll0:%u, offset:%u) of length %u", in ZSTD_insertBtAndGetAllMatches()
[all …]
H A Dzstd_compress_internal.h653 DEBUGLOG(5, "ZSTD_noCompressBlock (srcSize=%zu, dstCapacity=%zu)", srcSize, dstCapacity); in ZSTD_noCompressBlock()
787 DEBUGLOG(6, "Cpos%7u :%3u literals, match%4u bytes at offBase%7u", in ZSTD_storeSeq()
886 DEBUGLOG(7, "ZSTD_count_2segments: found a 2-parts match (current length==%zu)", matchLength); in ZSTD_count_2segments()
887 DEBUGLOG(7, "distance from match beginning to end dictionary = %i", (int)(mEnd - match)); in ZSTD_count_2segments()
888 DEBUGLOG(7, "distance from current pos to end buffer = %i", (int)(iEnd - ip)); in ZSTD_count_2segments()
889 DEBUGLOG(7, "next byte : ip==%02X, istart==%02X", ip[matchLength], *iStart); in ZSTD_count_2segments()
890 DEBUGLOG(7, "final match length = %zu", matchLength + ZSTD_count(ip+matchLength, iStart, iEnd)); in ZSTD_count_2segments()
1227 DEBUGLOG(4, "Correction of 0x%x bytes to lowLimit=0x%x", correction, in ZSTD_window_correctOverflow()
1264 DEBUGLOG(5, "ZSTD_window_enforceMaxDist: blockEndIdx=%u, maxDist=%u, loadedDictEnd=%u", in ZSTD_window_enforceMaxDist()
1284 DEBUGLOG(5, "Update dictLimit to match lowLimit, from %u to %u", in ZSTD_window_enforceMaxDist()
[all …]
H A Dhuf_compress.c382 DEBUGLOG(5, "HUF_setMaxHeight (targetNbBits = %u)", targetNbBits); in HUF_setMaxHeight()
688 DEBUGLOG(5, "HUF_buildTree (alphabet size = %u)", maxSymbolValue + 1); in HUF_buildTree()
715DEBUGLOG(6, "Initial distribution of bits completed (%zu sorted symbols)", showHNodeBits(huffNode,… in HUF_buildTree()
767 DEBUGLOG(5, "HUF_buildCTable_wksp (alphabet size = %u)", maxSymbolValue+1); in HUF_buildCTable_wksp()
779DEBUGLOG(6, "sorted symbols completed (%zu symbols)", showHNodeSymbols(huffNode, maxSymbolValue+1)… in HUF_buildCTable_wksp()
1297 DEBUGLOG(6, "HUF_optimalTableLog: probing huf depth (srcSize=%zu)", srcSize); in HUF_optimalTableLog()
1301 DEBUGLOG(7, "checking for huffLog=%u", optLogGuess); in HUF_optimalTableLog()
1345 DEBUGLOG(5, "HUF_compress_internal (srcSize=%zu)", srcSize); in HUF_compress_internal()
1369 DEBUGLOG(5, "input suspected incompressible : sampling to check"); in HUF_compress_internal()
1386DEBUGLOG(6, "histogram detail completed (%zu symbols)", showU32(table->count, maxSymbolValue+1)); in HUF_compress_internal()
[all …]
/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_compress_superblock.c58DEBUGLOG(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()
142 DEBUGLOG(5, "ZSTD_seqDecompressedSize: %u sequences from %p: %u literals + %u matchlength", in ZSTD_seqDecompressedSize()
[all …]
H A Dzstd_compress_sequences.c116 DEBUGLOG(5, "Repeat FSE_CTable has maxSymbolValue %u < %u", in ZSTD_fseBitCost()
127 DEBUGLOG(5, "Repeat FSE_CTable has Prob[%u] == 0", s); in ZSTD_fseBitCost()
174 DEBUGLOG(5, "Selected set_basic"); in ZSTD_selectEncodingType()
177 DEBUGLOG(5, "Selected set_rle"); in ZSTD_selectEncodingType()
190 DEBUGLOG(5, "Selected set_repeat"); in ZSTD_selectEncodingType()
195 DEBUGLOG(5, "Selected set_basic"); in ZSTD_selectEncodingType()
218 DEBUGLOG(5, "Estimated bit costs: basic=%u\trepeat=%u\tcompressed=%u", in ZSTD_selectEncodingType()
221 DEBUGLOG(5, "Selected set_basic"); in ZSTD_selectEncodingType()
227 DEBUGLOG(5, "Selected set_repeat"); in ZSTD_selectEncodingType()
233 DEBUGLOG(5, "Selected set_compressed"); in ZSTD_selectEncodingType()
[all …]
H A Dzstd_compress_literals.c45 DEBUGLOG(5, "ZSTD_noCompressLiterals: srcSize=%zu, dstCapacity=%zu", srcSize, dstCapacity); in ZSTD_noCompressLiterals()
65 DEBUGLOG(5, "Raw (uncompressed) literals: %u -> %u", (U32)srcSize, (U32)(srcSize + flSize)); in ZSTD_noCompressLiterals()
106DEBUGLOG(5, "RLE : Repeated Literal (%02X: %u times) -> %u bytes encoded", ((const BYTE*)src)[0], … in ZSTD_compressRleLiteralsBlock()
125 DEBUGLOG(7, "minLiteralsToCompress = %zu", mintc); in ZSTD_minLiteralsToCompress()
147 DEBUGLOG(5,"ZSTD_compressLiterals (disableLiteralCompression=%i, srcSize=%u, dstCapacity=%zu)", in ZSTD_compressLiterals()
150 DEBUGLOG(6, "Completed literals listing (%zu bytes)", showHexa(src, srcSize)); in ZSTD_compressLiterals()
180 DEBUGLOG(5, "%zu literals compressed into %zu bytes (before header)", srcSize, cLitSize); in ZSTD_compressLiterals()
183 DEBUGLOG(5, "reusing statistics from previous huffman block"); in ZSTD_compressLiterals()
234 DEBUGLOG(5, "Compressed literals: %u -> %u", (U32)srcSize, (U32)(lhSize+cLitSize)); in ZSTD_compressLiterals()
H A Dzstd_compress.c184 DEBUGLOG(3, "ZSTD_freeCCtx (address: %p)", (void*)cctx); in ZSTD_freeCCtx()
392 DEBUGLOG(4, "ZSTD_CCtxParams_init_internal: useRowMatchFinder=%d, useBlockSplitter=%d ldm=%d", in ZSTD_CCtxParams_init_internal()
711 DEBUGLOG(4, "ZSTD_CCtx_setParameter (%i, %i)", (int)param, value); in ZSTD_CCtx_setParameter()
774 DEBUGLOG(4, "ZSTD_CCtxParams_setParameter (%i, %i)", (int)param, value); in ZSTD_CCtxParams_setParameter()
835 DEBUGLOG(4, "set content size flag = %u", (value!=0)); in ZSTD_CCtxParams_setParameter()
845 DEBUGLOG(4, "set dictIDFlag = %u", (value!=0)); in ZSTD_CCtxParams_setParameter()
1182 DEBUGLOG(4, "ZSTD_CCtx_setParametersUsingCCtxParams"); in ZSTD_CCtx_setParametersUsingCCtxParams()
1196 DEBUGLOG(4, "ZSTD_CCtx_setCParams"); in ZSTD_CCtx_setCParams()
1212 DEBUGLOG(4, "ZSTD_CCtx_setFParams"); in ZSTD_CCtx_setFParams()
1221 DEBUGLOG(4, "ZSTD_CCtx_setParams"); in ZSTD_CCtx_setParams()
[all …]
H A Dzstd_cwksp.h296 DEBUGLOG(5, "cwksp: reserving [0x%p]:%zd bytes; %zd bytes remaining", in ZSTD_cwksp_reserve_internal_buffer_space()
301 DEBUGLOG(4, "cwksp: alloc failed!"); in ZSTD_cwksp_reserve_internal_buffer_space()
334 DEBUGLOG(5, "reserving table alignment addtl space: %zu", bytesToAlign); in ZSTD_cwksp_internal_advance_phase()
465 DEBUGLOG(5, "cwksp: reserving %p table %zd bytes, %zd bytes remaining", in ZSTD_cwksp_reserve_table()
471 DEBUGLOG(4, "cwksp: table alloc failed!"); in ZSTD_cwksp_reserve_table()
503 DEBUGLOG(4, in ZSTD_cwksp_reserve_object()
511 DEBUGLOG(3, "cwksp: object alloc failed!"); in ZSTD_cwksp_reserve_object()
547 DEBUGLOG(4, "cwksp: ZSTD_cwksp_mark_tables_dirty"); in ZSTD_cwksp_mark_tables_dirty()
575 DEBUGLOG(4, "cwksp: ZSTD_cwksp_mark_tables_clean"); in ZSTD_cwksp_mark_tables_clean()
588 DEBUGLOG(4, "cwksp: ZSTD_cwksp_clean_tables"); in ZSTD_cwksp_clean_tables()
[all …]
H A Dzstd_opt.c109 DEBUGLOG(5, "ZSTD_downscaleStats (nbElts=%u, shift=%u)", in ZSTD_downscaleStats()
128DEBUGLOG(5, "ZSTD_scaleStats (nbElts=%u, target=%u)", (unsigned)lastEltIndex+1, (unsigned)logTarge… in ZSTD_scaleStats()
147 DEBUGLOG(5, "ZSTD_rescaleFreqs (srcSize=%u)", (unsigned)srcSize); in ZSTD_rescaleFreqs()
154 DEBUGLOG(5, "srcSize <= %i : use predefined stats", ZSTD_PREDEF_THRESHOLD); in ZSTD_rescaleFreqs()
271 DEBUGLOG(8, "ZSTD_rawLiteralsCost (%u literals)", litLength); in ZSTD_rawLiteralsCost()
351 DEBUGLOG(8, "ZSTD_getMatchPrice(ml:%u) = %u", matchLength, price); in ZSTD_getMatchPrice()
483 DEBUGLOG(8, "ZSTD_insertBt1 (%u)", curr); in ZSTD_insertBt1()
571 DEBUGLOG(7, "ZSTD_updateTree_internal, from %u to %u (dictMode:%u)", in ZSTD_updateTree_internal()
643 DEBUGLOG(8, "ZSTD_insertBtAndGetAllMatches: current=%u", curr); in ZSTD_insertBtAndGetAllMatches()
680 DEBUGLOG(8, "found repCode %u (ll0:%u, offset:%u) of length %u", in ZSTD_insertBtAndGetAllMatches()
[all …]
H A Dzstd_compress_internal.h654 DEBUGLOG(5, "ZSTD_noCompressBlock (srcSize=%zu, dstCapacity=%zu)", srcSize, dstCapacity); in ZSTD_noCompressBlock()
788 DEBUGLOG(6, "Cpos%7u :%3u literals, match%4u bytes at offBase%7u", in ZSTD_storeSeq()
887 DEBUGLOG(7, "ZSTD_count_2segments: found a 2-parts match (current length==%zu)", matchLength); in ZSTD_count_2segments()
888 DEBUGLOG(7, "distance from match beginning to end dictionary = %i", (int)(mEnd - match)); in ZSTD_count_2segments()
889 DEBUGLOG(7, "distance from current pos to end buffer = %i", (int)(iEnd - ip)); in ZSTD_count_2segments()
890 DEBUGLOG(7, "next byte : ip==%02X, istart==%02X", ip[matchLength], *iStart); in ZSTD_count_2segments()
891 DEBUGLOG(7, "final match length = %zu", matchLength + ZSTD_count(ip+matchLength, iStart, iEnd)); in ZSTD_count_2segments()
1228 DEBUGLOG(4, "Correction of 0x%x bytes to lowLimit=0x%x", correction, in ZSTD_window_correctOverflow()
1265 DEBUGLOG(5, "ZSTD_window_enforceMaxDist: blockEndIdx=%u, maxDist=%u, loadedDictEnd=%u", in ZSTD_window_enforceMaxDist()
1285 DEBUGLOG(5, "Update dictLimit to match lowLimit, from %u to %u", in ZSTD_window_enforceMaxDist()
[all …]
H A Dhuf_compress.c383 DEBUGLOG(5, "HUF_setMaxHeight (targetNbBits = %u)", targetNbBits); in HUF_setMaxHeight()
689 DEBUGLOG(5, "HUF_buildTree (alphabet size = %u)", maxSymbolValue + 1); in HUF_buildTree()
716DEBUGLOG(6, "Initial distribution of bits completed (%zu sorted symbols)", showHNodeBits(huffNode,… in HUF_buildTree()
768 DEBUGLOG(5, "HUF_buildCTable_wksp (alphabet size = %u)", maxSymbolValue+1); in HUF_buildCTable_wksp()
780DEBUGLOG(6, "sorted symbols completed (%zu symbols)", showHNodeSymbols(huffNode, maxSymbolValue+1)… in HUF_buildCTable_wksp()
1298 DEBUGLOG(6, "HUF_optimalTableLog: probing huf depth (srcSize=%zu)", srcSize); in HUF_optimalTableLog()
1302 DEBUGLOG(7, "checking for huffLog=%u", optLogGuess); in HUF_optimalTableLog()
1346 DEBUGLOG(5, "HUF_compress_internal (srcSize=%zu)", srcSize); in HUF_compress_internal()
1370 DEBUGLOG(5, "input suspected incompressible : sampling to check"); in HUF_compress_internal()
1387DEBUGLOG(6, "histogram detail completed (%zu symbols)", showU32(table->count, maxSymbolValue+1)); in HUF_compress_internal()
[all …]
H A Dzstd_lazy.c47 DEBUGLOG(7, "ZSTD_updateDUBT, from %u to %u (dictLimit:%u)", in ZSTD_updateDUBT()
60 DEBUGLOG(8, "ZSTD_updateDUBT: insert %u", idx); in ZSTD_updateDUBT()
102 DEBUGLOG(8, "ZSTD_insertDUBT1(%u) (dictLimit=%u, lowLimit=%u)", in ZSTD_insertDUBT1()
132 DEBUGLOG(8, "ZSTD_insertDUBT1: comparing %u with %u : found %u common bytes ", in ZSTD_insertDUBT1()
144 DEBUGLOG(8, "ZSTD_insertDUBT1: %u (>btLow=%u) is smaller : next => %u", in ZSTD_insertDUBT1()
153 DEBUGLOG(8, "ZSTD_insertDUBT1: %u (>btLow=%u) is larger => %u", in ZSTD_insertDUBT1()
211DEBUGLOG(9, "ZSTD_DUBT_findBetterDictMatch(%u) : found better match length %u -> %u and offsetCode… in ZSTD_DUBT_findBetterDictMatch()
234DEBUGLOG(8, "ZSTD_DUBT_findBetterDictMatch(%u) : found match of length %u and offsetCode %u (pos %… in ZSTD_DUBT_findBetterDictMatch()
272 DEBUGLOG(7, "ZSTD_DUBT_findBestMatch (%u) ", curr); in ZSTD_DUBT_findBestMatch()
280 DEBUGLOG(8, "ZSTD_DUBT_findBestMatch: candidate %u is unsorted", in ZSTD_DUBT_findBestMatch()
[all …]
/freebsd/sys/contrib/openzfs/module/zstd/lib/decompress/
H A Dzstd_decompress.c111 DEBUGLOG(4, "Hashed index: for dictID: %u is %zu", dictID, idx); in ZSTD_DDictHashSet_emplaceDDict()
115 DEBUGLOG(4, "DictID already exists, replacing rather than adding"); in ZSTD_DDictHashSet_emplaceDDict()
122 DEBUGLOG(4, "Final idx after probing for dictID %u is: %zu", dictID, idx); in ZSTD_DDictHashSet_emplaceDDict()
139DEBUGLOG(4, "Expanding DDict hash table! Old size: %zu new size: %zu", oldTableSize, newTableSize); in ZSTD_DDictHashSet_expand()
150 DEBUGLOG(4, "Finished re-hash"); in ZSTD_DDictHashSet_expand()
160 DEBUGLOG(4, "Hashed index: for dictID: %u is %zu", dictID, idx); in ZSTD_DDictHashSet_getDDict()
171 DEBUGLOG(4, "Final idx after probing for dictID %u is: %zu", dictID, idx); in ZSTD_DDictHashSet_getDDict()
181 DEBUGLOG(4, "Allocating new hash set"); in ZSTD_createDDictHashSet()
198 DEBUGLOG(4, "Freeing ddict hash set"); in ZSTD_freeDDictHashSet()
211DEBUGLOG(4, "Adding dict ID: %u to hashset with - Count: %zu Tablesize: %zu", ZSTD_getDictID_fromD… in ZSTD_DDictHashSet_addDDict()
[all …]
H A Dzstd_decompress_block.c139 DEBUGLOG(5, "ZSTD_decodeLiteralsBlock"); in ZSTD_decodeLiteralsBlock()
149 DEBUGLOG(5, "set_repeat flag : re-using stats from previous compressed literals block"); in ZSTD_decodeLiteralsBlock()
703 DEBUGLOG(5, "ZSTD_decodeSeqHeaders"); in ZSTD_decodeSeqHeaders()
1198 DEBUGLOG(6, "ZSTD_initFseState : val=%u using %u bits", in ZSTD_initFseState()
1333 DEBUGLOG(6, "seq: litL=%u, matchL=%u, offset=%u", in ZSTD_decodeSequence()
1378 DEBUGLOG(6, "Checking sequence: litL=%u matchL=%u offset=%u", in ZSTD_assertValidSequence()
1419 DEBUGLOG(5, "ZSTD_decompressSequences_bodySplitLitBuffer (%i seqs)", nbSeq); in ZSTD_decompressSequences_bodySplitLitBuffer()
1512 DEBUGLOG(6, "regenerated sequence size : %u", (U32)oneSeqSize); in ZSTD_decompressSequences_bodySplitLitBuffer()
1515 DEBUGLOG(6, "reached: (litPtr + sequence.litLength > dctx->litBufferEnd)"); in ZSTD_decompressSequences_bodySplitLitBuffer()
1520DEBUGLOG(6, "There are %i sequences left, and %zu/%zu literals left in buffer", nbSeq, leftoverLit… in ZSTD_decompressSequences_bodySplitLitBuffer()
[all …]
/freebsd/sys/contrib/zstd/lib/decompress/
H A Dzstd_decompress.c110 DEBUGLOG(4, "Hashed index: for dictID: %u is %zu", dictID, idx); in ZSTD_DDictHashSet_emplaceDDict()
114 DEBUGLOG(4, "DictID already exists, replacing rather than adding"); in ZSTD_DDictHashSet_emplaceDDict()
121 DEBUGLOG(4, "Final idx after probing for dictID %u is: %zu", dictID, idx); in ZSTD_DDictHashSet_emplaceDDict()
138DEBUGLOG(4, "Expanding DDict hash table! Old size: %zu new size: %zu", oldTableSize, newTableSize); in ZSTD_DDictHashSet_expand()
149 DEBUGLOG(4, "Finished re-hash"); in ZSTD_DDictHashSet_expand()
159 DEBUGLOG(4, "Hashed index: for dictID: %u is %zu", dictID, idx); in ZSTD_DDictHashSet_getDDict()
170 DEBUGLOG(4, "Final idx after probing for dictID %u is: %zu", dictID, idx); in ZSTD_DDictHashSet_getDDict()
180 DEBUGLOG(4, "Allocating new hash set"); in ZSTD_createDDictHashSet()
197 DEBUGLOG(4, "Freeing ddict hash set"); in ZSTD_freeDDictHashSet()
210DEBUGLOG(4, "Adding dict ID: %u to hashset with - Count: %zu Tablesize: %zu", ZSTD_getDictID_fromD… in ZSTD_DDictHashSet_addDDict()
[all …]
H A Dzstd_decompress_block.c138 DEBUGLOG(5, "ZSTD_decodeLiteralsBlock"); in ZSTD_decodeLiteralsBlock()
148 DEBUGLOG(5, "set_repeat flag : re-using stats from previous compressed literals block"); in ZSTD_decodeLiteralsBlock()
702 DEBUGLOG(5, "ZSTD_decodeSeqHeaders"); in ZSTD_decodeSeqHeaders()
1197 DEBUGLOG(6, "ZSTD_initFseState : val=%u using %u bits", in ZSTD_initFseState()
1332 DEBUGLOG(6, "seq: litL=%u, matchL=%u, offset=%u", in ZSTD_decodeSequence()
1377 DEBUGLOG(6, "Checking sequence: litL=%u matchL=%u offset=%u", in ZSTD_assertValidSequence()
1418 DEBUGLOG(5, "ZSTD_decompressSequences_bodySplitLitBuffer (%i seqs)", nbSeq); in ZSTD_decompressSequences_bodySplitLitBuffer()
1511 DEBUGLOG(6, "regenerated sequence size : %u", (U32)oneSeqSize); in ZSTD_decompressSequences_bodySplitLitBuffer()
1514 DEBUGLOG(6, "reached: (litPtr + sequence.litLength > dctx->litBufferEnd)"); in ZSTD_decompressSequences_bodySplitLitBuffer()
1519DEBUGLOG(6, "There are %i sequences left, and %zu/%zu literals left in buffer", nbSeq, leftoverLit… in ZSTD_decompressSequences_bodySplitLitBuffer()
[all …]
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dlz4.c239 #define DEBUGLOG(l, ...) {} /* disabled */ macro
570 DEBUGLOG(5, "LZ4_decompress_generic (srcSize:%i, dstSize:%i)", srcSize, outputSize); in LZ4_decompress_generic()
585 DEBUGLOG(6, "skip fast decode loop"); in LZ4_decompress_generic()
622 DEBUGLOG(7, "copy %u bytes in a 16-bytes stripe", (unsigned)length); in LZ4_decompress_generic()
679 DEBUGLOG(7, "partialDecoding: dictionary match, close to dstEnd"); in LZ4_decompress_generic()
797 DEBUGLOG(7, "partialDecoding: copying literals, close to input or output end") in LZ4_decompress_generic()
798 DEBUGLOG(7, "partialDecoding: literal length = %u", (unsigned)length); in LZ4_decompress_generic()
799DEBUGLOG(7, "partialDecoding: remaining space in dstBuffer : %i", (int)(oend - op)); in LZ4_decompress_generic()
800DEBUGLOG(7, "partialDecoding: remaining space in srcBuffer : %i", (int)(iend - ip)); in LZ4_decompress_generic()
825 DEBUGLOG(6, "should have been last run of literals") in LZ4_decompress_generic()
[all …]
/freebsd/sys/contrib/openzfs/module/zstd/lib/common/
H A Ddebug.h96 # define DEBUGLOG(l, ...) \ macro
105 # define DEBUGLOG(l, ...) do { } while (0) /* disabled */ macro
/freebsd/sys/contrib/zstd/lib/common/
H A Ddebug.h95 # define DEBUGLOG(l, ...) \ macro
104 # define DEBUGLOG(l, ...) do { } while (0) /* disabled */ macro

12