Home
last modified time | relevance | path

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

/external/zstd/contrib/linux-kernel/test/include/linux/
Dkernel.h15 #define PTR_ALIGN(p, a) (typeof(p))ALIGN((unsigned long long)(p), (a)) macro
/external/e2fsprogs/lib/ext2fs/
Dcrc32c.c39 #define PTR_ALIGN(p, a) ((__typeof__(p))ALIGN((unsigned long)(p), (a))) macro
/external/libusb/include/libusb/
Dlibusbi.h83 #define PTR_ALIGN(v) \ macro
/external/libusb/libusb/
Dlibusbi.h83 #define PTR_ALIGN(v) \ macro