Home
last modified time | relevance | path

Searched defs:ALIGN_PTR (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/frameworks/base/libs/hwui/utils/
H A DMacros.h44 #define ALIGN_PTR(p) ((void*)(ALIGN((size_t)(p)))) macro
/aosp_15_r20/external/aac/libSYS/include/
H A Dmachine_type.h311 #define ALIGN_PTR(a) \ macro
/aosp_15_r20/external/executorch/backends/cadence/hifi/third-party/nnlib/
H A Dxa_nn_reduce_32_32.c8 #define ALIGN_PTR(x, bytes) ((((unsigned)(x))+(bytes-1))&(~(bytes-1))) macro