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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/src/liblzma/lz/
H A Dlz_encoder.h25 } lzma_match; typedef in typeref:struct:__anon19436
92 uint32_t (*find)(lzma_mf *mf, lzma_match *matches);
311 lzma_mf *mf, uint32_t *count, lzma_match *matches);
313 extern uint32_t lzma_mf_hc3_find(lzma_mf *dict, lzma_match *matches);
316 extern uint32_t lzma_mf_hc4_find(lzma_mf *dict, lzma_match *matches);
319 extern uint32_t lzma_mf_bt2_find(lzma_mf *dict, lzma_match *matches);
322 extern uint32_t lzma_mf_bt3_find(lzma_mf *dict, lzma_match *matches);
325 extern uint32_t lzma_mf_bt4_find(lzma_mf *dict, lzma_match *matches);
H A Dlz_encoder_mf.c22 lzma_mf_find(lzma_mf *mf, uint32_t *count_ptr, lzma_match *matches)
247 static lzma_match *
257 lzma_match *matches,
306 lzma_mf_hc3_find(lzma_mf *mf, lzma_match *matches)
368 lzma_mf_hc4_find(lzma_mf *mf, lzma_match *matches)
452 static lzma_match *
462 lzma_match *matches,
594 lzma_mf_bt2_find(lzma_mf *mf, lzma_match *matches)
627 lzma_mf_bt3_find(lzma_mf *mf, lzma_match *matches)
683 lzma_mf_bt4_find(lzma_mf *mf, lzma_match *matche
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/src/liblzma/lz/
H A Dlz_encoder.h25 } lzma_match; typedef in typeref:struct:__anon20430
92 uint32_t (*find)(lzma_mf *mf, lzma_match *matches);
311 lzma_mf *mf, uint32_t *count, lzma_match *matches);
313 extern uint32_t lzma_mf_hc3_find(lzma_mf *dict, lzma_match *matches);
316 extern uint32_t lzma_mf_hc4_find(lzma_mf *dict, lzma_match *matches);
319 extern uint32_t lzma_mf_bt2_find(lzma_mf *dict, lzma_match *matches);
322 extern uint32_t lzma_mf_bt3_find(lzma_mf *dict, lzma_match *matches);
325 extern uint32_t lzma_mf_bt4_find(lzma_mf *dict, lzma_match *matches);
H A Dlz_encoder_mf.c22 lzma_mf_find(lzma_mf *mf, uint32_t *count_ptr, lzma_match *matches)
247 static lzma_match *
257 lzma_match *matches,
306 lzma_mf_hc3_find(lzma_mf *mf, lzma_match *matches)
368 lzma_mf_hc4_find(lzma_mf *mf, lzma_match *matches)
452 static lzma_match *
462 lzma_match *matches,
594 lzma_mf_bt2_find(lzma_mf *mf, lzma_match *matches)
627 lzma_mf_bt3_find(lzma_mf *mf, lzma_match *matches)
683 lzma_mf_bt4_find(lzma_mf *mf, lzma_match *matche
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/src/liblzma/lzma/
H A Dlzma_encoder_private.h83 lzma_match matches[MATCH_LEN_MAX + 1];
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/src/liblzma/lzma/
H A Dlzma_encoder_private.h83 lzma_match matches[MATCH_LEN_MAX + 1];
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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 1016 milliseconds