Home
last modified time | relevance | path

Searched defs:match_bit (Results 1 – 2 of 2) sorted by relevance

/plan9-contrib/sys/src/cmd/lzip/
H A Dencoder_base.h159 unsigned match_bit = (match_byte <<= 1) & mask; in price_matched() local
431 unsigned match_bit = (match_byte <<= 1) & mask; in Re_encode_matched() local
H A Ddecoder.h228 unsigned match_bit = (match_byte <<= 1) & mask; in Rd_decode_matched() local