Searched refs:preset (Results 1 - 15 of 15) sorted by relevance

/netbsd-6-1-5-RELEASE/external/public-domain/xz/dist/src/liblzma/common/
H A Deasy_decoder_memusage.c17 lzma_easy_decoder_memusage(uint32_t preset)
20 if (lzma_easy_preset(&opt_easy, preset))
H A Deasy_encoder_memusage.c17 lzma_easy_encoder_memusage(uint32_t preset)
20 if (lzma_easy_preset(&opt_easy, preset))
H A Deasy_encoder.c18 lzma_easy_encoder(lzma_stream *strm, uint32_t preset, lzma_check check)
21 if (lzma_easy_preset(&opt_easy, preset))
H A Deasy_preset.h30 /// Set *easy to the settings given by the preset. Returns true on error,
32 extern bool lzma_easy_preset(lzma_options_easy *easy, uint32_t preset);
H A Deasy_preset.c17 lzma_easy_preset(lzma_options_easy *opt_easy, uint32_t preset) argument
19 if (lzma_lzma_preset(&opt_easy->opt_lzma, preset))
H A Deasy_buffer_encoder.c17 lzma_easy_buffer_encode(uint32_t preset, lzma_check check,
22 if (lzma_easy_preset(&opt_easy, preset))
/netbsd-6-1-5-RELEASE/external/public-domain/xz/dist/src/liblzma/lzma/
H A Dlzma_encoder_presets.c17 lzma_lzma_preset(lzma_options_lzma *options, uint32_t preset)
19 const uint32_t level = preset & LZMA_PRESET_LEVEL_MASK;
20 const uint32_t flags = preset & ~LZMA_PRESET_LEVEL_MASK;
/netbsd-6-1-5-RELEASE/external/public-domain/xz/dist/src/liblzma/api/lzma/
H A Dcontainer.h25 * \brief Default compression preset
27 * It's not straightforward to recommend a default preset, because in some
35 * \brief Mask for preset level
37 * This is useful only if you need to extract the level from the preset
50 * \brief Extreme compression preset
52 * This flag modifies the preset to make the encoding significantly slower
58 * a little but only at the lowest preset levels (0-3).
68 * \param preset Compression preset (level and possible flags)
71 * preset whe
[all...]
H A Dlzma.h225 * a preset dictionary. It is useful when compressing many
227 * each other. The preset dictionary should contain typical
229 * probable strings should be near the end of the preset dictionary.
234 * liblzma allow preset dictionary when decoding, thus if
235 * you create a .xz or .lzma file with preset dictionary, it
237 * future, the .xz format will likely get support for preset
243 * \brief Size of the preset dictionary
245 * Specifies the size of the preset dictionary. If the size is
251 * no preset dictionary is used (identical to only setting
403 * \brief Set a compression preset t
[all...]
/netbsd-6-1-5-RELEASE/external/public-domain/xz/dist/doc/examples/
H A Dxz_pipe_comp.c49 uint32_t preset = COMPRESSION_LEVEL | (COMPRESSION_EXTREME ? LZMA_PRESET_EXTREME : 0); local
65 ret_xz = lzma_easy_encoder (&strm, preset, check);
/netbsd-6-1-5-RELEASE/external/public-domain/xz/dist/src/xz/
H A Doptions.c247 message_fatal(_("Unsupported LZMA1/LZMA2 preset: %s"), valuestr);
261 uint32_t preset = valuestr[0] - '0'; local
267 preset |= LZMA_PRESET_EXTREME;
275 if (lzma_lzma_preset(options, preset))
335 { "preset", NULL, UINT64_MAX, 0 },
/netbsd-6-1-5-RELEASE/common/dist/zlib/contrib/pascal/
H A Dexample.pas447 * Test deflate with preset dictionary
481 * Test inflate with a preset dictionary
592 WriteLn('** Testing deflate and inflate with preset dictionary');
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/zlib/contrib/pascal/
H A Dexample.pas447 * Test deflate with preset dictionary
481 * Test inflate with a preset dictionary
592 WriteLn('** Testing deflate and inflate with preset dictionary');
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/ntpq/
H A Dntpq-opts.def96 preset this option in a script will enable both older and
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/ntpdc/
H A Dntpdc_ops.c73 static void preset (struct parse *, FILE *);
174 { "preset", preset, { NTP_ADD, OPT|NTP_ADD, OPT|NTP_ADD, OPT|NTP_ADD },
2152 * preset - reset stat counters for particular peers
2155 preset( function

Completed in 210 milliseconds