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

/freebsd-10.0-release/contrib/xz/src/liblzma/lzma/
H A Dlzma_encoder_optimum_normal.c374 const uint32_t len_end = my_max(len_main, rep_lens[rep_max_index]); local
451 helper2(lzma_coder *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
844 uint32_t len_end = helper1(coder, mf, back_res, len_res, position); local
[all...]

Completed in 138 milliseconds