Home
last modified time | relevance | path

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

/CafeSDK-2.12.13/system/src/lib/demo/
DdemoFS.c257 u32 fileAllocLen; in DEMOFSSimpleRead() local
266 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() local
296 fileAllocLen = DEMORoundUpForIO(fileLen); in DEMOFSSimpleReadAlign()
298 fileBuf = DEMOAllocEx(fileAllocLen, alignSize); in DEMOFSSimpleReadAlign()
300 fileRet = DEMOFSRead(&file, fileBuf, (s32)fileAllocLen, 0); in DEMOFSSimpleReadAlign()