Searched refs:kSearchStrength (Results 1 – 4 of 4) sorted by relevance
233 const size_t kStepIncr = (1 << (kSearchStrength - 1)); in ZSTD_compressBlock_fast_noDict_generic()552 const size_t kStepIncr = 1 << kSearchStrength; in ZSTD_compressBlock_fast_dictMatchState_generic()753 const size_t kStepIncr = (1 << (kSearchStrength - 1)); in ZSTD_compressBlock_fast_extDict_generic()
132 const size_t kStepIncr = 1 << kSearchStrength; in ZSTD_compressBlock_doubleFast_noDict_generic()451 ip += ((ip-anchor) >> kSearchStrength) + 1; in ZSTD_compressBlock_doubleFast_dictMatchState_generic()708 ip += ((ip-anchor) >> kSearchStrength) + 1; in ZSTD_compressBlock_doubleFast_extDict_generic()
30 #define kSearchStrength 8 macro
1615 …size_t const step = ((size_t)(ip-anchor) >> kSearchStrength) + 1; /* jump faster over incompress… in ZSTD_compressBlock_lazy_generic()2007 size_t const step = ((size_t)(ip-anchor) >> kSearchStrength); in ZSTD_compressBlock_lazy_extDict_generic()