Home
last modified time | relevance | path

Searched defs:match_byte (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/public-domain/xz/dist/src/liblzma/lzma/
H A Dlzma_encoder_optimum_normal.c24 uint32_t match_byte, uint32_t symbol) in get_literal_price()
331 const uint8_t match_byte = *(buf - coder->reps[0] - 1); in helper1() local
520 const uint8_t match_byte = *(buf - reps[0] - 1); in helper2() local
H A Dlzma_encoder.c25 uint32_t match_byte, uint32_t symbol) in literal_matched()
63 const uint8_t match_byte = mf->buffer[ in literal() local
/netbsd-src/usr.bin/gzip/
H A Dunlz.c244 lz_rd_decode_matched(struct lz_range_decoder *rd, int *bm, int match_byte) in lz_rd_decode_matched()