Home
last modified time | relevance | path

Searched refs:startoffs (Results 1 – 3 of 3) sorted by relevance

/rk3399_rockchip-uboot/cmd/
H A Dunzip.c51 u64 startoffs = 0; in do_gzwrite() local
66 startoffs = simple_strtoull(argv[6], NULL, 16); in do_gzwrite()
73 ret = gzwrite(addr, length, bdev, writebuf, startoffs, szexpected); in do_gzwrite()
/rk3399_rockchip-uboot/lib/
H A Dgunzip.c131 u64 startoffs, in gzwrite() argument
153 if (startoffs & (dev->blksz-1)) { in gzwrite()
155 __func__, startoffs, dev->blksz); in gzwrite()
160 outblock = lldiv(startoffs, dev->blksz); in gzwrite()
/rk3399_rockchip-uboot/include/
H A Dcommon.h681 u64 startoffs,