Home
last modified time | relevance | path

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

/third_party/toybox/toys/pending/
H A Dxzcat.c1727 uint32_t match_byte; in lzma_literal() local
1738 match_byte = dict_get(&s->dict, s->lzma.rep0) << 1; in lzma_literal()
1742 match_bit = match_byte & offset; in lzma_literal()
1743 match_byte <<= 1; in lzma_literal()

Completed in 5 milliseconds