Home
last modified time | relevance | path

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

/openbmc/linux/lib/zstd/compress/
H A Dzstd_fast.c96 U32 const mls, U32 const hasStep) in ZSTD_compressBlock_fast_noDict_generic() argument
102 size_t const stepSize = hasStep ? (cParams->targetLength + !(cParams->targetLength) + 1) : 2; in ZSTD_compressBlock_fast_noDict_generic()
374 void const* src, size_t srcSize, U32 const mls, U32 const hasStep) in ZSTD_compressBlock_fast_dictMatchState_generic() argument
410 (void)hasStep; /* not currently specialized on whether it's accelerated */ in ZSTD_compressBlock_fast_dictMatchState_generic()
550 void const* src, size_t srcSize, U32 const mls, U32 const hasStep) in ZSTD_compressBlock_fast_extDict_generic() argument
574 (void)hasStep; /* not currently specialized on whether it's accelerated */ in ZSTD_compressBlock_fast_extDict_generic()