Home
last modified time | relevance | path

Searched refs:pos_slot (Results 1 – 1 of 1) sorted by last modified time

/linux/lib/
H A Ddecompress_unlzma.c485 int pos_slot; in process_bit1() local
496 &pos_slot); in process_bit1()
497 if (pos_slot >= LZMA_START_POS_MODEL_INDEX) { in process_bit1()
499 num_bits = (pos_slot >> 1) - 1; in process_bit1()
500 cst->rep0 = 2 | (pos_slot & 1); in process_bit1()
501 if (pos_slot < LZMA_END_POS_MODEL_INDEX) { in process_bit1()
504 cst->rep0 - pos_slot - 1; in process_bit1()
522 cst->rep0 = pos_slot; in process_bit1()