Lines Matching refs:DEBUGLOG

348     DEBUGLOG(4, "ZSTD_CCtxParams_init_internal: useRowMatchFinder=%d, useBlockSplitter=%d ldm=%d",  in ZSTD_CCtxParams_init_internal()
623 DEBUGLOG(4, "ZSTD_CCtx_setParameter (%i, %i)", (int)param, value); in ZSTD_CCtx_setParameter()
681 DEBUGLOG(4, "ZSTD_CCtxParams_setParameter (%i, %i)", (int)param, value); in ZSTD_CCtxParams_setParameter()
742 DEBUGLOG(4, "set content size flag = %u", (value!=0)); in ZSTD_CCtxParams_setParameter()
752 DEBUGLOG(4, "set dictIDFlag = %u", (value!=0)); in ZSTD_CCtxParams_setParameter()
998 DEBUGLOG(4, "ZSTD_CCtx_setParametersUsingCCtxParams"); in ZSTD_CCtx_setParametersUsingCCtxParams()
1011 DEBUGLOG(4, "ZSTD_CCtx_setPledgedSrcSize to %u bytes", (U32)pledgedSrcSize); in ZSTD_CCtx_setPledgedSrcSize()
1068 DEBUGLOG(4, "ZSTD_CCtx_loadDictionary_advanced (size: %u)", (U32)dictSize); in ZSTD_CCtx_loadDictionary_advanced()
1384 DEBUGLOG(4, "chainSize: %u - hSize: %u - h3Size: %u", in ZSTD_sizeof_matchState()
1430 DEBUGLOG(5, "estimate workspace : %u", (U32)neededSpace); in ZSTD_estimateCCtxSize_usingCCtxParams_internal()
1659 DEBUGLOG(4, "reset indices : %u", forceResetIndex == ZSTDirp_reset); in ZSTD_reset_matchState()
1674 DEBUGLOG(5, "reserving table space"); in ZSTD_reset_matchState()
1682 DEBUGLOG(4, "reset table : %u", crp!=ZSTDcrp_leaveDirty); in ZSTD_reset_matchState()
1690 DEBUGLOG(4, "reserving optimal parser space"); in ZSTD_reset_matchState()
1756DEBUGLOG(4, "ZSTD_resetCCtx_internal: pledgedSrcSize=%u, wlog=%u, useRowMatchFinder=%d useBlockSpl… in ZSTD_resetCCtx_internal()
1809 DEBUGLOG(4, "Need %zu B workspace", neededSpace); in ZSTD_resetCCtx_internal()
1810 DEBUGLOG(4, "windowSize: %zu - blockSize: %zu", windowSize, blockSize); in ZSTD_resetCCtx_internal()
1813 DEBUGLOG(4, "Resize workspaceSize from %zuKB to %zuKB", in ZSTD_resetCCtx_internal()
1824 DEBUGLOG(5, "reserving object space"); in ZSTD_resetCCtx_internal()
1846 DEBUGLOG(4, "pledged content size : %u ; flag : %u", in ZSTD_resetCCtx_internal()
1910DEBUGLOG(3, "wksp: finished allocating, %zd bytes remain available", ZSTD_cwksp_available_space(ws… in ZSTD_resetCCtx_internal()
1968 DEBUGLOG(4, "ZSTD_resetCCtx_byAttachingCDict() pledgedSrcSize=%llu", in ZSTD_resetCCtx_byAttachingCDict()
1997 DEBUGLOG(4, "skipping attaching empty dictionary"); in ZSTD_resetCCtx_byAttachingCDict()
1999 DEBUGLOG(4, "attaching dictionary into context"); in ZSTD_resetCCtx_byAttachingCDict()
2031 DEBUGLOG(4, "ZSTD_resetCCtx_byCopyingCDict() pledgedSrcSize=%llu", in ZSTD_resetCCtx_byCopyingCDict()
2111 DEBUGLOG(4, "ZSTD_resetCCtx_usingCDict (pledgedSrcSize=%u)", in ZSTD_resetCCtx_usingCDict()
2138 DEBUGLOG(5, "ZSTD_copyCCtx_internal"); in ZSTD_copyCCtx_internal()
2325 DEBUGLOG(5, "ZSTD_useTargetCBlockSize (targetCBlockSize=%zu)", cctxParams->targetCBlockSize); in ZSTD_useTargetCBlockSize()
2336 DEBUGLOG(5, "ZSTD_blockSplitterEnabled (useBlockSplitter=%d)", cctxParams->useBlockSplitter); in ZSTD_blockSplitterEnabled()
2384 DEBUGLOG(5, "Building LL table"); in ZSTD_buildSequencesStatistics()
2402 DEBUGLOG(3, "ZSTD_buildCTable for LitLens failed"); in ZSTD_buildSequencesStatistics()
2417 DEBUGLOG(5, "Building OF table"); in ZSTD_buildSequencesStatistics()
2434 DEBUGLOG(3, "ZSTD_buildCTable for Offsets failed"); in ZSTD_buildSequencesStatistics()
2447 DEBUGLOG(5, "Building ML table (remaining space : %i)", (int)(oend-op)); in ZSTD_buildSequencesStatistics()
2464 DEBUGLOG(3, "ZSTD_buildCTable for MatchLengths failed"); in ZSTD_buildSequencesStatistics()
2510 DEBUGLOG(4, "ZSTD_entropyCompressSeqStore_internal (nbSeq=%zu)", nbSeq); in ZSTD_entropyCompressSeqStore_internal()
2590 DEBUGLOG(5, "Avoiding bug in zstd decoder in versions <= 1.3.4 by " in ZSTD_entropyCompressSeqStore_internal()
2596 DEBUGLOG(5, "compressed block size : %u", (unsigned)(op - ostart)); in ZSTD_entropyCompressSeqStore_internal()
2626 DEBUGLOG(4, "ZSTD_entropyCompressSeqStore() cSize: %zu", cSize); in ZSTD_entropyCompressSeqStore()
2681DEBUGLOG(4, "Selected block compressor: dictMode=%d strat=%d rowMatchfinder=%d", (int)dictMode, (i… in ZSTD_selectBlockCompressor()
2697 DEBUGLOG(4, "Selecting a row-based matchfinder"); in ZSTD_selectBlockCompressor()
2726 DEBUGLOG(5, "ZSTD_buildSeqStore (srcSize=%zu)", srcSize); in ZSTD_buildSeqStore()
2954DEBUGLOG(3, "writeBlockHeader: cSize: %zu blockSize: %zu lastBlock: %u", cSize, blockSize, lastBlo… in writeBlockHeader()
2980 DEBUGLOG(5, "ZSTD_buildBlockEntropyStats_literals (srcSize=%zu)", srcSize); in ZSTD_buildBlockEntropyStats_literals()
2986 DEBUGLOG(5, "set_basic - disabled"); in ZSTD_buildBlockEntropyStats_literals()
2997 DEBUGLOG(5, "set_basic - too small"); in ZSTD_buildBlockEntropyStats_literals()
3007 DEBUGLOG(5, "set_rle"); in ZSTD_buildBlockEntropyStats_literals()
3012 DEBUGLOG(5, "set_basic - no gain"); in ZSTD_buildBlockEntropyStats_literals()
3043 DEBUGLOG(5, "set_repeat - smaller"); in ZSTD_buildBlockEntropyStats_literals()
3050 DEBUGLOG(5, "set_basic - no gains"); in ZSTD_buildBlockEntropyStats_literals()
3055 DEBUGLOG(5, "set_compressed (hSize=%u)", (U32)hSize); in ZSTD_buildBlockEntropyStats_literals()
3099 DEBUGLOG(5, "ZSTD_buildBlockEntropyStats_sequences (nbSeq=%zu)", nbSeq); in ZSTD_buildBlockEntropyStats_sequences()
3261 DEBUGLOG(6, "ZSTD_buildEntropyStatisticsAndEstimateSubBlockSize()"); in ZSTD_buildEntropyStatisticsAndEstimateSubBlockSize()
3421 DEBUGLOG(5, "ZSTD_compressSeqStore_singleBlock"); in ZSTD_compressSeqStore_singleBlock()
3454 DEBUGLOG(4, "Writing out nocompress block, size: %zu", cSize); in ZSTD_compressSeqStore_singleBlock()
3459 DEBUGLOG(4, "Writing out RLE block, size: %zu", cSize); in ZSTD_compressSeqStore_singleBlock()
3465 DEBUGLOG(4, "Writing out compressed block, size: %zu", cSize); in ZSTD_compressSeqStore_singleBlock()
3507 DEBUGLOG(6, "ZSTD_deriveBlockSplitsHelper: Too few sequences"); in ZSTD_deriveBlockSplitsHelper()
3510 DEBUGLOG(4, "ZSTD_deriveBlockSplitsHelper: startIdx=%zu endIdx=%zu", startIdx, endIdx); in ZSTD_deriveBlockSplitsHelper()
3517DEBUGLOG(4, "Estimated original block size: %zu -- First half split: %zu -- Second half split: %zu… in ZSTD_deriveBlockSplitsHelper()
3537 DEBUGLOG(4, "ZSTD_deriveBlockSplits: Too few sequences to split"); in ZSTD_deriveBlockSplits()
3543 DEBUGLOG(5, "ZSTD_deriveBlockSplits: final nb partitions: %zu", splits.idx+1); in ZSTD_deriveBlockSplits()
3586DEBUGLOG(4, "ZSTD_compressBlock_splitBlock_internal (dstCapacity=%u, dictLimit=%u, nextToUpdate=%u… in ZSTD_compressBlock_splitBlock_internal()
3597 DEBUGLOG(5, "ZSTD_compressBlock_splitBlock_internal: No splits"); in ZSTD_compressBlock_splitBlock_internal()
3624DEBUGLOG(5, "Estimated size: %zu actual size: %zu", ZSTD_buildEntropyStatisticsAndEstimateSubBlock… in ZSTD_compressBlock_splitBlock_internal()
3650 DEBUGLOG(4, "ZSTD_compressBlock_splitBlock"); in ZSTD_compressBlock_splitBlock()
3660 DEBUGLOG(4, "ZSTD_compressBlock_splitBlock: Nocompress block"); in ZSTD_compressBlock_splitBlock()
3684 DEBUGLOG(5, "ZSTD_compressBlock_internal (dstCapacity=%u, dictLimit=%u, nextToUpdate=%u)", in ZSTD_compressBlock_internal()
3740 DEBUGLOG(6, "Attempting ZSTD_compressSuperBlock()"); in ZSTD_compressBlock_targetCBlockSize_body()
3783 DEBUGLOG(6, "Resorting to ZSTD_noCompressBlock()"); in ZSTD_compressBlock_targetCBlockSize_body()
3797DEBUGLOG(5, "ZSTD_compressBlock_targetCBlockSize (dstCapacity=%u, dictLimit=%u, nextToUpdate=%u, s… in ZSTD_compressBlock_targetCBlockSize()
3855 DEBUGLOG(4, "ZSTD_compress_frameChunk (blockSize=%u)", (unsigned)blockSize); in ZSTD_compress_frameChunk()
3912 DEBUGLOG(5, "ZSTD_compress_frameChunk: adding a block of size %u", in ZSTD_compress_frameChunk()
3938 DEBUGLOG(4, "ZSTD_writeFrameHeader : dictIDFlag : %u ; dictID : %u ; dictIDSizeCode : %u", in ZSTD_writeFrameHeader()
4028 DEBUGLOG(5, "ZSTD_compressContinue_internal, stage: %u, srcSize: %u", in ZSTD_compressContinue_internal()
4060 DEBUGLOG(5, "ZSTD_compressContinue_internal (blockSize=%u)", (unsigned)cctx->blockSize); in ZSTD_compressContinue_internal()
4085 DEBUGLOG(5, "ZSTD_compressContinue (srcSize=%u)", (unsigned)srcSize); in ZSTD_compressContinue()
4099 DEBUGLOG(5, "ZSTD_compressBlock: srcSize = %u", (unsigned)srcSize); in ZSTD_compressBlock()
4141DEBUGLOG(4, "ZSTD_loadDictionaryContent(): useRowMatchFinder=%d", (int)params->useRowMatchFinder); in ZSTD_loadDictionaryContent()
4180 DEBUGLOG(4, "Using row-based hash table for lazy dict"); in ZSTD_loadDictionaryContent()
4183 DEBUGLOG(4, "Using chain-based hash table for lazy dict"); in ZSTD_loadDictionaryContent()
4366 DEBUGLOG(4, "ZSTD_compress_insertDictionary (dictSize=%u)", (U32)dictSize); in ZSTD_compress_insertDictionary()
4380 DEBUGLOG(4, "raw content dictionary detected"); in ZSTD_compress_insertDictionary()
4407 DEBUGLOG(4, "ZSTD_compressBegin_internal: wlog=%u", params->cParams.windowLog); in ZSTD_compressBegin_internal()
4450 DEBUGLOG(4, "ZSTD_compressBegin_advanced_internal: wlog=%u", params->cParams.windowLog); in ZSTD_compressBegin_advanced_internal()
4481 DEBUGLOG(4, "ZSTD_compressBegin_usingDict (dictSize=%u)", (unsigned)dictSize); in ZSTD_compressBegin_usingDict()
4501 DEBUGLOG(4, "ZSTD_writeEpilogue"); in ZSTD_writeEpilogue()
4525 DEBUGLOG(4, "ZSTD_writeEpilogue: write checksum : %08X", (unsigned)checksum); in ZSTD_writeEpilogue()
4554 DEBUGLOG(4, "end of frame : controlling src size"); in ZSTD_compressEnd()
4572 DEBUGLOG(4, "ZSTD_compress_advanced"); in ZSTD_compress_advanced()
4590 DEBUGLOG(4, "ZSTD_compress_advanced_internal (srcSize:%u)", (unsigned)srcSize); in ZSTD_compress_advanced_internal()
4608 DEBUGLOG(4, "ZSTD_compress_usingDict (srcSize=%u)", (unsigned)srcSize); in ZSTD_compress_usingDict()
4617 DEBUGLOG(4, "ZSTD_compressCCtx (srcSize=%u)", (unsigned)srcSize); in ZSTD_compressCCtx()
4643 DEBUGLOG(5, "sizeof(ZSTD_CDict) : %u", (unsigned)sizeof(ZSTD_CDict)); in ZSTD_estimateCDictSize_advanced()
4663 DEBUGLOG(5, "sizeof(*cdict) : %u", (unsigned)sizeof(*cdict)); in ZSTD_sizeof_CDict()
4676 DEBUGLOG(3, "ZSTD_initCDict_internal (dictContentType:%u)", (unsigned)dictContentType); in ZSTD_initCDict_internal()
4786 DEBUGLOG(3, "ZSTD_createCDict_advanced2, mode %u", (unsigned)dictContentType); in ZSTD_createCDict_advanced2()
4805 DEBUGLOG(3, "ZSTD_createCDict_advanced2: DDS: %u", cctxParams.enableDedicatedDictSearch); in ZSTD_createCDict_advanced2()
4901 DEBUGLOG(4, "(workspaceSize < neededSize) : (%u < %u) => %u", in ZSTD_initStaticCDict()
4943 DEBUGLOG(4, "ZSTD_compressBegin_usingCDict_internal"); in ZSTD_compressBegin_usingCDict_internal()
5039 DEBUGLOG(3, "ZSTD_createCStream"); in ZSTD_createCStream()
5086 DEBUGLOG(4, "ZSTD_resetCStream: pledgedSrcSize = %u", (unsigned)pledgedSrcSize); in ZSTD_resetCStream()
5101 DEBUGLOG(4, "ZSTD_initCStream_internal"); in ZSTD_initCStream_internal()
5123 DEBUGLOG(4, "ZSTD_initCStream_usingCDict_advanced"); in ZSTD_initCStream_usingCDict_advanced()
5134 DEBUGLOG(4, "ZSTD_initCStream_usingCDict"); in ZSTD_initCStream_usingCDict()
5154 DEBUGLOG(4, "ZSTD_initCStream_advanced"); in ZSTD_initCStream_advanced()
5165 DEBUGLOG(4, "ZSTD_initCStream_usingDict"); in ZSTD_initCStream_usingDict()
5179 DEBUGLOG(4, "ZSTD_initCStream_srcSize"); in ZSTD_initCStream_srcSize()
5189 DEBUGLOG(4, "ZSTD_initCStream"); in ZSTD_initCStream()
5223 DEBUGLOG(5, "ZSTD_compressStream_generic, flush=%u", (unsigned)flushMode); in ZSTD_compressStream_generic()
5250 DEBUGLOG(4, "ZSTD_compressEnd : cSize=%u", (unsigned)cSize); in ZSTD_compressStream_generic()
5279 DEBUGLOG(5, "stream compression stage (flushMode==%u)", flushMode); in ZSTD_compressStream_generic()
5304 DEBUGLOG(5, "inBuffTarget:%u / inBuffSize:%u", in ZSTD_compressStream_generic()
5326 DEBUGLOG(5, "Frame completed directly in outBuffer"); in ZSTD_compressStream_generic()
5338 DEBUGLOG(5, "flush stage"); in ZSTD_compressStream_generic()
5343 DEBUGLOG(5, "toFlush: %u into %u ==> flushed: %u", in ZSTD_compressStream_generic()
5356 DEBUGLOG(5, "Frame completed on flush"); in ZSTD_compressStream_generic()
5439 DEBUGLOG(4, "ZSTD_compressStream2 : transparent init stage"); in ZSTD_CCtx_init_compressStream2()
5485 DEBUGLOG(5, "ZSTD_compressStream2, endOp=%u ", (unsigned)endOp); in ZSTD_compressStream2()
5502 DEBUGLOG(5, "completed ZSTD_compressStream2"); in ZSTD_compressStream2()
5528 DEBUGLOG(4, "ZSTD_compress2 (srcSize=%u)", (unsigned)srcSize); in ZSTD_compress2()
5625 DEBUGLOG(6, "Storing sequence: (of: %u, ml: %u, ll: %u)", offCode, matchLength, litLength); in ZSTD_copySequencesToSeqStoreExplicitBlockDelim()
5640 DEBUGLOG(6, "Storing last literals of size: %u", inSeqs[idx].litLength); in ZSTD_copySequencesToSeqStoreExplicitBlockDelim()
5683DEBUGLOG(5, "ZSTD_copySequencesToSeqStore: idx: %u PIS: %u blockSize: %zu", idx, startPosInSequenc… in ZSTD_copySequencesToSeqStoreNoBlockDelim()
5684DEBUGLOG(5, "Start seq: idx: %u (of: %u ml: %u ll: %u)", idx, inSeqs[idx].offset, inSeqs[idx].matc… in ZSTD_copySequencesToSeqStoreNoBlockDelim()
5709 DEBUGLOG(6, "Require a split: diff: %u, idx: %u PIS: %u", in ZSTD_copySequencesToSeqStoreNoBlockDelim()
5755 DEBUGLOG(6, "Storing sequence: (of: %u, ml: %u, ll: %u)", offCode, matchLength, litLength); in ZSTD_copySequencesToSeqStoreNoBlockDelim()
5761DEBUGLOG(5, "Ending seq: idx: %u (of: %u ml: %u ll: %u)", idx, inSeqs[idx].offset, inSeqs[idx].mat… in ZSTD_copySequencesToSeqStoreNoBlockDelim()
5772 DEBUGLOG(6, "Storing last literals of size: %u", lastLLSize); in ZSTD_copySequencesToSeqStoreNoBlockDelim()
5818DEBUGLOG(4, "ZSTD_compressSequences_internal srcSize: %zu, inSeqsSize: %zu", srcSize, inSeqsSize); in ZSTD_compressSequences_internal()
5835 DEBUGLOG(4, "Working on new block. Blocksize: %zu", blockSize); in ZSTD_compressSequences_internal()
5845 DEBUGLOG(4, "Block too small, writing out nocompress block: cSize: %zu", cBlockSize); in ZSTD_compressSequences_internal()
5862 DEBUGLOG(4, "Compressed sequences size: %zu", compressedSeqsSize); in ZSTD_compressSequences_internal()
5878 DEBUGLOG(4, "Writing out nocompress block, size: %zu", cBlockSize); in ZSTD_compressSequences_internal()
5882 DEBUGLOG(4, "Writing out RLE block, size: %zu", cBlockSize); in ZSTD_compressSequences_internal()
5894 DEBUGLOG(4, "Writing out compressed block, size: %zu", cBlockSize); in ZSTD_compressSequences_internal()
5898 DEBUGLOG(4, "cSize running total: %zu", cSize); in ZSTD_compressSequences_internal()
5924 DEBUGLOG(3, "ZSTD_compressSequences()"); in ZSTD_compressSequences()
5947 DEBUGLOG(4, "Write checksum : %08X", (unsigned)checksum); in ZSTD_compressSequences()
5952 DEBUGLOG(3, "Final compressed size: %zu", cSize); in ZSTD_compressSequences()
5977 DEBUGLOG(4, "ZSTD_endStream : remaining to flush : %u", (unsigned)toFlush); in ZSTD_endStream()
6077 DEBUGLOG(5, "ZSTD_getCParams_internal (cLevel=%i)", compressionLevel); in ZSTD_getCParams_internal()
6086DEBUGLOG(5, "ZSTD_getCParams_internal selected tableID: %u row: %u strat: %u", tableID, row, (U32)… in ZSTD_getCParams_internal()
6113 DEBUGLOG(5, "ZSTD_getParams (cLevel=%i)", compressionLevel); in ZSTD_getParams_internal()