Searched refs:DEMORoundUpForIO (Results 1 – 5 of 5) sorted by relevance
44 #define DEMORoundUpForIO(x) (((u32)(x) + PPC_IO_BUFFER_ALIGN - 1) & ~(PPC_IO_BUFFER_ALIGN - 1)) macro
28 #define DEMORoundUpForIO(x) (((u32)(x) + PPC_IO_BUFFER_ALIGN - 1) & ~(PPC_IO_BUFFER_ALIGN - 1)) macro
266 fileAllocLen = DEMORoundUpForIO(fileLen); in DEMOFSSimpleRead()296 fileAllocLen = DEMORoundUpForIO(fileLen); in DEMOFSSimpleReadAlign()