Searched refs:strategy (Results 1 – 7 of 7) sorted by relevance
| /rk3399_rockchip-uboot/drivers/mtd/nand/ |
| H A D | Kconfig | 5 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 D | deflate.c | 210 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 D | deflate.h | 183 int strategy; /* favor or force Huffman coding*/ member
|
| H A D | trees.c | 990 } else if (s->strategy == Z_FIXED || static_lenb == opt_lenb) {
|
| /rk3399_rockchip-uboot/include/u-boot/ |
| H A D | zlib.h | 524 int strategy, const char *version, 537 int strategy));
|
| /rk3399_rockchip-uboot/Licenses/ |
| H A D | lgpl-2.1.txt | 25 strategy to use in any particular case, based on the explanations below.
|
| /rk3399_rockchip-uboot/common/ |
| H A D | dlmalloc.src | 2061 allocation strategy tends to give contiguous chunks 3236 * malloc: swap order of clean-bin strategy;
|