HomeSort by: relevance | last modified time | path
    Searched refs:enableMatchFinderFallback (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/zstd/dist/lib/compress/
zstd_compress_internal.h 362 int enableMatchFinderFallback;
zstd_compress.c 999 CCtxParams->enableMatchFinderFallback = value;
1000 return (size_t)CCtxParams->enableMatchFinderFallback;
1149 *value = CCtxParams->enableMatchFinderFallback;
3334 if (!zc->appliedParams.enableMatchFinderFallback) {

Completed in 51 milliseconds