Lines Matching refs:DEBUGLOG
178 DEBUGLOG(3, "ZSTD_freeCCtx (address: %p)", (void*)cctx); in ZSTD_freeCCtx()
386 DEBUGLOG(4, "ZSTD_CCtxParams_init_internal: useRowMatchFinder=%d, useBlockSplitter=%d ldm=%d", in ZSTD_CCtxParams_init_internal()
692 DEBUGLOG(4, "ZSTD_CCtx_setParameter (%i, %i)", (int)param, value); in ZSTD_CCtx_setParameter()
755 DEBUGLOG(4, "ZSTD_CCtxParams_setParameter (%i, %i)", (int)param, value); in ZSTD_CCtxParams_setParameter()
816 DEBUGLOG(4, "set content size flag = %u", (value!=0)); in ZSTD_CCtxParams_setParameter()
826 DEBUGLOG(4, "set dictIDFlag = %u", (value!=0)); in ZSTD_CCtxParams_setParameter()
1117 DEBUGLOG(4, "ZSTD_CCtx_setParametersUsingCCtxParams"); in ZSTD_CCtx_setParametersUsingCCtxParams()
1131 DEBUGLOG(4, "ZSTD_CCtx_setCParams"); in ZSTD_CCtx_setCParams()
1147 DEBUGLOG(4, "ZSTD_CCtx_setFParams"); in ZSTD_CCtx_setFParams()
1156 DEBUGLOG(4, "ZSTD_CCtx_setParams"); in ZSTD_CCtx_setParams()
1168 DEBUGLOG(4, "ZSTD_CCtx_setPledgedSrcSize to %llu bytes", pledgedSrcSize); in ZSTD_CCtx_setPledgedSrcSize()
1225 DEBUGLOG(4, "ZSTD_CCtx_loadDictionary_advanced (size: %u)", (U32)dictSize); in ZSTD_CCtx_loadDictionary_advanced()
1626 DEBUGLOG(4, "chainSize: %u - hSize: %u - h3Size: %u", in ZSTD_sizeof_matchState()
1686 DEBUGLOG(5, "estimate workspace : %u", (U32)neededSpace); in ZSTD_estimateCCtxSize_usingCCtxParams_internal()
1928 DEBUGLOG(4, "reset indices : %u", forceResetIndex == ZSTDirp_reset); in ZSTD_reset_matchState()
1944 DEBUGLOG(5, "reserving table space"); in ZSTD_reset_matchState()
1952 DEBUGLOG(4, "reset table : %u", crp!=ZSTDcrp_leaveDirty); in ZSTD_reset_matchState()
1981 DEBUGLOG(4, "reserving optimal parser space"); in ZSTD_reset_matchState()
2034 …DEBUGLOG(4, "ZSTD_resetCCtx_internal: pledgedSrcSize=%u, wlog=%u, useRowMatchFinder=%d useBlockSpl… in ZSTD_resetCCtx_internal()
2086 DEBUGLOG(4, "Need %zu B workspace", neededSpace); in ZSTD_resetCCtx_internal()
2087 DEBUGLOG(4, "windowSize: %zu - blockSize: %zu", windowSize, blockSize); in ZSTD_resetCCtx_internal()
2090 DEBUGLOG(4, "Resize workspaceSize from %zuKB to %zuKB", in ZSTD_resetCCtx_internal()
2101 DEBUGLOG(5, "reserving object space"); in ZSTD_resetCCtx_internal()
2125 DEBUGLOG(4, "pledged content size : %u ; flag : %u", in ZSTD_resetCCtx_internal()
2199 …DEBUGLOG(3, "wksp: finished allocating, %zd bytes remain available", ZSTD_cwksp_available_space(ws… in ZSTD_resetCCtx_internal()
2257 DEBUGLOG(4, "ZSTD_resetCCtx_byAttachingCDict() pledgedSrcSize=%llu", in ZSTD_resetCCtx_byAttachingCDict()
2287 DEBUGLOG(4, "skipping attaching empty dictionary"); in ZSTD_resetCCtx_byAttachingCDict()
2289 DEBUGLOG(4, "attaching dictionary into context"); in ZSTD_resetCCtx_byAttachingCDict()
2337 DEBUGLOG(4, "ZSTD_resetCCtx_byCopyingCDict() pledgedSrcSize=%llu", in ZSTD_resetCCtx_byCopyingCDict()
2420 DEBUGLOG(4, "ZSTD_resetCCtx_usingCDict (pledgedSrcSize=%u)", in ZSTD_resetCCtx_usingCDict()
2447 DEBUGLOG(5, "ZSTD_copyCCtx_internal"); in ZSTD_copyCCtx_internal()
2641 DEBUGLOG(5, "ZSTD_useTargetCBlockSize (targetCBlockSize=%zu)", cctxParams->targetCBlockSize); in ZSTD_useTargetCBlockSize()
2652 DEBUGLOG(5, "ZSTD_blockSplitterEnabled (postBlockSplitter=%d)", cctxParams->postBlockSplitter); in ZSTD_blockSplitterEnabled()
2703 DEBUGLOG(5, "Building LL table"); in ZSTD_buildSequencesStatistics()
2721 DEBUGLOG(3, "ZSTD_buildCTable for LitLens failed"); in ZSTD_buildSequencesStatistics()
2736 DEBUGLOG(5, "Building OF table"); in ZSTD_buildSequencesStatistics()
2753 DEBUGLOG(3, "ZSTD_buildCTable for Offsets failed"); in ZSTD_buildSequencesStatistics()
2766 DEBUGLOG(5, "Building ML table (remaining space : %i)", (int)(oend-op)); in ZSTD_buildSequencesStatistics()
2783 DEBUGLOG(3, "ZSTD_buildCTable for MatchLengths failed"); in ZSTD_buildSequencesStatistics()
2831 …DEBUGLOG(5, "ZSTD_entropyCompressSeqStore_internal (nbSeq=%zu, dstCapacity=%zu)", nbSeq, dstCapaci… in ZSTD_entropyCompressSeqStore_internal()
2909 DEBUGLOG(5, "Avoiding bug in zstd decoder in versions <= 1.3.4 by " in ZSTD_entropyCompressSeqStore_internal()
2915 DEBUGLOG(5, "compressed block size : %u", (unsigned)(op - ostart)); in ZSTD_entropyCompressSeqStore_internal()
2941 …DEBUGLOG(4, "not enough dstCapacity (%zu) for ZSTD_entropyCompressSeqStore_internal()=> do not com… in ZSTD_entropyCompressSeqStore_wExtLitBuffer()
2950 DEBUGLOG(5, "ZSTD_entropyCompressSeqStore() cSize: %zu", cSize); in ZSTD_entropyCompressSeqStore_wExtLitBuffer()
3034 …DEBUGLOG(5, "Selected block compressor: dictMode=%d strat=%d rowMatchfinder=%d", (int)dictMode, (i… in ZSTD_selectBlockCompressor()
3058 DEBUGLOG(5, "Selecting a row-based matchfinder"); in ZSTD_selectBlockCompressor()
3181 DEBUGLOG(5, "ZSTD_buildSeqStore (srcSize=%zu)", srcSize); in ZSTD_buildSeqStore()
3305 …DEBUGLOG(5, "Copied %lu sequences from external sequence producer to internal seqStore.", (unsigne… in ZSTD_buildSeqStore()
3321 DEBUGLOG( in ZSTD_buildSeqStore()
3536 …DEBUGLOG(5, "writeBlockHeader: cSize: %zu blockSize: %zu lastBlock: %u", cSize, blockSize, lastBlo… in writeBlockHeader()
3565 DEBUGLOG(5, "ZSTD_buildBlockEntropyStats_literals (srcSize=%zu)", srcSize); in ZSTD_buildBlockEntropyStats_literals()
3571 DEBUGLOG(5, "set_basic - disabled"); in ZSTD_buildBlockEntropyStats_literals()
3582 DEBUGLOG(5, "set_basic - too small"); in ZSTD_buildBlockEntropyStats_literals()
3595 DEBUGLOG(5, "set_rle"); in ZSTD_buildBlockEntropyStats_literals()
3601 DEBUGLOG(5, "set_basic - no gain"); in ZSTD_buildBlockEntropyStats_literals()
3634 DEBUGLOG(5, "set_repeat - smaller"); in ZSTD_buildBlockEntropyStats_literals()
3640 DEBUGLOG(5, "set_basic - no gains"); in ZSTD_buildBlockEntropyStats_literals()
3645 DEBUGLOG(5, "set_compressed (hSize=%u)", (U32)hSize); in ZSTD_buildBlockEntropyStats_literals()
3691 DEBUGLOG(5, "ZSTD_buildBlockEntropyStats_sequences (nbSeq=%zu)", nbSeq); in ZSTD_buildBlockEntropyStats_sequences()
3865 DEBUGLOG(6, "ZSTD_buildEntropyStatisticsAndEstimateSubBlockSize()"); in ZSTD_buildEntropyStatisticsAndEstimateSubBlockSize()
4034 DEBUGLOG(5, "ZSTD_compressSeqStore_singleBlock"); in ZSTD_compressSeqStore_singleBlock()
4068 DEBUGLOG(5, "Writing out nocompress block, size: %zu", cSize); in ZSTD_compressSeqStore_singleBlock()
4073 DEBUGLOG(5, "Writing out RLE block, size: %zu", cSize); in ZSTD_compressSeqStore_singleBlock()
4079 DEBUGLOG(5, "Writing out compressed block, size: %zu", cSize); in ZSTD_compressSeqStore_singleBlock()
4122 DEBUGLOG(5, "ZSTD_deriveBlockSplitsHelper: startIdx=%zu endIdx=%zu", startIdx, endIdx); in ZSTD_deriveBlockSplitsHelper()
4125 DEBUGLOG(6, "ZSTD_deriveBlockSplitsHelper: Too few sequences (%zu)", endIdx - startIdx); in ZSTD_deriveBlockSplitsHelper()
4134 …DEBUGLOG(5, "Estimated original block size: %zu -- First half split: %zu -- Second half split: %zu… in ZSTD_deriveBlockSplitsHelper()
4140 DEBUGLOG(5, "split decided at seqNb:%zu", midIdx); in ZSTD_deriveBlockSplitsHelper()
4159 DEBUGLOG(5, "ZSTD_deriveBlockSplits: Too few sequences to split (%u <= 4)", nbSeq); in ZSTD_deriveBlockSplits()
4165 DEBUGLOG(5, "ZSTD_deriveBlockSplits: final nb partitions: %zu", splits.idx+1); in ZSTD_deriveBlockSplits()
4210 …DEBUGLOG(5, "ZSTD_compressBlock_splitBlock_internal (dstCapacity=%u, dictLimit=%u, nextToUpdate=%u… in ZSTD_compressBlock_splitBlock_internal()
4222 DEBUGLOG(5, "ZSTD_compressBlock_splitBlock_internal: No splits"); in ZSTD_compressBlock_splitBlock_internal()
4249 DEBUGLOG(5, "Estimated size: %zu vs %zu : actual size", in ZSTD_compressBlock_splitBlock_internal()
4274 DEBUGLOG(5, "ZSTD_compressBlock_splitBlock"); in ZSTD_compressBlock_splitBlock()
4285 DEBUGLOG(5, "ZSTD_compressBlock_splitBlock: Nocompress block"); in ZSTD_compressBlock_splitBlock()
4309 DEBUGLOG(5, "ZSTD_compressBlock_internal (dstCapacity=%u, dictLimit=%u, nextToUpdate=%u)", in ZSTD_compressBlock_internal()
4369 DEBUGLOG(6, "Attempting ZSTD_compressSuperBlock()"); in ZSTD_compressBlock_targetCBlockSize_body()
4413 DEBUGLOG(6, "Resorting to ZSTD_noCompressBlock()"); in ZSTD_compressBlock_targetCBlockSize_body()
4427 …DEBUGLOG(5, "ZSTD_compressBlock_targetCBlockSize (dstCapacity=%u, dictLimit=%u, nextToUpdate=%u, s… in ZSTD_compressBlock_targetCBlockSize()
4481 DEBUGLOG(6, "don't attempt splitting: savings (%i) too low", (int)savings); in ZSTD_optimalBlockSize()
4520 …DEBUGLOG(5, "ZSTD_compress_frameChunk (srcSize=%u, blockSizeMax=%u)", (unsigned)srcSize, (unsigned… in ZSTD_compress_frameChunk()
4600 DEBUGLOG(5, "ZSTD_compress_frameChunk: adding a block of size %u", in ZSTD_compress_frameChunk()
4628 DEBUGLOG(4, "ZSTD_writeFrameHeader : dictIDFlag : %u ; dictID : %u ; dictIDSizeCode : %u", in ZSTD_writeFrameHeader()
4714 DEBUGLOG(5, "ZSTD_compressContinue_internal, stage: %u, srcSize: %u", in ZSTD_compressContinue_internal()
4746 DEBUGLOG(5, "ZSTD_compressContinue_internal (blockSize=%u)", (unsigned)cctx->blockSizeMax); in ZSTD_compressContinue_internal()
4771 DEBUGLOG(5, "ZSTD_compressContinue (srcSize=%u)", (unsigned)srcSize); in ZSTD_compressContinue_public()
4799 DEBUGLOG(5, "ZSTD_compressBlock: srcSize = %u", (unsigned)srcSize); in ZSTD_compressBlock_deprecated()
4866 DEBUGLOG(4, "ZSTD_loadDictionaryContent: useRowMatchFinder=%d", (int)params->useRowMatchFinder); in ZSTD_loadDictionaryContent()
4869 DEBUGLOG(4, "ZSTD_loadDictionaryContent: Trigger loadLdmDict"); in ZSTD_loadDictionaryContent()
4873 DEBUGLOG(4, "ZSTD_loadDictionaryContent: ZSTD_ldm_fillHashTable completes"); in ZSTD_loadDictionaryContent()
4922 DEBUGLOG(4, "Using row-based hash table for lazy dict"); in ZSTD_loadDictionaryContent()
4925 DEBUGLOG(4, "Using chain-based hash table for lazy dict"); in ZSTD_loadDictionaryContent()
4941 DEBUGLOG(4, "Fill %u bytes into the Binary Tree", (unsigned)srcSize); in ZSTD_loadDictionaryContent()
5119 DEBUGLOG(4, "ZSTD_compress_insertDictionary (dictSize=%u)", (U32)dictSize); in ZSTD_compress_insertDictionary()
5133 DEBUGLOG(4, "raw content dictionary detected"); in ZSTD_compress_insertDictionary()
5161 DEBUGLOG(4, "ZSTD_compressBegin_internal: wlog=%u", params->cParams.windowLog); in ZSTD_compressBegin_internal()
5204 DEBUGLOG(4, "ZSTD_compressBegin_advanced_internal: wlog=%u", params->cParams.windowLog); in ZSTD_compressBegin_advanced_internal()
5235 DEBUGLOG(4, "ZSTD_compressBegin_usingDict (dictSize=%u)", (unsigned)dictSize); in ZSTD_compressBegin_usingDict_deprecated()
5260 DEBUGLOG(4, "ZSTD_writeEpilogue"); in ZSTD_writeEpilogue()
5285 DEBUGLOG(4, "ZSTD_writeEpilogue: write checksum : %08X", (unsigned)checksum); in ZSTD_writeEpilogue()
5314 DEBUGLOG(4, "end of frame : controlling src size"); in ZSTD_compressEnd_public()
5340 DEBUGLOG(4, "ZSTD_compress_advanced"); in ZSTD_compress_advanced()
5358 DEBUGLOG(4, "ZSTD_compress_advanced_internal (srcSize:%u)", (unsigned)srcSize); in ZSTD_compress_advanced_internal()
5376 DEBUGLOG(4, "ZSTD_compress_usingDict (srcSize=%u)", (unsigned)srcSize); in ZSTD_compress_usingDict()
5385 DEBUGLOG(4, "ZSTD_compressCCtx (srcSize=%u)", (unsigned)srcSize); in ZSTD_compressCCtx()
5411 DEBUGLOG(5, "sizeof(ZSTD_CDict) : %u", (unsigned)sizeof(ZSTD_CDict)); in ZSTD_estimateCDictSize_advanced()
5431 DEBUGLOG(5, "sizeof(*cdict) : %u", (unsigned)sizeof(*cdict)); in ZSTD_sizeof_CDict()
5444 DEBUGLOG(3, "ZSTD_initCDict_internal (dictContentType:%u)", (unsigned)dictContentType); in ZSTD_initCDict_internal()
5499 DEBUGLOG(3, "ZSTD_createCDict_advanced_internal (dictSize=%u)", (unsigned)dictSize); in ZSTD_createCDict_advanced_internal()
5536 …DEBUGLOG(3, "ZSTD_createCDict_advanced, dictSize=%u, mode=%u", (unsigned)dictSize, (unsigned)dictC… in ZSTD_createCDict_advanced()
5557 …DEBUGLOG(3, "ZSTD_createCDict_advanced2, dictSize=%u, mode=%u", (unsigned)dictSize, (unsigned)dict… in ZSTD_createCDict_advanced2()
5576 …DEBUGLOG(3, "ZSTD_createCDict_advanced2: DedicatedDictSearch=%u", cctxParams.enableDedicatedDictSe… in ZSTD_createCDict_advanced2()
5662 DEBUGLOG(4, "ZSTD_initStaticCDict (dictSize==%u)", (unsigned)dictSize); in ZSTD_initStaticCDict()
5714 DEBUGLOG(4, "ZSTD_compressBegin_usingCDict_internal"); in ZSTD_compressBegin_usingCDict_internal()
5815 DEBUGLOG(3, "ZSTD_createCStream"); in ZSTD_createCStream()
5862 DEBUGLOG(4, "ZSTD_resetCStream: pledgedSrcSize = %u", (unsigned)pledgedSrcSize); in ZSTD_resetCStream()
5877 DEBUGLOG(4, "ZSTD_initCStream_internal"); in ZSTD_initCStream_internal()
5899 DEBUGLOG(4, "ZSTD_initCStream_usingCDict_advanced"); in ZSTD_initCStream_usingCDict_advanced()
5910 DEBUGLOG(4, "ZSTD_initCStream_usingCDict"); in ZSTD_initCStream_usingCDict()
5930 DEBUGLOG(4, "ZSTD_initCStream_advanced"); in ZSTD_initCStream_advanced()
5941 DEBUGLOG(4, "ZSTD_initCStream_usingDict"); in ZSTD_initCStream_usingDict()
5955 DEBUGLOG(4, "ZSTD_initCStream_srcSize"); in ZSTD_initCStream_srcSize()
5965 DEBUGLOG(4, "ZSTD_initCStream"); in ZSTD_initCStream()
6003 …DEBUGLOG(5, "ZSTD_compressStream_generic, flush=%i, srcSize = %zu", (int)flushMode, input->size - … in ZSTD_compressStream_generic()
6040 DEBUGLOG(4, "ZSTD_compressEnd : cSize=%u", (unsigned)cSize); in ZSTD_compressStream_generic()
6082 DEBUGLOG(5, "stream compression stage (flushMode==%u)", flushMode); in ZSTD_compressStream_generic()
6106 DEBUGLOG(5, "inBuffTarget:%u / inBuffSize:%u", in ZSTD_compressStream_generic()
6125 DEBUGLOG(5, "Frame completed directly in outBuffer"); in ZSTD_compressStream_generic()
6137 DEBUGLOG(5, "flush stage"); in ZSTD_compressStream_generic()
6142 DEBUGLOG(5, "toFlush: %u into %u ==> flushed: %u", in ZSTD_compressStream_generic()
6155 DEBUGLOG(5, "Frame completed on flush"); in ZSTD_compressStream_generic()
6193 DEBUGLOG(5, "ZSTD_setBufferExpectations (for advanced stable in/out modes)"); in ZSTD_setBufferExpectations()
6245 DEBUGLOG(4, "ZSTD_CCtx_init_compressStream2 : transparent init stage"); in ZSTD_CCtx_init_compressStream2()
6296 DEBUGLOG(5, "ZSTD_compressStream2, endOp=%u ", (unsigned)endOp); in ZSTD_compressStream2()
6332 DEBUGLOG(5, "completed ZSTD_compressStream2"); in ZSTD_compressStream2()
6365 DEBUGLOG(4, "ZSTD_compress2 (srcSize=%u)", (unsigned)srcSize); in ZSTD_compress2()
6449 DEBUGLOG(5, "ZSTD_transferSequences_wBlockDelim (blockSize = %zu)", blockSize); in ZSTD_transferSequences_wBlockDelim()
6472 DEBUGLOG(6, "Storing sequence: (of: %u, ml: %u, ll: %u)", offBase, matchLength, litLength); in ZSTD_transferSequences_wBlockDelim()
6514 DEBUGLOG(6, "Storing last literals of size: %u", inSeqs[idx].litLength); in ZSTD_transferSequences_wBlockDelim()
6563 …DEBUGLOG(5, "ZSTD_transferSequences_noDelim: idx: %u PIS: %u blockSize: %zu", idx, startPosInSeque… in ZSTD_transferSequences_noDelim()
6564 …DEBUGLOG(5, "Start seq: idx: %u (of: %u ml: %u ll: %u)", idx, inSeqs[idx].offset, inSeqs[idx].matc… in ZSTD_transferSequences_noDelim()
6588 DEBUGLOG(6, "Require a split: diff: %u, idx: %u PIS: %u", in ZSTD_transferSequences_noDelim()
6634 DEBUGLOG(6, "Storing sequence: (of: %u, ml: %u, ll: %u)", offBase, matchLength, litLength); in ZSTD_transferSequences_noDelim()
6642 …DEBUGLOG(5, "Ending seq: idx: %u (of: %u ml: %u ll: %u)", idx, inSeqs[idx].offset, inSeqs[idx].mat… in ZSTD_transferSequences_noDelim()
6653 DEBUGLOG(6, "Storing last literals of size: %u", lastLLSize); in ZSTD_transferSequences_noDelim()
6692 DEBUGLOG(6, "blockSize_explicitDelimiter : seq %zu / %zu", spos, inSeqsSize); in blockSize_explicitDelimiter()
6714 DEBUGLOG(6, "determine_blockSize : remainingSize = %zu", remaining); in determine_blockSize()
6749 … DEBUGLOG(4, "ZSTD_compressSequences_internal srcSize: %zu, inSeqsSize: %zu", srcSize, inSeqsSize); in ZSTD_compressSequences_internal()
6783 … DEBUGLOG(5, "Block too small (%zu): data remains uncompressed: cSize=%zu", blockSize, cBlockSize); in ZSTD_compressSequences_internal()
6801 DEBUGLOG(5, "Compressed sequences size: %zu", compressedSeqsSize); in ZSTD_compressSequences_internal()
6817 DEBUGLOG(5, "Writing out nocompress block, size: %zu", cBlockSize); in ZSTD_compressSequences_internal()
6821 DEBUGLOG(5, "Writing out RLE block, size: %zu", cBlockSize); in ZSTD_compressSequences_internal()
6833 DEBUGLOG(5, "Writing out compressed block, size: %zu", cBlockSize); in ZSTD_compressSequences_internal()
6847 DEBUGLOG(5, "cSize running total: %zu (remaining dstCapacity=%zu)", cSize, dstCapacity); in ZSTD_compressSequences_internal()
6850 DEBUGLOG(4, "cSize final total: %zu", cSize); in ZSTD_compressSequences_internal()
6863 DEBUGLOG(4, "ZSTD_compressSequences (nbSeqs=%zu,dstCapacity=%zu)", inSeqsSize, dstCapacity); in ZSTD_compressSequences()
6894 DEBUGLOG(4, "Write checksum : %08X", (unsigned)checksum); in ZSTD_compressSequences()
6899 DEBUGLOG(4, "Final compressed size: %zu", cSize); in ZSTD_compressSequences()
7116 DEBUGLOG(5, "ZSTD_convertBlockSequences (nbSequences = %zu)", nbSequences); in ZSTD_convertBlockSequences()
7133 DEBUGLOG(5, "long length"); in ZSTD_convertBlockSequences()
7136 DEBUGLOG(5, "long match length detected at pos %zu", longl-1); in ZSTD_convertBlockSequences()
7140 DEBUGLOG(5, "long literals length detected at pos %zu", longl-nbSequences); in ZSTD_convertBlockSequences()
7153 … DEBUGLOG(6, "Storing sequence: (of: %u, ml: %u, ll: %u)", offBase, matchLength, litLength); in ZSTD_convertBlockSequences()
7280 …DEBUGLOG(4, "ZSTD_compressSequencesAndLiterals_internal: nbSeqs=%zu, litSize=%zu", nbSequences, li… in ZSTD_compressSequencesAndLiterals_internal()
7328 DEBUGLOG(5, "Compressed sequences size: %zu", compressedSeqsSize); in ZSTD_compressSequencesAndLiterals_internal()
7354 DEBUGLOG(5, "Writing out compressed block, size: %zu", cBlockSize); in ZSTD_compressSequencesAndLiterals_internal()
7361 DEBUGLOG(5, "cSize running total: %zu (remaining dstCapacity=%zu)", cSize, dstCapacity); in ZSTD_compressSequencesAndLiterals_internal()
7371 DEBUGLOG(4, "cSize final total: %zu", cSize); in ZSTD_compressSequencesAndLiterals_internal()
7386 DEBUGLOG(4, "ZSTD_compressSequencesAndLiterals (dstCapacity=%zu)", dstCapacity); in ZSTD_compressSequencesAndLiterals()
7423 DEBUGLOG(4, "Final compressed size: %zu", cSize); in ZSTD_compressSequencesAndLiterals()
7455 DEBUGLOG(4, "ZSTD_endStream : remaining to flush : %u", (unsigned)toFlush); in ZSTD_endStream()
7555 DEBUGLOG(5, "ZSTD_getCParams_internal (cLevel=%i)", compressionLevel); in ZSTD_getCParams_internal()
7564 …DEBUGLOG(5, "ZSTD_getCParams_internal selected tableID: %u row: %u strat: %u", tableID, row, (U32)… in ZSTD_getCParams_internal()
7593 DEBUGLOG(5, "ZSTD_getParams (cLevel=%i)", compressionLevel); in ZSTD_getParams_internal()