Home
last modified time | relevance | path

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

/linux-3.4.99/lib/xz/
Dxz_dec_lzma2.c620 uint32_t pos_state) in lzma_len()
646 static void lzma_match(struct xz_dec_lzma2 *s, uint32_t pos_state) in lzma_match()
688 static void lzma_rep_match(struct xz_dec_lzma2 *s, uint32_t pos_state) in lzma_rep_match()
724 uint32_t pos_state; in lzma_main() local
/linux-3.4.99/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