Home
last modified time | relevance | path

Searched defs:pos_state (Results 1 – 5 of 5) sorted by relevance

/freebsd-src/contrib/xz/src/liblzma/lzma/
H A Dlzma_encoder.c77 length_update_prices(lzma_length_encoder *lc, const uint32_t pos_state) in length_update_prices()
107 const uint32_t pos_state, uint32_t len, const bool fast_mode) in length()
142 match(lzma_lzma1_encoder *coder, const uint32_t pos_state, in match()
189 rep_match(lzma_lzma1_encoder *coder, const uint32_t pos_state, in rep_match()
236 const uint32_t pos_state = position & coder->pos_mask; in encode_symbol() local
299 const uint32_t pos_state = position & coder->pos_mask; in encode_eopm() local
512 for (size_t pos_state = 0; pos_state < num_pos_states; ++pos_state) { in length_encoder_reset() local
520 for (uint32_t pos_state = 0; pos_state < num_pos_states; in length_encoder_reset() local
H A Dlzma_encoder_optimum_normal.c58 const uint32_t len, const uint32_t pos_state) in get_len_price()
68 const lzma_lzma_state state, const uint32_t pos_state) in get_short_rep_price()
77 const lzma_lzma_state state, uint32_t pos_state) in get_pure_rep_price()
103 const uint32_t pos_state) in get_rep_price()
112 const uint32_t len, const uint32_t pos_state) in get_dist_len_price()
341 const uint32_t pos_state = position & coder->pos_mask; in helper1() local
521 const uint32_t pos_state = position & coder->pos_mask; in helper2() local
H A Dlzma_decoder.c35 #define len_decode(target, ld, pos_state, seq) \ argument
70 #define len_decode_fast(target, ld, pos_state) \ argument
287 uint32_t pos_state = dict.pos & pos_mask; in lzma_decode() local
1091 for (uint32_t pos_state = 0; pos_state < num_pos_states; ++pos_state) { in lzma_decoder_reset() local
/freebsd-src/sys/contrib/xz-embedded/linux/lib/xz/
H A Dxz_dec_lzma2.c652 uint32_t pos_state) in lzma_len()
678 static void lzma_match(struct xz_dec_lzma2 *s, uint32_t pos_state) in lzma_match()
720 static void lzma_rep_match(struct xz_dec_lzma2 *s, uint32_t pos_state) in lzma_rep_match()
756 uint32_t pos_state; in lzma_main() local
/freebsd-src/usr.bin/gzip/
H A Dunlz.c266 int pos_state) in lz_rd_decode_len()
438 const int pos_state = lz_get_data_position(lz) & POS_STATE_MASK; in lz_decode_member() local