Home
last modified time | relevance | path

Searched refs:DO_ALIGN (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/u-boot/tools/rockchip/
H A Dtrust_merger.h21 #define DO_ALIGN(a, b) (((a) > 0) ? ((((a) - 1) / (b) + 1) * (b)) : (a)) macro
H A Dtrust_merger.c445 pEntry->align_size = DO_ALIGN(pEntry->size, ENTRY_ALIGN); in filter_elf()
468 pEntry->align_size = DO_ALIGN(pEntry->size, ENTRY_ALIGN); in filter_elf()
566 pEntry->align_size = DO_ALIGN(pEntry->size, ENTRY_ALIGN); in mergetrust()