Searched refs:roundUp4B (Results 1 – 2 of 2) sorted by relevance
246 position = roundUp4B(position); in geography()430 map.userFilePosition = roundUp4B(map.fstPosition + map.fstLength); in makeFST()
91 #define roundUp4B(x) (((unsigned int)(x) + 4 - 1) & \ macro