Searched refs:OSA_MEM_SIZE_ALIGN (Results 1 – 3 of 3) sorted by relevance
57 #define OSA_MEM_SIZE_ALIGN(var, alignbytes) \ macro152 alignedsize = (uint32_t)(unsigned int)OSA_MEM_SIZE_ALIGN(memLength, alignbytes); in OSA_MemoryAllocateAlign()178 …p_align_addr.unsigned_value = OSA_MEM_SIZE_ALIGN(p_addr.unsigned_value + sizeof(osa_mem_align_cb_t… in OSA_MemoryAllocateAlign()
55 #define OSA_MEM_SIZE_ALIGN(var, alignbytes) \ macro183 alignedsize = (uint32_t)(unsigned int)OSA_MEM_SIZE_ALIGN(memLength, alignbytes); in OSA_MemoryAllocateAlign()209 …p_align_addr.unsigned_value = OSA_MEM_SIZE_ALIGN(p_addr.unsigned_value + sizeof(osa_mem_align_cb_t… in OSA_MemoryAllocateAlign()
48 #define OSA_MEM_SIZE_ALIGN(var, alignbytes) \ macro231 alignedsize = (uint32_t)(unsigned int)OSA_MEM_SIZE_ALIGN(memLength, alignbytes); in OSA_MemoryAllocateAlign()257 …p_align_addr.unsigned_value = OSA_MEM_SIZE_ALIGN(p_addr.unsigned_value + sizeof(osa_mem_align_cb_t… in OSA_MemoryAllocateAlign()