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

/freebsd-10.2-release/contrib/xz/src/liblzma/lz/
H A Dlz_encoder.h91 /// to the matches array. This is called only via lzma_mf_find().
259 /// Since everything else begins with mf_, use it also for lzma_mf_find().
260 #define mf_find lzma_mf_find
310 extern uint32_t lzma_mf_find(
H A Dlz_encoder_mf.c22 lzma_mf_find(lzma_mf *mf, uint32_t *count_ptr, lzma_match *matches) function

Completed in 515 milliseconds