Home
last modified time | relevance | path

Searched refs:strategy (Results 1 – 25 of 34) sorted by relevance

12

/openbmc/u-boot/lib/zlib/
H A Ddeflate.c210 int ZEXPORT deflateInit2_(strm, level, method, windowBits, memLevel, strategy, in deflateInit2_() argument
217 int strategy;
261 strategy < 0 || strategy > Z_FIXED) {
304 s->strategy = strategy;
412 int ZEXPORT deflateParams(strm, level, strategy) in deflateParams() argument
415 int strategy;
429 if (level < 0 || level > 9 || strategy < 0 || strategy > Z_FIXED) {
434 if ((strategy != s->strategy || func != configuration_table[level].func) &&
446 s->strategy = strategy;
619 (s->strategy >= Z_HUFFMAN_ONLY || s->level < 2 ?
[all …]
H A Ddeflate.h183 int strategy; /* favor or force Huffman coding*/ member
H A Dtrees.c990 } else if (s->strategy == Z_FIXED || static_lenb == opt_lenb) {
/openbmc/u-boot/include/u-boot/
H A Dzlib.h524 int strategy, const char *version,
537 int strategy));
/openbmc/openbmc/poky/meta/recipes-support/attr/acl/
H A D0001-libmisc-__acl_get_uid-fix-memory-wasting-loop-if-use.patch20 and lazy memory allocation strategy.
/openbmc/openbmc/poky/
H A DMAINTAINERS.md63 * meta-gplv2 (ideally new strategy but active maintainer welcome)
/openbmc/openbmc/poky/documentation/kernel-dev/
H A Dconcepts-appx.rst117 team's Yocto Linux kernel development strategy. It is the Yocto Project
149 The features are tagged and organized by way of a branching strategy
176 features, the same branching strategy is used.
185 Another consequence of this strategy results in not having to store the
204 same branching strategy applies to BSPs as it does to kernel features.
208 While this strategy can result in a tree with a significant number of
329 architecture and its branching strategy, see the
/openbmc/openbmc/poky/meta/recipes-connectivity/openssh/openssh/
H A Dsshd_config8 # The strategy used for options in the default sshd_config shipped with
/openbmc/openbmc/poky/meta/classes-recipe/
H A Doverlayfs-etc.bbclass31 # Regardless which mode you choose, update and migration strategy of configuration files under /etc
H A Drust-target-config.bbclass405 tspec['panic-strategy'] = d.getVar("RUST_PANIC_STRATEGY")
/openbmc/webui-vue/docs/guide/unit-testing/
H A Dreadme.md199 store parts separately or testing a running store instance. Each strategy has
201 could potentially contribute to the project, the suggested strategy is to
/openbmc/qemu/ui/
H A Dvnc-enc-tight.c791 int level, int strategy) in tight_init_stream() argument
804 MAX_MEM_LEVEL, strategy); in tight_init_stream()
816 if (deflateParams(zstream, level, strategy) != Z_OK) { in tight_init_stream()
845 size_t bytes, int level, int strategy) in tight_compress_data() argument
855 if (tight_init_stream(vs, tight, stream_id, level, strategy)) { in tight_compress_data()
/openbmc/qemu/docs/
H A Dxbzrle.txt74 Cache update strategy
H A Dpcie.txt23 2. Device placement strategy
189 proposed device placing strategy solves this issue by using only
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/core/
H A D0016-libsparse-Add-hole-mode-to-sparse_file_read.patch17 be an enum of mode types. This enum represents the strategy we take when
/openbmc/docs/designs/
H A Duart-mux-support.md253 which is necessary if the out-of-band command strategy (2.1) is chosen. Two
288 Choosing a strategy for D-Bus representation is required if we add to the D-Bus
312 it stands to reason that we should continue this strategy for muxed consoles.
/openbmc/openbmc/meta-arm/meta-arm-bsp/documentation/corstone1000/
H A Dchange-log.rst21 - Implementation of a replication strategy for FWU metadata in TF-M according to the FWU specificat…
/openbmc/openbmc/meta-arm/documentation/
H A Dreleases.md19 ## **Branching strategy and releases**
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/clang-layer/recipes-devtools/spdm-utils/
H A Dspdm-utils-crates.inc63 crate://crates.io/event-listener-strategy/0.5.3 \
242 SRC_URI[event-listener-strategy-0.5.3.sha256sum] = "3c3e4e0dd3673c1139bf041f3008816d9cf2946bbfac294…
/openbmc/docs/
H A DIPMITOOL-cheatsheet.md199 ### 4. Set rack power strategy in case of power failure
/openbmc/phosphor-ipmi-blobs/
H A DREADME.md353 "send-with-retries" strategy to ensure that commands make their way from the
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/emacs/
H A Demacs_29.1.bb85 # Use a similar strategy to how we build python:
/openbmc/openbmc/poky/meta/recipes-extended/libaio/libaio/
H A D00_arches.patch350 + * from the kernel at startup, which seems a sane strategy.
/openbmc/qemu/docs/specs/
H A Dppc-spapr-numa.rst205 Any other strategy can be used here, but in the end the reality is that we'll
/openbmc/openbmc/poky/bitbake/
H A DChangeLog256 - Major changes to caching with a new strategy

12