HomeSort by relevance Sort by last modified time
    Searched refs:PTR_ALIGN (Results 1 - 2 of 2) sorted by null

  /external/fio/
memalign.c 11 #define PTR_ALIGN(ptr, mask) \
23 ret = PTR_ALIGN(ptr, alignment - 1);
  /external/e2fsprogs/lib/ext2fs/
crc32c.c 39 #define PTR_ALIGN(p, a) ((__typeof__(p))ALIGN((unsigned long)(p), (a)))
92 p32 = (uint32_t *)PTR_ALIGN(p8, 4);
159 p32 = (uint32_t *)PTR_ALIGN(p8, 4);
226 p32 = (const uint32_t *)PTR_ALIGN(p8, 8);
306 p32 = (const uint32_t *)PTR_ALIGN(p8, 8);
    [all...]

Completed in 817 milliseconds