Home
last modified time | relevance | path

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

/rockchip-linux_mpp/osal/
H A Dmpp_mem.c30 #define MEM_ALIGN_MASK (MEM_ALIGN - 1) macro
31 #define MEM_ALIGNED(x) (((x) + MEM_ALIGN_MASK) & (~MEM_ALIGN_MASK))