Home
last modified time | relevance | path

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

/openbmc/linux/lib/zstd/compress/
H A Dzstd_compress_internal.h185 BYTE const* nextSrc; /* next block here to continue on current prefix */ member
900 size_t const endT = (size_t)(window->nextSrc - window->base); in ZSTD_window_clear()
911 (window.nextSrc - window.base) == ZSTD_WINDOW_START_INDEX; in ZSTD_window_isEmpty()
1191 window->nextSrc = window->base + ZSTD_WINDOW_START_INDEX; /* see issue #1241 */ in ZSTD_window_init()
1214 if (src != window->nextSrc || forceNonContiguous) { in ZSTD_window_update()
1216 size_t const distanceFromBase = (size_t)(window->nextSrc - window->base); in ZSTD_window_update()
1227 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()
1253 const BYTE* const dmsEnd = dms->window.nextSrc; in ZSTD_RowFindBestMatch()
1503 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 Dzstd_compress.c1729 return (size_t)(w.nextSrc - w.base) > (ZSTD_CURRENT_MAX - ZSTD_INDEXOVERFLOW_MARGIN); in ZSTD_indexTooCloseToMax()
1992 { const U32 cdictEnd = (U32)( cdict->matchState.window.nextSrc in ZSTD_resetCCtx_byAttachingCDict()
2005 cctx->blockState.matchState.window.nextSrc = in ZSTD_resetCCtx_byAttachingCDict()