Home
last modified time | relevance | path

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

/linux/lib/xz/
H A Dxz_dec_lzma2.c651 uint32_t pos_state) in lzma_len()
677 static void lzma_match(struct xz_dec_lzma2 *s, uint32_t pos_state) in lzma_match()
719 static void lzma_rep_match(struct xz_dec_lzma2 *s, uint32_t pos_state) in lzma_rep_match()
755 uint32_t pos_state; in lzma_main() local
/linux/lib/
H A Ddecompress_unlzma.c351 int pos_state, uint16_t *prob, in process_bit0()
395 int pos_state, uint16_t *prob) { in process_bit1()
634 int pos_state = get_pos(&wr) & pos_state_mask; in unlzma() local