Home
last modified time | relevance | path

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

/freebsd/sys/contrib/zstd/lib/compress/
H A Dzstd_compress_internal.h228 …U32 forceNonContiguous; /* Non-zero if we should force non-contiguous load for the next window upd… member
1260 int forceNonContiguous) in ZSTD_window_update() argument
1270 if (src != window->nextSrc || forceNonContiguous) { in ZSTD_window_update()
H A Dzstd_compress.c4136 if (!ZSTD_window_update(&ms->window, src, srcSize, ms->forceNonContiguous)) { in ZSTD_compressContinue_internal()
4137 ms->forceNonContiguous = 0; in ZSTD_compressContinue_internal()
4235 ms->forceNonContiguous = params->deterministicRefPrefix; in ZSTD_loadDictionaryContent()