Searched refs:ZBI_ALIGNMENT (Results 1 – 4 of 4) sorted by relevance
37 #define ZBI_ALIGNMENT (8) macro39 #define ZBI_ALIGNMENT (8u) macro48 return ((n + ZBI_ALIGNMENT - 1) & -ZBI_ALIGNMENT); in ZBI_ALIGN()145 .balign ZBI_ALIGNMENT; \
47 static_assert(sizeof(test_zbi_t) % ZBI_ALIGNMENT == 0, "");336 alignas(ZBI_ALIGNMENT) uint8_t test_zbi[sizeof(test_zbi_t)]; in ZbiTestAppendMulti()
219 if (hdr->length % ZBI_ALIGNMENT != 0) { in zbi_create_section()
44 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