Searched refs:len_end (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/public-domain/xz/dist/src/liblzma/lzma/
H A Dlzma_encoder_optimum_normal.c368 const uint32_t len_end = my_max(len_main, rep_lens[rep_max_index]); local
370 if (len_end < 2) {
381 uint32_t len = len_end;
439 return len_end;
445 uint32_t len_end, uint32_t position, const uint32_t cur,
559 return len_end;
582 while (len_end < offset)
583 coder->opts[++len_end].price = RC_INFINITY_PRICE;
610 while (len_end < cur + len_test)
611 coder->opts[++len_end]
444 helper2(lzma_lzma1_encoder *coder, uint32_t *reps, const uint8_t *buf, uint32_t len_end, uint32_t position, const uint32_t cur, const uint32_t nice_len, const uint32_t buf_avail_full) argument
831 uint32_t len_end = helper1(coder, mf, back_res, len_res, position); local
[all...]

Completed in 133 milliseconds