Home
last modified time | relevance | path

Searched defs:PTR_ALIGN (Results 1 – 2 of 2) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
Dcrc32c.c39 #define PTR_ALIGN(p, a) ((__typeof__(p))ALIGN((unsigned long)(p), (a))) macro
/external/u-boot/include/linux/
Dkernel.h43 #define PTR_ALIGN(p, a) ((typeof(p))ALIGN((unsigned long)(p), (a))) macro