Home
last modified time | relevance | path

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

/busybox-1.35.0/archival/libarchive/
Ddecompress_unlzma.c289 int match_byte; in IF_DESKTOP() local
298 match_byte = buffer[pos]; in IF_DESKTOP()
302 match_byte <<= 1; in IF_DESKTOP()
303 bit = match_byte & 0x100; in IF_DESKTOP()
/busybox-1.35.0/archival/libarchive/unxz/
Dxz_dec_lzma2.c587 uint32_t match_byte; in lzma_literal() local
598 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()