Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/mtd/nand/
H A DKconfig5 bool "Mtd Nand BBT using flash management strategy"
8 This is a simple flash BBT management strategy for Nand devices.
/rk3399_rockchip-uboot/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) {
/rk3399_rockchip-uboot/include/u-boot/
H A Dzlib.h524 int strategy, const char *version,
537 int strategy));
/rk3399_rockchip-uboot/Licenses/
H A Dlgpl-2.1.txt25 strategy to use in any particular case, based on the explanations below.
/rk3399_rockchip-uboot/common/
H A Ddlmalloc.src2061 allocation strategy tends to give contiguous chunks
3236 * malloc: swap order of clean-bin strategy;