Searched refs:LZ77_STEP_SIZE (Results 1 – 1 of 1) sorted by relevance
24 #define LZ77_STEP_SIZE sizeof(u64) macro60 cur += LZ77_STEP_SIZE; in lz77_match_len()61 wnd += LZ77_STEP_SIZE; in lz77_match_len()70 } while (likely(cur + LZ77_STEP_SIZE < end)); in lz77_match_len()203 } while (likely(srcp + LZ77_STEP_SIZE < end)); in lz77_compress()