Home
last modified time | relevance | path

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

/external/fio/
Dmemalign.c11 #define PTR_ALIGN(ptr, mask) \ macro
23 ret = PTR_ALIGN(ptr, alignment); in fio_memalign()
/external/e2fsprogs/lib/ext2fs/
Dcrc32c.c39 #define PTR_ALIGN(p, a) ((__typeof__(p))ALIGN((unsigned long)(p), (a))) macro
92 p32 = (uint32_t *)PTR_ALIGN(p8, 4); in crc32c_le_body()
159 p32 = (uint32_t *)PTR_ALIGN(p8, 4); in crc32c_be_body()
226 p32 = (const uint32_t *)PTR_ALIGN(p8, 8); in crc32c_le_body()
306 p32 = (const uint32_t *)PTR_ALIGN(p8, 8); in crc32c_be_body()