Searched refs:mf_find (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/src/liblzma/lzma/
H A Dlzma_encoder_optimum_fast.c28 len_main = mf_find(mf, &matches_count, coder->matches);
130 coder->longest_match_length = mf_find(mf,
152 // between mf_find() calls, thus it is safe to just increment
H A Dlzma_encoder_optimum_normal.c283 len_main = mf_find(mf, &matches_count, coder->matches);
855 coder->longest_match_length = mf_find(
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/src/liblzma/lzma/
H A Dlzma_encoder_optimum_fast.c28 len_main = mf_find(mf, &matches_count, coder->matches);
130 coder->longest_match_length = mf_find(mf,
152 // between mf_find() calls, thus it is safe to just increment
H A Dlzma_encoder_optimum_normal.c283 len_main = mf_find(mf, &matches_count, coder->matches);
855 coder->longest_match_length = mf_find(
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/src/liblzma/lz/
H A Dlz_encoder.h113 /// mf_find() tries to expand it up to match_len_max bytes.
173 // (mf_find() or mf_skip()) at most after_size times. In other words,
260 #define mf_find lzma_mf_find macro
264 /// For example, if mf_find() finds a match of 200 bytes long, the first byte
265 /// of that match was already consumed by mf_find(), and the rest 199 bytes
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/src/liblzma/lz/
H A Dlz_encoder.h113 /// mf_find() tries to expand it up to match_len_max bytes.
173 // (mf_find() or mf_skip()) at most after_size times. In other words,
260 #define mf_find lzma_mf_find macro
264 /// For example, if mf_find() finds a match of 200 bytes long, the first byte
265 /// of that match was already consumed by mf_find(), and the rest 199 bytes

Completed in 134 milliseconds