| /src/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 …]
|
| /src/sys/contrib/openzfs/module/zstd/lib/compress/ |
| 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() 142 DEBUGLOG(5, "ZSTD_seqDecompressedSize: %u sequences from %p: %u literals + %u matchlength", in ZSTD_seqDecompressedSize() [all …]
|
| H A D | zstd_compress_sequences.c | 116 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 D | zstd_compress_literals.c | 45 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() 106 …DEBUGLOG(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 D | zstd_compress.c | 184 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 D | zstd_cwksp.h | 296 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 D | zstd_opt.c | 109 DEBUGLOG(5, "ZSTD_downscaleStats (nbElts=%u, shift=%u)", in ZSTD_downscaleStats() 128 …DEBUGLOG(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 D | zstd_compress_internal.h | 654 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 D | huf_compress.c | 383 DEBUGLOG(5, "HUF_setMaxHeight (targetNbBits = %u)", targetNbBits); in HUF_setMaxHeight() 689 DEBUGLOG(5, "HUF_buildTree (alphabet size = %u)", maxSymbolValue + 1); in HUF_buildTree() 716 …DEBUGLOG(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() 780 …DEBUGLOG(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() 1387 … DEBUGLOG(6, "histogram detail completed (%zu symbols)", showU32(table->count, maxSymbolValue+1)); in HUF_compress_internal() [all …]
|
| H A D | zstd_lazy.c | 47 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() 211 …DEBUGLOG(9, "ZSTD_DUBT_findBetterDictMatch(%u) : found better match length %u -> %u and offsetCode… in ZSTD_DUBT_findBetterDictMatch() 234 …DEBUGLOG(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 …]
|
| /src/sys/contrib/openzfs/module/zstd/lib/decompress/ |
| H A D | zstd_decompress.c | 111 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() 139 …DEBUGLOG(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() 211 …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 | 139 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() 1520 …DEBUGLOG(6, "There are %i sequences left, and %zu/%zu literals left in buffer", nbSeq, leftoverLit… in ZSTD_decompressSequences_bodySplitLitBuffer() [all …]
|
| /src/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 …]
|
| /src/sys/contrib/openzfs/module/zfs/ |
| H A D | lz4.c | 239 #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() 799 … DEBUGLOG(7, "partialDecoding: remaining space in dstBuffer : %i", (int)(oend - op)); in LZ4_decompress_generic() 800 … DEBUGLOG(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 …]
|
| /src/sys/contrib/zstd/lib/common/ |
| H A D | debug.h | 92 # define DEBUGLOG(l, ...) { \ macro 99 # define DEBUGLOG(l, ...) {} /* disabled */
|
| /src/sys/contrib/openzfs/module/zstd/lib/common/ |
| H A D | debug.h | 96 # define DEBUGLOG(l, ...) \ macro 105 # define DEBUGLOG(l, ...) do { } while (0) /* disabled */ macro
|