Home
last modified time | relevance | path

Searched refs:len_res (Results 1 – 3 of 3) sorted by relevance

/NextBSD/contrib/xz/src/liblzma/lzma/
HDlzma_encoder_optimum_fast.c22 uint32_t *restrict back_res, uint32_t *restrict len_res) in lzma_lzma_optimum_fast() argument
42 *len_res = 1; in lzma_lzma_optimum_fast()
68 *len_res = len; in lzma_lzma_optimum_fast()
83 *len_res = len_main; in lzma_lzma_optimum_fast()
115 *len_res = rep_len; in lzma_lzma_optimum_fast()
123 *len_res = 1; in lzma_lzma_optimum_fast()
145 *len_res = 1; in lzma_lzma_optimum_fast()
160 *len_res = 1; in lzma_lzma_optimum_fast()
166 *len_res = len_main; in lzma_lzma_optimum_fast()
HDlzma_encoder_optimum_normal.c224 backward(lzma_coder *restrict coder, uint32_t *restrict len_res, in backward() argument
260 *len_res = coder->opts[0].pos_prev; in backward()
273 uint32_t *restrict back_res, uint32_t *restrict len_res, in helper1() argument
292 *len_res = 1; in helper1()
317 *len_res = rep_lens[rep_max_index]; in helper1()
318 mf_skip(mf, *len_res - 1); in helper1()
325 *len_res = len_main; in helper1()
336 *len_res = 1; in helper1()
372 *len_res = 1; in helper1()
801 uint32_t *restrict back_res, uint32_t *restrict len_res, in lzma_lzma_optimum_normal() argument
[all …]
HDlzma_encoder_private.h142 uint32_t *restrict back_res, uint32_t *restrict len_res);
146 uint32_t *restrict len_res, uint32_t position);