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

/freebsd-13-stable/contrib/xz/src/liblzma/lz/
H A Dlz_encoder.h25 } lzma_match; typedef in typeref:struct:__anon6646
92 uint32_t (*find)(lzma_mf *mf, lzma_match *matches);
310 lzma_mf *mf, uint32_t *count, lzma_match *matches);
312 extern uint32_t lzma_mf_hc3_find(lzma_mf *dict, lzma_match *matches);
315 extern uint32_t lzma_mf_hc4_find(lzma_mf *dict, lzma_match *matches);
318 extern uint32_t lzma_mf_bt2_find(lzma_mf *dict, lzma_match *matches);
321 extern uint32_t lzma_mf_bt3_find(lzma_mf *dict, lzma_match *matches);
324 extern uint32_t lzma_mf_bt4_find(lzma_mf *dict, lzma_match *matches);
H A Dlz_encoder_mf.c23 lzma_mf_find(lzma_mf *mf, uint32_t *count_ptr, lzma_match *matches)
249 static lzma_match *
259 lzma_match *matches,
305 lzma_mf_hc3_find(lzma_mf *mf, lzma_match *matches)
366 lzma_mf_hc4_find(lzma_mf *mf, lzma_match *matches)
449 static lzma_match *
459 lzma_match *matches,
587 lzma_mf_bt2_find(lzma_mf *mf, lzma_match *matches)
620 lzma_mf_bt3_find(lzma_mf *mf, lzma_match *matches)
675 lzma_mf_bt4_find(lzma_mf *mf, lzma_match *matche
[all...]
/freebsd-13-stable/contrib/xz/src/liblzma/lzma/
H A Dlzma_encoder_private.h82 lzma_match matches[MATCH_LEN_MAX + 1];
/freebsd-13-stable/sys/contrib/xz-embedded/linux/lib/xz/
H A Dxz_dec_lzma2.c646 static void lzma_match(struct xz_dec_lzma2 *s, uint32_t pos_state) function
747 lzma_match(s, pos_state);

Completed in 108 milliseconds