Searched refs:ddictIsCold (Results 1 – 3 of 3) sorted by relevance
| /lib/zstd/decompress/ |
| A D | zstd_decompress_internal.h | 158 …int ddictIsCold; /* if == 1 : dictionary is "new" for working context, and presumed "c… member
|
| A D | zstd_decompress_block.c | 171 if (dctx->ddictIsCold && (litSize > 768 /* heuristic */)) { in ZSTD_decodeLiteralsBlock() 603 int ddictIsCold, int nbSeq, U32* wksp, size_t wkspSize, in ZSTD_buildSeqTable() argument 624 if (ddictIsCold && (nbSeq > 24 /* heuristic */)) { in ZSTD_buildSeqTable() 690 dctx->ddictIsCold, nbSeq, in ZSTD_decodeSeqHeaders() 702 dctx->ddictIsCold, nbSeq, in ZSTD_decodeSeqHeaders() 714 dctx->ddictIsCold, nbSeq, in ZSTD_decodeSeqHeaders() 1994 int usePrefetchDecoder = dctx->ddictIsCold; 2015 dctx->ddictIsCold = 0;
|
| A D | zstd_decompress.c | 242 dctx->ddictIsCold = 0; in ZSTD_initDCtx_internal() 1402 dctx->ddictIsCold = (dctx->dictEnd != dictEnd); in ZSTD_decompressBegin_usingDDict() 1404 dctx->ddictIsCold ? "~cold~" : "hot!"); in ZSTD_decompressBegin_usingDDict()
|
Completed in 17 milliseconds