Searched refs:isize (Results 1 - 4 of 4) sorted by relevance

/openwrt/target/linux/adm8668/image/lzma-loader/src/
H A Ddecompress.c69 unsigned int isize; /* compressed size */ local
78 isize = _binary_vmlinux_lzma_end - _binary_vmlinux_lzma_start + 1;
108 (unsigned char*)data, isize, &isize,
/openwrt/tools/firmware-utils/src/
H A Dseama.c193 size_t msize, isize, i; local
216 isize = ntohl(shdr.size);
220 if (isize > 0)
241 printf(" image size : %zu bytes\n", isize);
245 if (isize > 0)
255 calculate_digest(fh, isize, digest);
425 size_t msize, isize, i, m; local
456 isize = ntohl(shdr.size);
458 if (isize == 0)
476 printf("SEAMA: found image @ '%s', image size: %zu\n", o_images[i], isize);
[all...]
/openwrt/package/system/mtd/src/
H A Djffs2.h144 jint32_t isize; /* Total resultant size of this inode (used for truncations) */ member in struct:jffs2_raw_inode
H A Djffs2.c153 ri.isize = ri.csize = ri.dsize = 0;
193 ri.isize = st.st_size;

Completed in 116 milliseconds