Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/xz/dist/src/liblzma/lzma/
H A Dlzma_encoder.c78 length_update_prices(lzma_length_encoder *lc, const uint32_t pos_state) in length_update_prices()
108 const uint32_t pos_state, uint32_t len, const bool fast_mode) in length()
143 match(lzma_lzma1_encoder *coder, const uint32_t pos_state, in match()
190 rep_match(lzma_lzma1_encoder *coder, const uint32_t pos_state, in rep_match()
237 const uint32_t pos_state = position & coder->pos_mask; in encode_symbol() local
298 const uint32_t pos_state = position & coder->pos_mask; in encode_eopm() local
459 for (size_t pos_state = 0; pos_state < num_pos_states; ++pos_state) { in length_encoder_reset() local
467 for (uint32_t pos_state = 0; pos_state < num_pos_states; in length_encoder_reset() local
H A Dlzma_encoder_optimum_normal.c59 const uint32_t len, const uint32_t pos_state) in get_len_price()
69 const lzma_lzma_state state, const uint32_t pos_state) in get_short_rep_price()
78 const lzma_lzma_state state, uint32_t pos_state) in get_pure_rep_price()
104 const uint32_t pos_state) in get_rep_price()
113 const uint32_t len, const uint32_t pos_state) in get_dist_len_price()
342 const uint32_t pos_state = position & coder->pos_mask; in helper1() local
522 const uint32_t pos_state = position & coder->pos_mask; in helper2() local
H A Dlzma_decoder.c40 #define len_decode(target, ld, pos_state, seq) \ argument
117 #define len_decode(target, ld, pos_state, seq) \ argument
342 uint32_t pos_state = dict.pos & pos_mask; in lzma_decode() local
915 for (uint32_t pos_state = 0; pos_state < num_pos_states; ++pos_state) { in lzma_decoder_reset() local
/netbsd-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
/netbsd-src/external/gpl3/gcc/dist/libbacktrace/
H A Delf.c2986 uint16_t *probs, int is_rep, unsigned int pos_state, in elf_lzma_len()
3371 unsigned int pos_state; in elf_uncompress_lzma_block() local