Searched refs:TRUNC (Results 1 – 1 of 1) sorted by relevance
80 #define TRUNC(n, a) (((u32) (n)) & ~((a) - 1)) macro501 void *start = (void *)TRUNC(*rstart, ALIGNMENT); in OS_AllocFixed()873 heapInfo->arenaEnd = (void *)TRUNC(arenaEnd, ALIGNMENT); in OS_InitAlloc()929 end = (void *)TRUNC(end, ALIGNMENT); in OS_CreateHeap()1152 end = (void *)TRUNC(end, ALIGNMENT); in OS_AddToHeap()1696 end = (void *)TRUNC(end, ALIGNMENT); in OS_ClearHeap()