Searched refs:match_byte (Results 1 – 2 of 2) sorted by relevance
585 uint32_t match_byte; in lzma_literal() local596 match_byte = dict_get(&s->dict, s->lzma.rep0) << 1; in lzma_literal()600 match_bit = match_byte & offset; in lzma_literal()601 match_byte <<= 1; in lzma_literal()
1733 uint32_t match_byte; in lzma_literal() local1744 match_byte = dict_get(&s->dict, s->lzma.rep0) << 1; in lzma_literal()1748 match_bit = match_byte & offset; in lzma_literal()1749 match_byte <<= 1; in lzma_literal()