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

/freebsd-12-stable/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.c882 // Use a preset.
883 if (lzma_easy_preset(opt_easy, options->preset))
/freebsd-12-stable/contrib/xz/src/liblzma/lzma/
H A Dlzma_encoder_presets.c18 lzma_lzma_preset(lzma_options_lzma *options, uint32_t preset)
20 const uint32_t level = preset & LZMA_PRESET_LEVEL_MASK;
21 const uint32_t flags = preset & ~LZMA_PRESET_LEVEL_MASK;
/freebsd-12-stable/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:__anon7544
[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-12-stable/contrib/xz/src/xz/
H A Doptions.c247 message_fatal(_("Unsupported LZMA1/LZMA2 preset: %s"), valuestr);
261 uint32_t preset = (uint32_t)(valuestr[0] - '0'); local
267 preset |= LZMA_PRESET_EXTREME;
275 if (lzma_lzma_preset(options, preset))
335 { "preset", NULL, UINT64_MAX, 0 },
/freebsd-12-stable/sys/contrib/alpine-hal/eth/
H A Dal_hal_eth_kr.h132 al_bool preset; member in struct:al_eth_kr_coef_up_data
H A Dal_hal_eth_kr.c506 lpcoeff->preset =
561 if (ldcoeff->preset)
/freebsd-12-stable/sys/dev/acpica/
H A Dacpi_video.c565 "preset level for full power mode");
572 "preset level for economy mode");
782 int level, preset, err; local
795 preset = (power_profile_get_state() == POWER_PROFILE_ECONOMY) ?
799 level = preset;
812 vo_set_brightness(vo, (level == -1) ? preset : level);
823 int i, level, *preset, err; local
835 preset = (arg2 == POWER_PROFILE_ECONOMY) ?
837 level = *preset;
854 *preset
[all...]
/freebsd-12-stable/tests/sys/cddl/zfs/tests/acl/nontrivial/
H A Dzfs_acl_chmod_aclmode_001_pos.ksh444 for preset in "${ace_file_preset[@]}"; do
446 acl=$prefix:$preset
/freebsd-12-stable/sys/dev/al_eth/
H A Dal_init_eth_kr.c47 * change his state to preset.
231 if ((lpcoeff->preset != 0) || (lpcoeff->initialize) != 0) {
237 * in case of preset c(0) should be set to maximum and both c(1)
250 * in case preset and initialize are false need to perform per
464 ldcoeff.preset = TRUE;
475 else /* as long as the lp didn't response to the preset
477 ldcoeff.preset = TRUE;
/freebsd-12-stable/sys/dev/sfxge/common/
H A Def10_tlv_layout.h120 * The default segment may also have preset > 0, which means that it is a preset
122 uint16_t preset; member in struct:tlv_partition_header
H A Def10_nvram.c796 header.preset = 0;
/freebsd-12-stable/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-12-stable/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 },
2150 * preset - reset stat counters for particular peers
2153 preset( function
/freebsd-12-stable/sys/dev/bxe/
H A Dbxe.c18774 bxe_get_preset_regs_len(struct bxe_softc *sc, uint32_t preset) argument
18777 return dump_num_registers[0][preset-1];
18779 return dump_num_registers[1][preset-1];
18781 return dump_num_registers[2][preset-1];
18783 return dump_num_registers[3][preset-1];
18785 return dump_num_registers[4][preset-1];
18797 /* Calculate the total preset regs length */
18917 bxe_read_pages_regs(struct bxe_softc *sc, uint32_t *p, uint32_t preset) argument
18940 if (IS_REG_IN_PRESET(read_addr[k].presets, preset)) {
18955 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 360 milliseconds