Home
last modified time | relevance | path

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

/dflybsd-src/contrib/xz/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