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

/freebsd-10-stable/contrib/xz/src/liblzma/lzma/
H A Dlzma_encoder_optimum_normal.c331 const uint8_t match_byte = *(buf - coder->reps[0] - 1); local
520 const uint8_t match_byte = *(buf - reps[0] - 1); local
22 get_literal_price(const lzma_lzma1_encoder *const coder, const uint32_t pos, const uint32_t prev_byte, const bool match_mode, uint32_t match_byte, uint32_t symbol) argument
[all...]
H A Dlzma_encoder.c63 const uint8_t match_byte = mf->buffer[ local
24 literal_matched(lzma_range_encoder *rc, probability *subcoder, uint32_t match_byte, uint32_t symbol) argument
/freebsd-10-stable/sys/contrib/xz-embedded/linux/lib/xz/
H A Dxz_dec_lzma2.c585 uint32_t match_byte; local

Completed in 80 milliseconds