Home
last modified time | relevance | path

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

/RvlSDK-3.2.3/build/demos/darchdemo/src/
Ddarchdemo.c132 u32 cmpSize; in CompTest() local
142 cmpSize = DVDGetLength(&dvdFileInfo); in CompTest()
143 cmpBuffer = OSAllocFromMEM2ArenaLo(OSRoundUp32B(cmpSize), 32); in CompTest()
145 if(!DVDRead(&dvdFileInfo, cmpBuffer, (s32)OSRoundUp32B(cmpSize), 0)) in CompTest()
153 if(size != cmpSize) in CompTest()
156 OSReport("cmp Buffer Size : %d Bytes\n", cmpSize); in CompTest()