Searched refs:RoundUp32B (Results 1 – 2 of 2) sorted by relevance
155 #define RoundUp32B(x) (((u32)(x) + 32 - 1) & ~(32 - 1)) macro
575 userPos += RoundUp32B(item->fileLength); in DeterminPositionInDisc()638 userPos = RoundUp32B(fstPos + fstLength); in ConstructFSTFromStructure()