Home
last modified time | relevance | path

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

/RvlSDK-3.3/build/libraries/os/src/
DOSAlloc.c100 #define ROUND(n, a) (((u32) (n) + (a) - 1) & ~((a) - 1)) macro
104 #define HEADERSIZE ROUND(sizeof(Cell), ALIGNMENT)
358 size = ROUND(size, ALIGNMENT); in OSAllocFromHeap()
446 void* end = (void*) ROUND(*rend, ALIGNMENT); in OSAllocFixed()
687 arenaStart = (void*) ROUND(arenaStart, ALIGNMENT); in OSInitAlloc()
719 start = (void*) ROUND(start, ALIGNMENT); in OSCreateHeap()
849 start = (void*) ROUND(start, ALIGNMENT); in OSAddToHeap()