Searched refs:spread (Results 1 - 7 of 7) sorted by relevance

/u-boot/lib/zstd/common/
H A Dfse_decompress.c76 BYTE* spread = (BYTE*)(symbolNext + maxSymbolValue + 1); local
122 MEM_write64(spread + pos, sv);
124 MEM_write64(spread + pos + i, sv);
129 /* Now we spread those positions across the table.
144 tableDecode[uPosition].symbol = spread[s + u];
/u-boot/include/
H A Dnand.h80 int spread; member in struct:nand_erase_options
/u-boot/test/dm/
H A Dnand.c49 opts.spread = 1;
/u-boot/drivers/dfu/
H A Ddfu_nand.c59 opts.spread = 1;
/u-boot/cmd/
H A Dnand.c592 int spread = 0; local
606 if (!strcmp(&cmd[5], ".spread")) {
607 spread = 1;
642 opts.spread = spread;
942 "nand erase[.spread] [clean] off size - erase 'size' bytes "
944 " With '.spread', erase enough for given file size, otherwise,\n"
/u-boot/lib/zstd/decompress/
H A Dzstd_decompress_block.c454 BYTE* spread = (BYTE*)(symbolNext + MaxSeq + 1); local
505 MEM_write64(spread + pos, sv);
507 MEM_write64(spread + pos + i, sv);
512 /* Now we spread those positions across the table.
527 tableDecode[uPosition].baseValue = spread[s + u];
754 * If the offset is < 8 then the offset is spread to at least 8 bytes.
1034 /* Copy 8 bytes and spread the offset to be >= 8. */
1125 /* Copy 8 bytes and spread the offset to be >= 8. */
/u-boot/drivers/mtd/nand/raw/
H A Dnand_util.c122 if (!opts->spread)

Completed in 78 milliseconds