Home
last modified time | relevance | path

Searched refs:ZBI_ALIGN (Results 1 – 5 of 5) sorted by relevance

/system/ulib/libzbi/
A Dzbi.c150 offset = ZBI_ALIGN(offset + entryHeader->length + sizeof(zbi_header_t)); in zbi_for_each()
199 available - sizeof(*hdr) < ZBI_ALIGN(section_length)) { in zbi_create_section()
220 uint32_t aligned_length = ZBI_ALIGN(hdr->length); in zbi_create_section()
/system/utest/zbi/
A Dzbi.cpp21 ZBI_ALIGN(static_cast<uint32_t>(sizeof(kTestCmdline)));
25 ZBI_ALIGN(static_cast<uint32_t>(sizeof(kTestRD)));
29 ZBI_ALIGN(static_cast<uint32_t>(sizeof(kTestBootfs)));
272 const size_t kMaxAppendPayloadSize = ZBI_ALIGN(5); in ZbiTestAppendFull()
/system/dev/bus/platform/
A Dplatform-bus.cpp286 size_t itemlen = ZBI_ALIGN( in ReadZbi()
320 const size_t itemlen = ZBI_ALIGN( in ReadZbi()
394 const size_t length = ZBI_ALIGN( in GetZbiMetadata()
/system/public/zircon/boot/
A Dimage.h47 static inline uint32_t ZBI_ALIGN(uint32_t n) { in ZBI_ALIGN() function
/system/host/zbi/
A Dzbi.cpp1019 return sizeof(header_) + ZBI_ALIGN(PayloadSize()); in TotalSize()
1087 uint32_t aligned = ZBI_ALIGN(wrote); in Stream()

Completed in 16 milliseconds