Home
last modified time | relevance | path

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

/TwlSDK-5.4/build/demos/os/cplusplus-1/src/
Dnew.cpp6 #define ROUND(n, a) (((u32) (n) + (a) - 1) & ~((a) - 1)) macro
60 arenaLo = (void*)ROUND( arenaLo, 32 ); in NitroStartUp()
61 arenaHi = (void*)ROUND( arenaHi, 32 ); in NitroStartUp()
/TwlSDK-5.4/build/libraries/os/common/src/
Dos_alloc.c81 #define ROUND(n, a) (((u32) (n) + (a) - 1) & ~((a) - 1)) macro
85 #define HEADERSIZE ROUND(sizeof(Cell), ALIGNMENT)
402 size = ROUND(size, ALIGNMENT); in OS_AllocFromHeap()
502 void *end = (void *)ROUND(*rend, ALIGNMENT); in OS_AllocFixed()
870 arenaStart = (void *)ROUND(arenaStart, ALIGNMENT); in OS_InitAlloc()
928 start = (void *)ROUND(start, ALIGNMENT); in OS_CreateHeap()
1151 start = (void *)ROUND(start, ALIGNMENT); in OS_AddToHeap()
1695 start = (void *)ROUND(start, ALIGNMENT); in OS_ClearHeap()