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

  /src/external/public-domain/xz/dist/src/liblzma/lzma/
lzma_encoder.c 107 const uint32_t pos_state, uint32_t len, const bool fast_mode)
131 if (!fast_mode)
148 coder->fast_mode);
222 coder->fast_mode);
373 if (coder->fast_mode)
507 const uint32_t num_pos_states, const bool fast_mode)
519 if (!fast_mode)
573 1U << options->pb, coder->fast_mode);
576 1U << options->pb, coder->fast_mode);
623 coder->fast_mode = true
    [all...]
lzma_encoder_private.h 103 bool fast_mode; member in struct:lzma_lzma1_encoder_s

Completed in 17 milliseconds