Searched refs:back_res (Results 1 – 3 of 3) sorted by relevance
22 uint32_t *restrict back_res, uint32_t *restrict len_res) in lzma_lzma_optimum_fast() argument41 *back_res = UINT32_MAX; in lzma_lzma_optimum_fast()67 *back_res = i; in lzma_lzma_optimum_fast()82 *back_res = coder->matches[matches_count - 1].dist + REPS; in lzma_lzma_optimum_fast()114 *back_res = rep_index; in lzma_lzma_optimum_fast()122 *back_res = UINT32_MAX; in lzma_lzma_optimum_fast()144 *back_res = UINT32_MAX; in lzma_lzma_optimum_fast()159 *back_res = UINT32_MAX; in lzma_lzma_optimum_fast()165 *back_res = back_main + REPS; in lzma_lzma_optimum_fast()
224 uint32_t *restrict back_res, uint32_t cur) in backward() argument260 *back_res = coder->opts[0].back_prev; in backward()272 uint32_t *restrict back_res, uint32_t *restrict len_res, in helper1() argument290 *back_res = UINT32_MAX; in helper1()315 *back_res = rep_max_index; in helper1()323 *back_res = coder->matches[matches_count - 1].dist + REPS; in helper1()334 *back_res = UINT32_MAX; in helper1()370 *back_res = coder->opts[1].back_prev; in helper1()805 uint32_t *restrict back_res, uint32_t *restrict len_res, in lzma_lzma_optimum_normal() argument813 *back_res = coder->opts[coder->opts_current_index].back_prev; in lzma_lzma_optimum_normal()[all …]
155 uint32_t *restrict back_res, uint32_t *restrict len_res);158 lzma_mf *restrict mf, uint32_t *restrict back_res,