Home
last modified time | relevance | path

Searched refs:nextSrc (Results 1 – 9 of 9) sorted by relevance

/f-stack/freebsd/contrib/zstd/lib/compress/
H A Dzstd_compress_internal.h144 BYTE const* nextSrc; /* next block here to continue on current prefix */ member
791 size_t const endT = (size_t)(window->nextSrc - window->base); in ZSTD_window_clear()
999 window->nextSrc = window->base + 1; /* see issue #1241 */ in ZSTD_window_init()
1020 if (src != window->nextSrc) { in ZSTD_window_update()
1022 size_t const distanceFromBase = (size_t)(window->nextSrc - window->base); in ZSTD_window_update()
1033 window->nextSrc = ip + srcSize; in ZSTD_window_update()
H A Dzstd_lazy.c173 const BYTE* const dictEnd = dms->window.nextSrc; in ZSTD_DUBT_findBetterDictMatch()
174 U32 const dictHighLimit = (U32)(dms->window.nextSrc - dms->window.base); in ZSTD_DUBT_findBetterDictMatch()
666 const BYTE* const ddsEnd = dms->window.nextSrc; in ZSTD_HcFindBestMatch_generic()
754 const BYTE* const dmsEnd = dms->window.nextSrc; in ZSTD_HcFindBestMatch_generic()
910 const BYTE* const dictEnd = isDxS ? dms->window.nextSrc : NULL; in ZSTD_compressBlock_lazy_generic()
H A Dzstd_ldm.c460 assert(ldmState->window.nextSrc >= (BYTE const*)src + srcSize); in ZSTD_ldm_generateSequences()
H A Dzstd_fast.c233 const BYTE* const dictEnd = dms->window.nextSrc; in ZSTD_compressBlock_fast_dictMatchState_generic()
H A Dzstd_double_fast.c89 dms->window.nextSrc : NULL; in ZSTD_compressBlock_doubleFast_generic()
H A Dzstd_opt.c550 const BYTE* const dmsEnd = dictMode == ZSTD_dictMatchState ? dms->window.nextSrc : NULL; in ZSTD_insertBtAndGetAllMatches()
H A Dzstd_compress.c1595 return (size_t)(w.nextSrc - w.base) > (ZSTD_CURRENT_MAX - ZSTD_INDEXOVERFLOW_MARGIN); in ZSTD_indexTooCloseToMax()
1833 { const U32 cdictEnd = (U32)( cdict->matchState.window.nextSrc in ZSTD_resetCCtx_byAttachingCDict()
1846 cctx->blockState.matchState.window.nextSrc = in ZSTD_resetCCtx_byAttachingCDict()
H A Dzstdmt_compress.c1554 prefix.size = window.nextSrc - (window.base + window.dictLimit); in ZSTDMT_doesOverlapWindow()
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c10630 size_t const endT = (size_t)(window->nextSrc - window->base); in ZSTD_window_clear()
10838 window->nextSrc = window->base + 1; /* see issue #1241 */ in ZSTD_window_init()
10859 if (src != window->nextSrc) { in ZSTD_window_update()
10872 window->nextSrc = ip + srcSize; in ZSTD_window_update()
14746 cctx->blockState.matchState.window.nextSrc = in ZSTD_resetCCtx_byAttachingCDict()
17453 dms->window.nextSrc : NULL; in ZSTD_compressBlock_doubleFast_generic()
18120 const BYTE* const dictEnd = dms->window.nextSrc; in ZSTD_compressBlock_fast_dictMatchState_generic()
18558 const BYTE* const dictEnd = dms->window.nextSrc; in ZSTD_DUBT_findBetterDictMatch()
18926 const BYTE* const dmsEnd = dms->window.nextSrc; in ZSTD_HcFindBestMatch_generic()
19044 dms->window.nextSrc : NULL; in ZSTD_compressBlock_lazy_generic()
[all …]