Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_compress_internal.h128 BYTE const* nextSrc; /* next block here to continue on current prefix */ member
719 size_t const endT = (size_t)(window->nextSrc - window->base); in ZSTD_window_clear()
927 window->nextSrc = window->base + 1; /* see issue #1241 */ in ZSTD_window_init()
948 if (src != window->nextSrc) { in ZSTD_window_update()
950 size_t const distanceFromBase = (size_t)(window->nextSrc - window->base); in ZSTD_window_update()
961 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()
541 const BYTE* const dmsEnd = dms->window.nextSrc; in ZSTD_HcFindBestMatch_generic()
659 dms->window.nextSrc : NULL; in ZSTD_compressBlock_lazy_generic()
H A Dzstd_ldm.c445 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_compress.c1414 return (size_t)(w.nextSrc - w.base) > (ZSTD_CURRENT_MAX - ZSTD_INDEXOVERFLOW_MARGIN); in ZSTD_indexTooCloseToMax()
1649 { const U32 cdictEnd = (U32)( cdict->matchState.window.nextSrc in ZSTD_resetCCtx_byAttachingCDict()
1662 cctx->blockState.matchState.window.nextSrc = in ZSTD_resetCCtx_byAttachingCDict()
H A Dzstd_opt.c550 const BYTE* const dmsEnd = dictMode == ZSTD_dictMatchState ? dms->window.nextSrc : NULL; in ZSTD_insertBtAndGetAllMatches()
/freebsd/sys/contrib/zstd/lib/compress/
H A Dzstd_compress_internal.h191 BYTE const* nextSrc; /* next block here to continue on current prefix */ member
956 size_t const endT = (size_t)(window->nextSrc - window->base); in ZSTD_window_clear()
967 (window.nextSrc - window.base) == ZSTD_WINDOW_START_INDEX; in ZSTD_window_isEmpty()
1247 window->nextSrc = window->base + ZSTD_WINDOW_START_INDEX; /* see issue #1241 */ in ZSTD_window_init()
1270 if (src != window->nextSrc || forceNonContiguous) { in ZSTD_window_update()
1272 size_t const distanceFromBase = (size_t)(window->nextSrc - window->base); in ZSTD_window_update()
1283 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()
523 const BYTE* const ddsEnd = dms->window.nextSrc; in ZSTD_dedicatedDictSearch_lazy_search()
724 const BYTE* const dmsEnd = dms->window.nextSrc; in ZSTD_HcFindBestMatch()
1262 const BYTE* const dmsEnd = dms->window.nextSrc; in ZSTD_RowFindBestMatch()
1502 const BYTE* const dictEnd = isDxS ? dms->window.nextSrc : NULL; in ZSTD_compressBlock_lazy_generic()
H A Dzstd_ldm.c521 assert(ldmState->window.nextSrc >= (BYTE const*)src + srcSize); in ZSTD_ldm_generateSequences()
H A Dzstd_fast.c398 const BYTE* const dictEnd = dms->window.nextSrc; in ZSTD_compressBlock_fast_dictMatchState_generic()
H A Dzstd_double_fast.c287 const BYTE* const dictEnd = dms->window.nextSrc; in ZSTD_compressBlock_doubleFast_dictMatchState_generic()
H A Dzstd_opt.c597 const BYTE* const dmsEnd = dictMode == ZSTD_dictMatchState ? dms->window.nextSrc : NULL; in ZSTD_insertBtAndGetAllMatches()
H A Dzstdmt_compress.c1588 prefix.size = window.nextSrc - (window.base + window.dictLimit); in ZSTDMT_doesOverlapWindow()
H A Dzstd_compress.c1808 return (size_t)(w.nextSrc - w.base) > (ZSTD_CURRENT_MAX - ZSTD_INDEXOVERFLOW_MARGIN); in ZSTD_indexTooCloseToMax()
2071 { const U32 cdictEnd = (U32)( cdict->matchState.window.nextSrc in ZSTD_resetCCtx_byAttachingCDict()
2084 cctx->blockState.matchState.window.nextSrc = in ZSTD_resetCCtx_byAttachingCDict()