Searched refs:osize (Results 1 - 6 of 6) sorted by relevance

/openwrt/target/linux/adm8668/image/lzma-loader/src/
H A Ddecompress.c70 unsigned int osize; /* uncompressed size */ local
97 osize = ((unsigned int)get_byte()) +
109 (unsigned char*)KERNEL_ENTRY, osize, &osize)) == LZMA_RESULT_OK)
/openwrt/target/linux/generic/image/lzma-loader/src/
H A Ddecompress.c111 unsigned int osize; /* uncompressed size */ local
138 osize = ((unsigned int)get_byte()) +
149 (unsigned char*)KERNEL_ENTRY, osize, &osize)) == LZMA_RESULT_OK)
/openwrt/target/linux/brcm47xx/image/lzma-loader/src/
H A Ddecompress.c134 unsigned int osize; /* uncompressed size */ local
165 osize = ((unsigned int)get_byte()) +
176 (unsigned char*)LOADADDR, osize, &i) == LZMA_RESULT_OK)
/openwrt/target/linux/adm5120/image/lzma-loader/src/
H A Ddecompress.c290 SizeT osize; /* uncompressed size */ local
306 osize = ((SizeT)get_byte()) +
325 res = decompress_data(&lzma_state, (unsigned char *)LOADADDR, osize);
/openwrt/tools/firmware-utils/src/
H A Dzynos.h49 uint32_t osize; /* size of the uncompressed data */ member in struct:zyn_rombin_hdr
H A Dmkzynfw.c578 t.osize = HOST_TO_BE32(hdr->osize);
586 DBG(2, "hdr.osize = 0x%08x", hdr->osize);
834 hdr.osize = 2;

Completed in 51 milliseconds