HomeSort by: relevance | last modified time | path
    Searched refs:buf_back (Results 1 - 2 of 2) sorted by relevancy

  /src/external/public-domain/xz/dist/src/liblzma/lzma/
lzma_encoder_optimum_fast.c 52 const uint8_t *const buf_back = buf - coder->reps[i] - 1; local
56 if (not_equal_16(buf, buf_back))
62 buf, buf_back, 2, buf_avail);
lzma_encoder_optimum_normal.c 301 const uint8_t *const buf_back = buf - coder->reps[i] - 1; local
303 if (not_equal_16(buf, buf_back)) {
308 rep_lens[i] = lzma_memcmplen(buf, buf_back, 2, buf_avail);
564 const uint8_t *const buf_back = buf - reps[0] - 1; local
567 const uint32_t len_test = lzma_memcmplen(buf, buf_back, 1, limit) - 1;
603 const uint8_t *const buf_back = buf - reps[rep_index] - 1; local
604 if (not_equal_16(buf, buf_back))
607 uint32_t len_test = lzma_memcmplen(buf, buf_back, 2, buf_avail);
641 len_test_2 = lzma_memcmplen(buf, buf_back, len_test_2, limit);
657 buf_back[len_test], buf[len_test])
730 const uint8_t *const buf_back = buf - cur_back - 1; local
    [all...]

Completed in 45 milliseconds