Searched refs:fileAllocLen (Results 1 – 1 of 1) sorted by relevance
257 u32 fileAllocLen; in DEMOFSSimpleRead() local266 fileAllocLen = DEMORoundUpForIO(fileLen); in DEMOFSSimpleRead()268 fileBuf = DEMOAllocEx(fileAllocLen, PPC_IO_BUFFER_ALIGN); in DEMOFSSimpleRead()270 fileRet = DEMOFSRead(&file, fileBuf, (s32)fileAllocLen, 0); in DEMOFSSimpleRead()287 u32 fileAllocLen; in DEMOFSSimpleReadAlign() local296 fileAllocLen = DEMORoundUpForIO(fileLen); in DEMOFSSimpleReadAlign()298 fileBuf = DEMOAllocEx(fileAllocLen, alignSize); in DEMOFSSimpleReadAlign()300 fileRet = DEMOFSRead(&file, fileBuf, (s32)fileAllocLen, 0); in DEMOFSSimpleReadAlign()