Searched refs:dstlen (Results 1 – 6 of 6) sorted by relevance
| /rk3399_rockchip-uboot/fs/jffs2/ |
| H A D | compr_rubin.c | 113 unsigned long sourcelen, unsigned long dstlen) in dynrubin_decompress() argument 121 rubin_do_decompress(bits, data_in+8, cpage_out, dstlen); in dynrubin_decompress()
|
| /rk3399_rockchip-uboot/lib/ |
| H A D | gunzip.c | 74 int gunzip(void *dst, int dstlen, unsigned char *src, unsigned long *lenp) in gunzip() argument 91 return zunzip(dst, dstlen, src, lenp, 1, offset); in gunzip() 287 int zunzip(void *dst, int dstlen, unsigned char *src, unsigned long *lenp, in zunzip() argument 305 s.avail_out = dstlen; in zunzip()
|
| /rk3399_rockchip-uboot/include/jffs2/ |
| H A D | compr_rubin.h | 11 unsigned long sourcelen, unsigned long dstlen);
|
| H A D | jffs2.h | 225 unsigned long sourcelen, unsigned long dstlen);
|
| /rk3399_rockchip-uboot/drivers/fpga/ |
| H A D | zynqpl.c | 152 static int zynq_dma_transfer(u32 srcbuf, u32 srclen, u32 dstbuf, u32 dstlen) in zynq_dma_transfer() argument 161 writel(dstlen, &devcfg_base->dma_dst_len); in zynq_dma_transfer()
|
| /rk3399_rockchip-uboot/include/ |
| H A D | common.h | 642 int zunzip(void *dst, int dstlen, unsigned char *src, unsigned long *lenp,
|