|
Rizin
unix-like reverse engineering framework and cli tools
|
Go to the source code of this file.
Macros | |
| #define | change_pair(small_dist, big_dist) (((big_dist) >> 7) > (small_dist)) |
Functions | |
| void | lzma_lzma_optimum_fast (lzma_lzma1_encoder *restrict coder, lzma_mf *restrict mf, uint32_t *restrict back_res, uint32_t *restrict len_res) |
| #define change_pair | ( | small_dist, | |
| big_dist | |||
| ) | (((big_dist) >> 7) > (small_dist)) |
Definition at line 16 of file lzma_encoder_optimum_fast.c.
| void lzma_lzma_optimum_fast | ( | lzma_lzma1_encoder *restrict | coder, |
| lzma_mf *restrict | mf, | ||
| uint32_t *restrict | back_res, | ||
| uint32_t *restrict | len_res | ||
| ) |
Definition at line 21 of file lzma_encoder_optimum_fast.c.
References assert(), change_pair, i, len, limit, MATCH_LEN_MAX, mf_avail(), mf_find, mf_ptr(), mf_skip(), my_max, my_min, not_equal_16, REPS, UINT32_C, and UINT32_MAX.
Referenced by lzma_lzma_encode().