Searched refs:stepSize (Results 1 – 1 of 1) sorted by relevance
199 size_t const stepSize = cParams->targetLength + !(cParams->targetLength) + 1; /* min 2 */ in ZSTD_compressBlock_fast_noDict_generic() local248 step = stepSize; in ZSTD_compressBlock_fast_noDict_generic()490 U32 const stepSize = cParams->targetLength + !(cParams->targetLength); in ZSTD_compressBlock_fast_dictMatchState_generic() local494 const BYTE* ip1 = ip0 + stepSize; /* we assert below that stepSize >= 1 */ in ZSTD_compressBlock_fast_dictMatchState_generic()540 assert(stepSize >= 1); in ZSTD_compressBlock_fast_dictMatchState_generic()551 size_t step = stepSize; in ZSTD_compressBlock_fast_dictMatchState_generic()667 ip1 = ip0 + stepSize; in ZSTD_compressBlock_fast_dictMatchState_generic()716 size_t const stepSize = cParams->targetLength + !(cParams->targetLength) + 1; in ZSTD_compressBlock_fast_extDict_generic() local772 step = stepSize; in ZSTD_compressBlock_fast_extDict_generic()