Searched refs:kSearchStrength (Results 1 – 8 of 8) sorted by relevance
235 const size_t kStepIncr = (1 << (kSearchStrength - 1)); in ZSTD_compressBlock_fast_noDict_generic()554 const size_t kStepIncr = 1 << kSearchStrength; in ZSTD_compressBlock_fast_dictMatchState_generic()755 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()
33 #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()
234 const size_t kStepIncr = (1 << (kSearchStrength - 1)); in ZSTD_compressBlock_fast_noDict_generic()553 const size_t kStepIncr = 1 << kSearchStrength; in ZSTD_compressBlock_fast_dictMatchState_generic()754 const size_t kStepIncr = (1 << (kSearchStrength - 1)); in ZSTD_compressBlock_fast_extDict_generic()
131 const size_t kStepIncr = 1 << kSearchStrength; in ZSTD_compressBlock_doubleFast_noDict_generic()450 ip += ((ip-anchor) >> kSearchStrength) + 1; in ZSTD_compressBlock_doubleFast_dictMatchState_generic()707 ip += ((ip-anchor) >> kSearchStrength) + 1; in ZSTD_compressBlock_doubleFast_extDict_generic()
32 #define kSearchStrength 8 macro
1614 …size_t const step = ((size_t)(ip-anchor) >> kSearchStrength) + 1; /* jump faster over incompress… in ZSTD_compressBlock_lazy_generic()2006 size_t const step = ((size_t)(ip-anchor) >> kSearchStrength); in ZSTD_compressBlock_lazy_extDict_generic()