Searched refs:match_byte (Results 1 – 2 of 2) sorted by relevance
289 int match_byte; in IF_DESKTOP() local298 match_byte = buffer[pos]; in IF_DESKTOP()302 match_byte <<= 1; in IF_DESKTOP()303 bit = match_byte & 0x100; in IF_DESKTOP()
587 uint32_t match_byte; in lzma_literal() local598 match_byte = dict_get(&s->dict, s->lzma.rep0) << 1; in lzma_literal()602 match_bit = match_byte & offset; in lzma_literal()603 match_byte <<= 1; in lzma_literal()