Home
last modified time | relevance | path

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

/freebsd-12.1/sys/contrib/zstd/lib/compress/
H A Dzstd_opt.c251 U32 idx = ms->nextToUpdate3; in ZSTD_insertAndFindFirstIndexHash3()
252 U32 const target = ms->nextToUpdate3 = (U32)(ip - base); in ZSTD_insertAndFindFirstIndexHash3()
690 ms->nextToUpdate3 = ms->nextToUpdate; in ZSTD_compressBlock_opt_generic()
H A Dzstd_lazy.c484 ms->nextToUpdate3 = ms->nextToUpdate; in ZSTD_compressBlock_lazy_generic()
654 ms->nextToUpdate3 = ms->nextToUpdate; in ZSTD_compressBlock_lazy_extDict_generic()
H A Dzstd_compress_internal.h118 U32 nextToUpdate3; /* index from which to continue table update */ member
H A Dzstd_compress.c1142 dstMatchState->nextToUpdate3= srcMatchState->nextToUpdate3; in ZSTD_resetCCtx_usingCDict()
1199 dstMatchState->nextToUpdate3= srcMatchState->nextToUpdate3; in ZSTD_copyCCtx_internal()