Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/osal/
H A Dmpp_mem.cpp40 #define MEM_ALIGN_MASK (MEM_ALIGN - 1) macro
41 #define MEM_ALIGNED(x) (((x) + MEM_ALIGN) & (~MEM_ALIGN_MASK))