Home
last modified time | relevance | path

Searched refs:match_byte (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/lib/
Ddecompress_unlzma.c360 int match_byte = peek_old_byte(wr, cst->rep0); in process_bit0() local
365 match_byte <<= 1; in process_bit0()
366 bit = match_byte & 0x100; in process_bit0()
/linux-5.19.10/lib/xz/
Dxz_dec_lzma2.c617 uint32_t match_byte; in lzma_literal() local
628 match_byte = dict_get(&s->dict, s->lzma.rep0) << 1; in lzma_literal()
632 match_bit = match_byte & offset; in lzma_literal()
633 match_byte <<= 1; in lzma_literal()