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