Searched refs:AVB_ALIGNMENT_SIZE (Results 1 – 2 of 2) sorted by relevance
/u-boot/lib/libavb/ | ||
A D | avb_sysdeps.h | 34 #define AVB_ALIGNMENT_SIZE 8 macro |
A D | avb_util.h | 55 avb_assert((((uintptr_t)addr) & (AVB_ALIGNMENT_SIZE - 1)) == 0) |
Completed in 3 milliseconds