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

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

Completed in 118 milliseconds