Searched refs:REPS (Results 1 – 6 of 6) sorted by relevance
297 uint32_t rep_lens[REPS]; in helper1()300 for (uint32_t i = 0; i < REPS; ++i) { in helper1()323 *back_res = coder->matches[matches_count - 1].dist + REPS; in helper1()377 for (uint32_t i = 0; i < REPS; ++i) in helper1()386 for (uint32_t i = 0; i < REPS; ++i) { in helper1()428 coder->opts[len].back_prev = dist + REPS; in helper1()458 if (coder->opts[cur].back_prev_2 < REPS) in helper2()487 if (pos < REPS) in helper2()493 if (pos < REPS) { in helper2()500 for (; i < REPS; ++i) in helper2()[all …]
50 for (uint32_t i = 0; i < REPS; ++i) { in lzma_lzma_optimum_fast()82 *back_res = coder->matches[matches_count - 1].dist + REPS; in lzma_lzma_optimum_fast()157 for (uint32_t i = 0; i < REPS; ++i) { in lzma_lzma_optimum_fast()165 *back_res = back_main + REPS; in lzma_lzma_optimum_fast()
65 uint32_t backs[REPS];90 uint32_t reps[REPS];
238 #define REPS 4 macro
249 if (back < REPS) { in encode_symbol()257 match(coder, pos_state, back - REPS, len); in encode_symbol()544 for (size_t i = 0; i < REPS; ++i) in lzma_lzma_encoder_reset()
202 #define REPS 4 macro