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

/freebsd-10.3-release/contrib/xz/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.c17 lzma_easy_encoder(lzma_stream *strm, uint32_t preset, lzma_check check)
20 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))
H A Dstream_encoder_mt.c876 // Use a preset.
877 if (lzma_easy_preset(opt_easy, options->preset))
/freebsd-10.3-release/contrib/xz/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;
/freebsd-10.3-release/contrib/xz/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).
138 * \brief Compression preset (level and possible flags)
140 * The preset is set just like with lzma_easy_encoder().
141 * The preset i
143 uint32_t preset; member in struct:__anon5069
[all...]
H A Dlzma12.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...]
/freebsd-10.3-release/contrib/xz/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 },
/freebsd-10.3-release/sys/dev/acpica/
H A Dacpi_video.c561 "preset level for full power mode");
568 "preset level for economy mode");
770 int level, preset, err; local
783 preset = (power_profile_get_state() == POWER_PROFILE_ECONOMY) ?
787 level = preset;
800 vo_set_brightness(vo->handle, (level == -1) ? preset : level);
811 int i, level, *preset, err; local
823 preset = (arg2 == POWER_PROFILE_ECONOMY) ?
825 level = *preset;
842 *preset
[all...]
/freebsd-10.3-release/sys/dev/sfxge/common/
H A Def10_tlv_layout.h118 * The default segment may also have preset > 0, which means that it is a preset
120 uint16_t preset; member in struct:tlv_partition_header
/freebsd-10.3-release/sys/contrib/v4l/
H A Dvideodev2.h754 __u32 preset; member in struct:v4l2_dv_preset
763 __u32 preset; member in struct:v4l2_dv_enum_preset
764 __u8 name[32]; /* Name of the preset timing */
/freebsd-10.3-release/contrib/ntp/ntpdc/
H A Dntpdc_ops.c71 static void preset (struct parse *, FILE *);
172 { "preset", preset, { NTP_ADD, OPT|NTP_ADD, OPT|NTP_ADD, OPT|NTP_ADD },
2141 * preset - reset stat counters for particular peers
2144 preset( function
/freebsd-10.3-release/sys/dev/bxe/
H A Dbxe.c18263 bxe_get_preset_regs_len(struct bxe_softc *sc, uint32_t preset) argument
18266 return dump_num_registers[0][preset-1];
18268 return dump_num_registers[1][preset-1];
18270 return dump_num_registers[2][preset-1];
18272 return dump_num_registers[3][preset-1];
18274 return dump_num_registers[4][preset-1];
18286 /* Calculate the total preset regs length */
18406 bxe_read_pages_regs(struct bxe_softc *sc, uint32_t *p, uint32_t preset) argument
18429 if (IS_REG_IN_PRESET(read_addr[k].presets, preset)) {
18444 bxe_get_preset_regs(struct bxe_softc *sc, uint32_t *p, uint32_t preset) argument
[all...]
H A Dbxe_dump.h54 uint32_t preset; member in struct:dump_header

Completed in 293 milliseconds