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

/freebsd-10-stable/contrib/xz/src/liblzma/lzma/
H A Dlzma_encoder_optimum_normal.c568 const uint32_t len_test = lzma_memcmplen(buf, buf_back, 1, limit) - 1; local
570 if (len_test >= 2) {
579 //for (; len_test >= 2; --len_test) {
580 const uint32_t offset = cur + 1 + len_test;
586 + get_rep_price(coder, 0, len_test,
608 uint32_t len_test = lzma_memcmplen(buf, buf_back, 2, buf_avail); local
610 while (len_end < cur + len_test)
613 const uint32_t len_test_temp = len_test;
620 len_test, pos_stat
[all...]

Completed in 96 milliseconds