Home
last modified time | relevance | path

Searched refs:forceNonContiguous (Results 1 – 2 of 2) sorted by relevance

/linux/lib/zstd/compress/
H A Dzstd_compress_internal.h292 …int forceNonContiguous; /* Non-zero if we should force non-contiguous load for the next window upd… member
1348 int forceNonContiguous) in ZSTD_window_update() argument
1358 if (src != window->nextSrc || forceNonContiguous) { in ZSTD_window_update()
H A Dzstd_compress.c4731 if (!ZSTD_window_update(&ms->window, src, srcSize, ms->forceNonContiguous)) { in ZSTD_compressContinue_internal()
4732 ms->forceNonContiguous = 0; in ZSTD_compressContinue_internal()
4887 ms->forceNonContiguous = params->deterministicRefPrefix; in ZSTD_loadDictionaryContent()