Home
last modified time | relevance | path

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

/linux-4.19.296/lib/xz/
Dxz_dec_lzma2.c637 uint32_t pos_state) in lzma_len()
663 static void lzma_match(struct xz_dec_lzma2 *s, uint32_t pos_state) in lzma_match()
705 static void lzma_rep_match(struct xz_dec_lzma2 *s, uint32_t pos_state) in lzma_rep_match()
741 uint32_t pos_state; in lzma_main() local
/linux-4.19.296/lib/
Ddecompress_unlzma.c349 int pos_state, uint16_t *prob, in process_bit0()
393 int pos_state, uint16_t *prob) { in process_bit1()
632 int pos_state = get_pos(&wr) & pos_state_mask; in unlzma() local