Searched refs:PTR_ALIGN (Results 1 – 2 of 2) sorted by relevance
11 #define PTR_ALIGN(ptr, mask) \ macro23 ret = PTR_ALIGN(ptr, alignment); in fio_memalign()
39 #define PTR_ALIGN(p, a) ((__typeof__(p))ALIGN((unsigned long)(p), (a))) macro92 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()