Home
last modified time | relevance | path

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

/linux/lib/zstd/compress/
H A Dzstd_compress_internal.h253 BYTE const* nextSrc; /* next block here to continue on current prefix */ member
1035 size_t const endT = (size_t)(window->nextSrc - window->base); in ZSTD_window_clear()
1046 (window.nextSrc - window.base) == ZSTD_WINDOW_START_INDEX; in ZSTD_window_isEmpty()
1333 window->nextSrc = window->base + ZSTD_WINDOW_START_INDEX; /* see issue #1241 */ in ZSTD_window_init()
1358 if (src != window->nextSrc || forceNonContiguous) { in ZSTD_window_update()
1360 size_t const distanceFromBase = (size_t)(window->nextSrc - window->base); in ZSTD_window_update()
1371 window->nextSrc = ip + srcSize; in ZSTD_window_update()
H A Dzstd_lazy.c185 const BYTE* const dictEnd = dms->window.nextSrc; in ZSTD_DUBT_findBetterDictMatch()
186 U32 const dictHighLimit = (U32)(dms->window.nextSrc - dms->window.base); in ZSTD_DUBT_findBetterDictMatch()
537 const BYTE* const ddsEnd = dms->window.nextSrc; in ZSTD_dedicatedDictSearch_lazy_search()
745 const BYTE* const dmsEnd = dms->window.nextSrc; in ZSTD_HcFindBestMatch()
1291 const BYTE* const dmsEnd = dms->window.nextSrc; in ZSTD_RowFindBestMatch()
1545 const BYTE* const dictEnd = isDxS ? dms->window.nextSrc : NULL; in ZSTD_compressBlock_lazy_generic()
H A Dzstd_ldm.c543 assert(ldmState->window.nextSrc >= (BYTE const*)src + srcSize); in ZSTD_ldm_generateSequences()
H A Dzstd_fast.c508 const BYTE* const dictEnd = dms->window.nextSrc; in ZSTD_compressBlock_fast_dictMatchState_generic()
H A Dzstd_double_fast.c358 const BYTE* const dictEnd = dms->window.nextSrc; in ZSTD_compressBlock_doubleFast_dictMatchState_generic()
H A Dzstd_opt.c633 const BYTE* const dmsEnd = dictMode == ZSTD_dictMatchState ? dms->window.nextSrc : NULL; in ZSTD_insertBtAndGetAllMatches()
H A Dzstd_compress.c2007 return (size_t)(w.nextSrc - w.base) > (ZSTD_CURRENT_MAX - ZSTD_INDEXOVERFLOW_MARGIN); in ZSTD_indexTooCloseToMax()
2282 { const U32 cdictEnd = (U32)( cdict->matchState.window.nextSrc in ZSTD_resetCCtx_byAttachingCDict()
2295 cctx->blockState.matchState.window.nextSrc = in ZSTD_resetCCtx_byAttachingCDict()