Home
last modified time | relevance | path

Searched refs:dict_repeat (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/xz/src/liblzma/lz/
H A Dlz_decoder.h203 dict_repeat(lzma_dict *restrict dict, in dict_repeat() function
/freebsd/sys/contrib/xz-embedded/linux/lib/xz/
H A Dxz_dec_lzma2.c350 static bool dict_repeat(struct dictionary *dict, uint32_t *len, uint32_t dist) in dict_repeat() function
763 dict_repeat(&s->dict, &s->lzma.len, s->lzma.rep0); in lzma_main()
781 if (!dict_repeat(&s->dict, &s->lzma.len, s->lzma.rep0)) in lzma_main()
/freebsd/contrib/xz/src/liblzma/lzma/
H A Dlzma_decoder.c641 if (unlikely(dict_repeat(&dict, rep0, &len))) { in lzma_decode()
971 if (unlikely(dict_repeat(&dict, rep0, &len))) { in lzma_decode()
/freebsd/contrib/xz/
H A DChangeLog331 liblzma: Use SSE2 intrinsics instead of memcpy() in dict_repeat()
336 dict_repeat() copies short random-sized unaligned buffers. At least
351 compresses well, and thus dict_repeat() performance matters more
373 modify *dict. This would matter in dict_repeat() because the loops
8727 dict_repeat() and helps a little with speed.