Searched refs:REPS (Results 1 – 6 of 6) sorted by relevance
298 uint32_t rep_lens[REPS]; in helper1()301 for (uint32_t i = 0; i < REPS; ++i) { in helper1()324 *back_res = coder->matches[matches_count - 1].dist + REPS; in helper1()378 for (uint32_t i = 0; i < REPS; ++i) in helper1()387 for (uint32_t i = 0; i < REPS; ++i) { in helper1()429 coder->opts[len].back_prev = dist + REPS; in helper1()459 if (coder->opts[cur].back_prev_2 < REPS) in helper2()488 if (pos < REPS) in helper2()494 if (pos < REPS) { in helper2()501 for (; i < REPS; ++i) in helper2()[all …]
51 for (uint32_t i = 0; i < REPS; ++i) { in lzma_lzma_optimum_fast()83 *back_res = coder->matches[matches_count - 1].dist + REPS; in lzma_lzma_optimum_fast()158 for (uint32_t i = 0; i < REPS; ++i) { in lzma_lzma_optimum_fast()166 *back_res = back_main + REPS; in lzma_lzma_optimum_fast()
66 uint32_t backs[REPS];79 uint32_t reps[REPS];
223 #define REPS 4 macro
250 if (back < REPS) { in encode_symbol()258 match(coder, pos_state, back - REPS, len); in encode_symbol()491 for (size_t i = 0; i < REPS; ++i) in lzma_lzma_encoder_reset()
202 #define REPS 4 macro