Home
last modified time | relevance | path

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

/include/
A Delf.h11 ALIGN_UP (sizeof (ElfW(Nhdr)) + (namesz), (align))
16 ALIGN_UP (ELF_NOTE_DESC_OFFSET ((namesz), (align)) + (descsz), (align))
A Dlibc-pointer-arith.h53 #define ALIGN_UP(base, size) ALIGN_DOWN ((base) + (size) - 1, (size)) macro
61 ((__typeof__ (base)) ALIGN_UP ((uintptr_t) (base), (size)))

Completed in 5 milliseconds