Home
last modified time | relevance | path

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

/RvlSDK-3.2.3/build/tools/darch/include/
Ddarch.h155 #define RoundUp32B(x) (((u32)(x) + 32 - 1) & ~(32 - 1)) macro
/RvlSDK-3.2.3/build/tools/darch/src/
Dcreate.c575 userPos += RoundUp32B(item->fileLength); in DeterminPositionInDisc()
638 userPos = RoundUp32B(fstPos + fstLength); in ConstructFSTFromStructure()