Home | History | Annotate | Download | only in pending

Lines Matching refs:match_byte

1733   uint32_t match_byte;
1744 match_byte = dict_get(&s->dict, s->lzma.rep0) << 1;
1748 match_bit = match_byte & offset;
1749 match_byte <<= 1;