Searched refs:startoffs (Results 1 – 3 of 3) sorted by relevance
| /rk3399_rockchip-uboot/cmd/ |
| H A D | unzip.c | 51 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 D | gunzip.c | 131 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 D | common.h | 681 u64 startoffs,
|