match_byte        360 lib/decompress_unlzma.c 		int match_byte = peek_old_byte(wr, cst->rep0);
match_byte        365 lib/decompress_unlzma.c 			match_byte <<= 1;
match_byte        366 lib/decompress_unlzma.c 			bit = match_byte & 0x100;
match_byte        585 lib/xz/xz_dec_lzma2.c 	uint32_t match_byte;
match_byte        596 lib/xz/xz_dec_lzma2.c 		match_byte = dict_get(&s->dict, s->lzma.rep0) << 1;
match_byte        600 lib/xz/xz_dec_lzma2.c 			match_bit = match_byte & offset;
match_byte        601 lib/xz/xz_dec_lzma2.c 			match_byte <<= 1;