Home
last modified time | relevance | path

Searched refs:ddictIsCold (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/lib/zstd/decompress/
Dzstd_decompress_block.c128 if (dctx->ddictIsCold && (litSize > 768 /* heuristic */)) { in ZSTD_decodeLiteralsBlock()
534 int ddictIsCold, int nbSeq, U32* wksp, size_t wkspSize, in ZSTD_buildSeqTable() argument
555 if (ddictIsCold && (nbSeq > 24 /* heuristic */)) { in ZSTD_buildSeqTable()
621 dctx->ddictIsCold, nbSeq, in ZSTD_decodeSeqHeaders()
633 dctx->ddictIsCold, nbSeq, in ZSTD_decodeSeqHeaders()
645 dctx->ddictIsCold, nbSeq, in ZSTD_decodeSeqHeaders()
1481 int usePrefetchDecoder = dctx->ddictIsCold; in ZSTD_decompressBlock_internal()
1502 dctx->ddictIsCold = 0; in ZSTD_decompressBlock_internal()
Dzstd_decompress_internal.h145 …int ddictIsCold; /* if == 1 : dictionary is "new" for working context, and presumed "c… member
Dzstd_decompress.c249 dctx->ddictIsCold = 0; in ZSTD_initDCtx_internal()
1375 dctx->ddictIsCold = (dctx->dictEnd != dictEnd); in ZSTD_decompressBegin_usingDDict()
1377 dctx->ddictIsCold ? "~cold~" : "hot!"); in ZSTD_decompressBegin_usingDDict()