Home
last modified time | relevance | path

Searched refs:DVDGetLength (Results 1 – 25 of 47) sorted by relevance

12

/RvlSDK-3.2/build/demos/darchdemo/src/
Ddarchdemo.c97 darchFileInfo->length = DVDGetLength(&dvdFileInfo); in GetFileInfo()
98 … darchFileInfo->fileStart = OSAllocFromMEM2ArenaLo(OSRoundUp32B(DVDGetLength(&dvdFileInfo)), 32); in GetFileInfo()
139 cmpSize = DVDGetLength(&dvdFileInfo); in CompTest()
/RvlSDK-3.2/build/demos/rsodemo/LinkMem2/src/
Dstatic.c51 length = (s32) OSRoundUp32B(DVDGetLength(&fileInfo)); in RsoLoad()
79 length = (s32) OSRoundUp32B(DVDGetLength(&fileInfo)); in RsoLoadMem2()
106 length = (s32) OSRoundUp32B(DVDGetLength(&fileInfo)); in StaticRsoLoad()
/RvlSDK-3.2/build/demos/thpdemo/src/THPSimple/
Daxseq.c102 if (DVDGetLength(&handle) == 0) in LoadFileIntoRam()
108 round_length = OSRoundUp32B(DVDGetLength(&handle)); in LoadFileIntoRam()
/RvlSDK-3.2/build/demos/rsodemo/MakeInc/src/
Dstatic.c63 length = (s32) OSRoundUp32B(DVDGetLength(&fileInfo)); in RsoLoad()
90 length = (s32) OSRoundUp32B(DVDGetLength(&fileInfo)); in StaticRsoLoad()
/RvlSDK-3.2/build/demos/mididemo/src/
Dsynth.c110 if (DVDGetLength(&handle) == 0) in LoadFileIntoRam()
116 round_length = OSRoundUp32B(DVDGetLength(&handle)); in LoadFileIntoRam()
/RvlSDK-3.2/build/demos/rsodemo/LinkJump/src/
Dstatic.c72 length = (s32) OSRoundUp32B(DVDGetLength(&fileInfo)); in RsoLoad()
100 length = (s32) OSRoundUp32B(DVDGetLength(&fileInfo)); in RsoLoadMem2()
128 length = (s32) OSRoundUp32B(DVDGetLength(&fileInfo)); in StaticRsoLoad()
/RvlSDK-3.2/build/demos/rsodemo/LinkFar/src/
Dstatic.c121 length = (s32) OSRoundUp32B(DVDGetLength(&fileInfo)); in RsoLoad()
149 length = (s32) OSRoundUp32B(DVDGetLength(&fileInfo)); in RsoLoadMem2()
176 length = (s32) OSRoundUp32B(DVDGetLength(&fileInfo)); in StaticRsoLoad()
/RvlSDK-3.2/build/demos/dvddemo/src/
Ddvddemo3.c151 fileSize1 = DVDGetLength(&fileInfo1); in main()
152 fileSize2 = DVDGetLength(&fileInfo2); in main()
Ddvdfatal.c53 fileSize = DVDGetLength(&fileInfo); in main()
Ddvddemo1.c104 fileSize = DVDGetLength(&fileInfo); in main()
Ddvddemo2.c136 fileSize = DVDGetLength(&fileInfo); in main()
Ddirectory.c124 OSReport("F %9d %s\n", DVDGetLength(&finfo), dirent.name); in printOneLevel()
/RvlSDK-3.2/build/demos/rsodemo/LinkList/src/
Dstatic.c51 length = (s32) OSRoundUp32B(DVDGetLength(&fileInfo)); in RsoLoad()
78 length = (s32) OSRoundUp32B(DVDGetLength(&fileInfo)); in StaticRsoLoad()
/RvlSDK-3.2/build/demos/arcdemo/src/
Darctest1.c116 length = DVDGetLength(&finfo); in chdirOpenAllocRead()
162 length = OSRoundUp32B(DVDGetLength(&finfo)); in Read()
Darctest2.c116 length = DVDGetLength(&finfo); in chdirOpenAllocRead()
177 length = OSRoundUp32B(DVDGetLength(&finfo)); in Read()
Darctest3.c142 length = OSRoundUp32B(DVDGetLength(&finfo)); in Read()
/RvlSDK-3.2/build/demos/rsodemo/LinkListFixed0/src/
Dstatic.c52 length = (s32) OSRoundUp32B(DVDGetLength(&fileInfo)); in RsoLoadFixed()
101 length = (s32) OSRoundUp32B(DVDGetLength(&fileInfo)); in StaticRsoLoad()
/RvlSDK-3.2/build/demos/reldemo/src/
Dstatic.c127 length = (s32) OSRoundUp32B(DVDGetLength(&fileInfo)); in Load()
186 length = OSRoundUp32B(DVDGetLength(&fileInfo)); in main()
/RvlSDK-3.2/build/demos/axdemo/src/
Dsyndemo.c285 if (DVDGetLength(&handle) == 0) in LoadFileIntoRam()
291 round_length = OSRoundUp32B(DVDGetLength(&handle)); in LoadFileIntoRam()
Ddpl2demo.c377 if (DVDGetLength(&handle) == 0) in LoadFileIntoRam()
383 round_length = OSRoundUp32B(DVDGetLength(&handle)); in LoadFileIntoRam()
Daxsimple.c538 if (DVDGetLength(&handle) == 0) in LoadFileIntoRam()
544 round_length = OSRoundUp32B(DVDGetLength(&handle)); in LoadFileIntoRam()
/RvlSDK-3.2/build/demos/rsodemo/Manually/src/
Dstatic.c53 length = (s32) OSRoundUp32B(DVDGetLength(&fileInfo)); in RsoLoad()
82 length = (s32) OSRoundUp32B(DVDGetLength(&fileInfo)); in StaticRsoLoad()
/RvlSDK-3.2/build/demos/spdemo/src/
Dspdemo.c516 if (DVDGetLength(&handle) == 0) in LoadFileIntoRam()
522 round_length = OSRoundUp32B(DVDGetLength(&handle)); in LoadFileIntoRam()
/RvlSDK-3.2/build/demos/videmo/src/
Dviewer.c188 length = DVDGetLength(&finfo); in readConvertBmp()
329 length = DVDGetLength(&finfo); in idle()
/RvlSDK-3.2/build/demos/wpaddemo/src/
Dwpad_spdemo.c531 if (DVDGetLength(&handle) == 0) in LoadFileIntoRam()
537 round_length = OSRoundUp32B(DVDGetLength(&handle)); in LoadFileIntoRam()

12