Searched refs:ddictIsCold (Results 1 – 6 of 6) sorted by relevance
| /freebsd/sys/contrib/openzfs/module/zstd/lib/decompress/ |
| H A D | zstd_decompress_block.c | 129 if (dctx->ddictIsCold && (litSize > 768 /* heuristic */)) { in ZSTD_decodeLiteralsBlock() 439 int ddictIsCold, int nbSeq) in ZSTD_buildSeqTable() argument 459 if (ddictIsCold && (nbSeq > 24 /* heuristic */)) { in ZSTD_buildSeqTable() 524 dctx->ddictIsCold, nbSeq); in ZSTD_decodeSeqHeaders() 534 dctx->ddictIsCold, nbSeq); in ZSTD_decodeSeqHeaders() 544 dctx->ddictIsCold, nbSeq); in ZSTD_decodeSeqHeaders() 1380 int usePrefetchDecoder = dctx->ddictIsCold; in ZSTD_decompressBlock_internal() 1401 dctx->ddictIsCold = 0; in ZSTD_decompressBlock_internal()
|
| H A D | zstd_decompress_internal.h | 137 …int ddictIsCold; /* if == 1 : dictionary is "new" for working context, and presumed "c… member
|
| H A D | zstd_decompress.c | 106 dctx->ddictIsCold = 0; in ZSTD_initDCtx_internal() 1203 dctx->ddictIsCold = (dctx->dictEnd != dictEnd); in ZSTD_decompressBegin_usingDDict() 1205 dctx->ddictIsCold ? "~cold~" : "hot!"); in ZSTD_decompressBegin_usingDDict()
|
| /freebsd/sys/contrib/zstd/lib/decompress/ |
| H A D | zstd_decompress_internal.h | 163 …int ddictIsCold; /* if == 1 : dictionary is "new" for working context, and presumed "c… 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() argument 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;
|
| H A D | zstd_decompress.c | 254 dctx->ddictIsCold = 0; in ZSTD_initDCtx_internal() 856 trace.dictionaryIsCold = dctx->ddictIsCold; in ZSTD_DCtx_trace_end() 1490 dctx->ddictIsCold = (dctx->dictEnd != dictEnd); in ZSTD_decompressBegin_usingDDict() 1492 dctx->ddictIsCold ? "~cold~" : "hot!"); in ZSTD_decompressBegin_usingDDict()
|