Searched defs:ZBI_ALIGN (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/system/public/zircon/boot/
H A Dimage.h43 #define ZBI_ALIGN(n) (((n) + ZBI_ALIGNMENT - 1) & -ZBI_ALIGNMENT) macro

Completed in 53 milliseconds