Home
last modified time | relevance | path

Searched refs:nextToUpdate3 (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/lib/zstd/
Dzstd_opt.h220 U32 idx = zc->nextToUpdate3; in ZSTD_insertAndFindFirstIndexHash3()
221 const U32 target = zc->nextToUpdate3 = (U32)(ip - base); in ZSTD_insertAndFindFirstIndexHash3()
429 ctx->nextToUpdate3 = ctx->nextToUpdate; in ZSTD_compressBlock_opt_generic()
732 ctx->nextToUpdate3 = ctx->nextToUpdate; in ZSTD_compressBlock_opt_extDict_generic()
Dcompress.c60 U32 nextToUpdate3; /* index from which to continue dictionary update */ member
371 dstCCtx->nextToUpdate3 = srcCCtx->nextToUpdate3; in ZSTD_copyCCtx()
1916 ctx->nextToUpdate3 = ctx->nextToUpdate; in ZSTD_compressBlock_lazy_generic()
2083 ctx->nextToUpdate3 = ctx->nextToUpdate; in ZSTD_compressBlock_lazy_extDict_generic()