Home
last modified time | relevance | path

Searched refs:total_chunks (Results 1 – 4 of 4) sorted by relevance

/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/debian/
H A Dsimg_dump-python3.patch51 - for i in xrange(1, total_chunks + 1):
52 + for i in range(1, total_chunks + 1):
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/debian/system/core/
H A Dsimg_dump-python3.patch51 - for i in xrange(1, total_chunks + 1):
52 + for i in range(1, total_chunks + 1):
/openbmc/u-boot/include/
H A Dsparse_format.h22 __le32 total_chunks; /* total chunks in the sparse input image */ member
/openbmc/u-boot/lib/
H A Dimage-sparse.c93 debug("total_chunks: %d\n", sparse_header->total_chunks); in write_sparse_image()
111 for (chunk = 0; chunk < sparse_header->total_chunks; chunk++) { in write_sparse_image()