Home
last modified time | relevance | path

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

/system/public/zircon/boot/
A Dimage.h37 #define ZBI_ALIGNMENT (8) macro
39 #define ZBI_ALIGNMENT (8u) macro
48 return ((n + ZBI_ALIGNMENT - 1) & -ZBI_ALIGNMENT); in ZBI_ALIGN()
145 .balign ZBI_ALIGNMENT; \
/system/utest/zbi/
A Dzbi.cpp47 static_assert(sizeof(test_zbi_t) % ZBI_ALIGNMENT == 0, "");
336 alignas(ZBI_ALIGNMENT) uint8_t test_zbi[sizeof(test_zbi_t)]; in ZbiTestAppendMulti()
/system/ulib/libzbi/
A Dzbi.c219 if (hdr->length % ZBI_ALIGNMENT != 0) { in zbi_create_section()
/system/host/zbi/
A Dzbi.cpp44 return length % ZBI_ALIGNMENT == 0; in Aligned()
1086 assert(out->WritePosition() % ZBI_ALIGNMENT == wrote % ZBI_ALIGNMENT); in Stream()
1089 static const std::byte padding[ZBI_ALIGNMENT]{}; in Stream()

Completed in 17 milliseconds