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

/fuchsia/zircon/system/ulib/libzbi/
H A Dzbi.c115 const uint32_t totalSize = (uint32_t)sizeof(zbi_header_t) + header->length; local
117 while (offset < totalSize) {
125 if ((offset + entryHeader->length + sizeof(zbi_header_t)) > totalSize)

Completed in 27 milliseconds