Home
last modified time | relevance | path

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

/RvlSDK-3.2.3/build/tools/darch/src/
Dfst.c246 position = roundUp4B(position); in geography()
430 map.userFilePosition = roundUp4B(map.fstPosition + map.fstLength); in makeFST()
/RvlSDK-3.2.3/build/tools/darch/include/
Ddarch.h91 #define roundUp4B(x) (((unsigned int)(x) + 4 - 1) & \ macro