Searched refs:ddictIsCold (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-6.6/lib/zstd/decompress/ |
H A D | zstd_decompress_internal.h | 163 int ddictIsCold; /* if == 1 : dictionary is "new" for working context, and presumed "cold" (not in cpu cache) */ member
|
H A D | zstd_decompress_block.c | 173 if (dctx->ddictIsCold && (litSize > 768 /* heuristic */)) { in ZSTD_decodeLiteralsBlock() 610 int ddictIsCold, int nbSeq, U32* wksp, size_t wkspSize, in ZSTD_buildSeqTable() 631 if (ddictIsCold && (nbSeq > 24 /* heuristic */)) { in ZSTD_buildSeqTable() 697 dctx->ddictIsCold, nbSeq, in ZSTD_decodeSeqHeaders() 709 dctx->ddictIsCold, nbSeq, in ZSTD_decodeSeqHeaders() 721 dctx->ddictIsCold, nbSeq, in ZSTD_decodeSeqHeaders() 2010 int usePrefetchDecoder = dctx->ddictIsCold; 2031 dctx->ddictIsCold = 0; 605 ZSTD_buildSeqTable(ZSTD_seqSymbol* DTableSpace, const ZSTD_seqSymbol** DTablePtr, symbolEncodingType_e type, unsigned max, U32 maxLog, const void* src, size_t srcSize, const U32* baseValue, const U8* nbAdditionalBits, const ZSTD_seqSymbol* defaultTable, U32 flagRepeatTable, int ddictIsCold, int nbSeq, U32* wksp, size_t wkspSize, int bmi2) ZSTD_buildSeqTable() argument
|
H A D | zstd_decompress.c | 248 dctx->ddictIsCold = 0; in ZSTD_initDCtx_internal() 1440 dctx->ddictIsCold = (dctx->dictEnd != dictEnd); in ZSTD_decompressBegin_usingDDict() 1442 dctx->ddictIsCold ? "~cold~" : "hot!"); in ZSTD_decompressBegin_usingDDict()
|
Completed in 8 milliseconds