Home
last modified time | relevance | path

Searched refs:nextToUpdate (Results 1 – 3 of 3) sorted by relevance

/lib/lz4/
Dlz4hc_compress.c65 hc4->nextToUpdate = 64 * KB; in LZ4HC_init()
81 U32 idx = hc4->nextToUpdate; in LZ4HC_Insert()
96 hc4->nextToUpdate = target; in LZ4HC_Insert()
664 ctxPtr->nextToUpdate = ctxPtr->dictLimit; in LZ4HC_setExternalDict()
760 if (streamPtr->nextToUpdate < streamPtr->dictLimit) in LZ4_saveDictHC()
761 streamPtr->nextToUpdate = streamPtr->dictLimit; in LZ4_saveDictHC()
/lib/zstd/
Dcompress.c59 U32 nextToUpdate; /* index from which to continue dictionary update */ member
224 cctx->nextToUpdate = end + 1; in ZSTD_continueCCtx()
291 zc->nextToUpdate = 1; in ZSTD_resetCCtx_advanced()
370 dstCCtx->nextToUpdate = srcCCtx->nextToUpdate; in ZSTD_copyCCtx()
997 const BYTE *ip = base + zc->nextToUpdate; in ZSTD_fillHashTable()
1242 const BYTE *ip = base + cctx->nextToUpdate; in ZSTD_fillDoubleHashTable()
1720 zc->nextToUpdate = (matchEndIdx > curr + 8) ? matchEndIdx - 8 : curr + 1; in ZSTD_insertBtAndFindBestMatch()
1728 U32 idx = zc->nextToUpdate; in ZSTD_updateTree()
1737 if (ip < zc->base + zc->nextToUpdate) in ZSTD_BtFindBestMatch()
1759 U32 idx = zc->nextToUpdate; in ZSTD_updateTree_extDict()
[all …]
Dzstd_opt.h351 zc->nextToUpdate = (matchEndIdx > curr + 8) ? matchEndIdx - 8 : curr + 1; in ZSTD_insertBtAndGetAllMatches()
359 if (ip < zc->base + zc->nextToUpdate) in ZSTD_BtGetAllMatches()
383 if (ip < zc->base + zc->nextToUpdate) in ZSTD_BtGetAllMatches_extDict()
429 ctx->nextToUpdate3 = ctx->nextToUpdate; in ZSTD_compressBlock_opt_generic()
732 ctx->nextToUpdate3 = ctx->nextToUpdate; in ZSTD_compressBlock_opt_extDict_generic()