Home
last modified time | relevance | path

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

/RvlSDK-3.2.3/build/demos/darchdemo/src/
Ddarchdemo.c104 … if(!DVDRead(&dvdFileInfo, darchFileInfo->fileStart, (s32)OSRoundUp32B(darchFileInfo->length), 0)) in GetFileInfo()
145 if(!DVDRead(&dvdFileInfo, cmpBuffer, (s32)OSRoundUp32B(cmpSize), 0)) in CompTest()
/RvlSDK-3.2.3/include/revolution/
Ddvd.h432 #define DVDRead(fileInfo, addr, length, offset) \ macro
437 s32 DVDRead ( DVDFileInfo* fileInfo, void* addr, s32 length,
/RvlSDK-3.2.3/build/demos/wpaddemo/src/
Dwpad_seqdemo.c558 read_length = DVDRead(&handle, buffer, (s32)(round_length), 0); in LoadFileIntoRam()
Dwpad_spdemo.c548 read_length = DVDRead(&handle, buffer, (s32)(round_length), 0); in LoadFileIntoRam()
Dwpad_axdemo.c1024 read_length = DVDRead(&handle, buffer, (s32)(round_length), 0); in LoadFileIntoRam()