HomeSort by: relevance | last modified time | path
    Searched refs:mf_find (Results 1 - 3 of 3) sorted by relevancy

  /src/external/public-domain/xz/dist/src/liblzma/lzma/
lzma_encoder_optimum_fast.c 29 len_main = mf_find(mf, &matches_count, coder->matches);
129 coder->longest_match_length = mf_find(mf,
151 // between mf_find() calls, thus it is safe to just increment
lzma_encoder_optimum_normal.c 281 len_main = mf_find(mf, &matches_count, coder->matches);
845 coder->longest_match_length = mf_find(
  /src/external/public-domain/xz/dist/src/liblzma/lz/
lz_encoder.h 120 /// mf_find() tries to expand it up to match_len_max bytes.
184 // (mf_find() or mf_skip()) at most after_size times. In other words,
283 #define mf_find lzma_mf_find macro
287 /// For example, if mf_find() finds a match of 200 bytes long, the first byte
288 /// of that match was already consumed by mf_find(), and the rest 199 bytes

Completed in 61 milliseconds