| /RvlSDK-3.2/build/demos/arcdemo/src/ |
| D | arctest2.c | 124 DVDRead(&finfo, (void*)buf, (s32)OSRoundUp32B(length), in chdirOpenAllocRead() 134 DVDRead(&finfo, (void*)buf, (s32)OSRoundUp32B(length), 0)) in chdirOpenAllocRead() 180 DVDRead(&finfo, &header, (s32)sizeof(ARCHeader), 0) ) in Read() 190 if ( length != DVDRead(&finfo, buf, (s32)length, 0) ) in Read()
|
| D | arctest1.c | 119 if (OSRoundUp32B(length) != DVDRead(&finfo, (void*)buf, (s32)OSRoundUp32B(length), 0)) in chdirOpenAllocRead() 166 if ( length != DVDRead(&finfo, buf, (s32)length, 0) ) in Read()
|
| D | arctest3.c | 146 if ( length != DVDRead(&finfo, buf, (s32)length, 0) ) in Read()
|
| /RvlSDK-3.2/build/demos/rsodemo/LinkMem2/src/ |
| D | static.c | 53 result = DVDRead(&fileInfo, module, length, 0); in RsoLoad() 81 result = DVDRead(&fileInfo, module, length, 0); in RsoLoadMem2() 108 result = DVDRead(&fileInfo, module, length, 0); in StaticRsoLoad()
|
| /RvlSDK-3.2/build/demos/rsodemo/MakeInc/src/ |
| D | static.c | 65 result = DVDRead(&fileInfo, module, length, 0); in RsoLoad() 92 result = DVDRead(&fileInfo, module, length, 0); in StaticRsoLoad()
|
| /RvlSDK-3.2/build/demos/rsodemo/LinkJump/src/ |
| D | static.c | 74 result = DVDRead(&fileInfo, module, length, 0); in RsoLoad() 103 result = DVDRead(&fileInfo, module, length, 0); in RsoLoadMem2() 130 result = DVDRead(&fileInfo, module, length, 0); in StaticRsoLoad()
|
| /RvlSDK-3.2/build/demos/rsodemo/LinkFar/src/ |
| D | static.c | 123 result = DVDRead(&fileInfo, module, length, 0); in RsoLoad() 151 result = DVDRead(&fileInfo, module, length, 0); in RsoLoadMem2() 178 result = DVDRead(&fileInfo, module, length, 0); in StaticRsoLoad()
|
| /RvlSDK-3.2/build/demos/darchdemo/src/ |
| D | darchdemo.c | 101 … if(!DVDRead(&dvdFileInfo, darchFileInfo->fileStart, (s32)OSRoundUp32B(darchFileInfo->length), 0)) in GetFileInfo() 142 if(!DVDRead(&dvdFileInfo, cmpBuffer, (s32)OSRoundUp32B(cmpSize), 0)) in CompTest()
|
| /RvlSDK-3.2/build/demos/dvddemo/src/ |
| D | dvdfatal.c | 56 if (0 > DVDRead(&fileInfo, OSGetArenaLo(), (s32)OSRoundUp32B(fileSize), 0)) in main()
|
| D | dvddemo1.c | 111 if (0 > DVDRead(&fileInfo, (void*)buffer, (s32)OSRoundUp32B(fileSize), 0)) in main()
|
| /RvlSDK-3.2/build/demos/rsodemo/LinkList/src/ |
| D | static.c | 53 result = DVDRead(&fileInfo, module, length, 0); in RsoLoad() 80 result = DVDRead(&fileInfo, module, length, 0); in StaticRsoLoad()
|
| /RvlSDK-3.2/build/demos/rsodemo/LinkListFixed0/src/ |
| D | static.c | 54 result = DVDRead(&fileInfo, module, length, 0); in RsoLoadFixed() 103 result = DVDRead(&fileInfo, module, length, 0); in StaticRsoLoad()
|
| /RvlSDK-3.2/build/demos/reldemo/src/ |
| D | static.c | 129 result = DVDRead(&fileInfo, module, length, 0); in Load() 188 result = DVDRead(&fileInfo, ptr, (s32) length, 0); in main()
|
| /RvlSDK-3.2/build/demos/cxdemo/src/ |
| D | cx_uncompress_stream.c | 221 DVDRead( &fileInfo, buf, (s32)OSRoundUp32B( fileInfo.length ), 0 ); in LoadTexData() 252 DVDRead( &fileInfo, sReadBuf[ currIdx ], 32, 0 ); in LoadTexDataRL() 319 DVDRead( &fileInfo, sReadBuf[ currIdx ], 32, 0 ); in LoadTexDataLZ() 386 DVDRead( &fileInfo, sReadBuf[ currIdx ], 32, 0 ); in LoadTexDataHuff()
|
| /RvlSDK-3.2/include/ |
| D | demo.h | 127 (void)DVDRead(&dfi, (*pal), (s32)OSRoundUp32B(dfi.length), 0); in TPLGetPalette()
|
| /RvlSDK-3.2/build/demos/axdemo/src/ |
| D | axstream.c | 426 DVDRead(&strm.finfoL, streamBufferL, rlength, strm.offset); in startStreamPcm16() 427 DVDRead(&strm.finfoR, streamBufferR, rlength, strm.offset); in startStreamPcm16() 534 DVDRead(&strm.finfoL, streamBufferL, rlength, strm.offset); in startStreamPcm8() 535 DVDRead(&strm.finfoR, streamBufferR, rlength, strm.offset); in startStreamPcm8() 645 DVDRead(&strm.finfoL, streamBufferL, rlength, strm.offset); in startStreamAdpcm() 646 DVDRead(&strm.finfoR, streamBufferR, rlength, strm.offset); in startStreamAdpcm()
|
| /RvlSDK-3.2/build/demos/rsodemo/Manually/src/ |
| D | static.c | 55 result = DVDRead(&fileInfo, module, length, 0); in RsoLoad() 84 result = DVDRead(&fileInfo, module, length, 0); in StaticRsoLoad()
|
| /RvlSDK-3.2/build/demos/thpdemo/src/THPSimple/ |
| D | axseq.c | 119 read_length = DVDRead(&handle, buffer, (s32)(round_length), 0); in LoadFileIntoRam()
|
| D | THPSimple.c | 252 if (DVDRead(&SimpleControl.fileInfo, WorkBuffer, 64, 0) < 0) in THPSimpleOpen() 286 if (DVDRead(&SimpleControl.fileInfo, WorkBuffer, 32, offset) < 0) in THPSimpleOpen() 307 if (DVDRead(&SimpleControl.fileInfo, WorkBuffer, 32, offset) < 0) in THPSimpleOpen() 319 if (DVDRead(&SimpleControl.fileInfo, WorkBuffer, 32, offset) < 0) in THPSimpleOpen() 660 if (DVDRead(&SimpleControl.fileInfo, in THPSimplePreLoad()
|
| /RvlSDK-3.2/include/revolution/ |
| D | dvd.h | 429 #define DVDRead(fileInfo, addr, length, offset) \ macro 434 s32 DVDRead ( DVDFileInfo* fileInfo, void* addr, s32 length,
|
| /RvlSDK-3.2/build/demos/thpdemo/src/THPPlayer/ |
| D | THPPlayer.c | 270 if (DVDRead(&ActivePlayer.fileInfo, WorkBuffer, 64, 0) < 0) in THPPlayerOpen() 304 if (DVDRead(&ActivePlayer.fileInfo, WorkBuffer, 32, offset) < 0) in THPPlayerOpen() 325 if (DVDRead(&ActivePlayer.fileInfo, WorkBuffer, 32, offset) < 0) in THPPlayerOpen() 337 if (DVDRead(&ActivePlayer.fileInfo, WorkBuffer, 32, offset) < 0) in THPPlayerOpen() 652 if (DVDRead(&ActivePlayer.fileInfo, in THPPlayerPrepare() 707 if (DVDRead(&ActivePlayer.fileInfo, in THPPlayerPrepare()
|
| D | THPRead.c | 184 result = DVDRead(&ActivePlayer.fileInfo, readBuffer->ptr, size, offset); in Reader()
|
| /RvlSDK-3.2/build/demos/mididemo/src/ |
| D | synth.c | 127 read_length = DVDRead(&handle, buffer, (s32)(round_length), 0); in LoadFileIntoRam()
|
| /RvlSDK-3.2/build/demos/fntdemo/src/ |
| D | fntdemo1.c | 325 readSize = DVDRead(&fi, *ppBuffer, (s32)readBufferSize, 0); in ReadFileAll() 448 readSize = DVDRead(&fi, readBuffer, readSizeIn, readOfs); in InitFontStreaming() 484 readSize = DVDRead(&fi, readBuffer, readSizeIn, readOfs); in InitFontStreaming()
|
| /RvlSDK-3.2/build/demos/thpdemo/src/THPPlayerStrmAX/ |
| D | THPRead.c | 180 result = DVDRead(&ActivePlayer.fileInfo, readBuffer->ptr, size, offset); in Reader()
|