Searched refs:match_byte (Results 1 – 6 of 6) sorted by relevance
343 #define rc_matched_literal(probs_base_var, match_byte) \ argument345 uint32_t t_match_byte = (match_byte); \911 [match_byte] "+&r"(t_match_byte), \
36 LIBC_INLINE IteratableBitMask match_byte(uint8_t byte) const {
617 uint32_t match_byte; in lzma_literal() local628 match_byte = dict_get(&s->dict, s->lzma.rep0) << 1; in lzma_literal()632 match_bit = match_byte & offset; in lzma_literal()633 match_byte <<= 1; in lzma_literal()
244 lz_rd_decode_matched(struct lz_range_decoder *rd, int *bm, int match_byte) in lz_rd_decode_matched() argument249 const unsigned match_bit = (match_byte >> i) & 1; in lz_rd_decode_matched()
62 LIBC_INLINE IteratableBitMask match_byte(uint8_t byte) const {
156 IteratableBitMask masks = ctrls.match_byte(secondary); in find()