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

  /external/aac/libSYS/include/
machine_type.h 269 * ALIGN_PTR
275 #define ALIGN_PTR(a) ( (unsigned char*)(a) + (((INT)ALIGNMENT_DEFAULT - ((INT)(UINT64)(a) & (ALIGNMENT_DEFAULT-1)) ) & (ALIGNMENT_DEFAULT-1)) )
  /frameworks/native/libs/utils/
LinearAllocator.cpp 52 #define ALIGN_PTR(p) ((void*)(ALIGN((size_t)p)))
133 return ALIGN_PTR(((size_t*)p) + sizeof(Page));

Completed in 91 milliseconds