| /RvlSDK-3.1.4/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.1.4/build/demos/rsodemo/LinkMem2/src/ |
| D | static.c | 54 result = DVDRead(&fileInfo, module, length, 0); in RsoLoad() 82 result = DVDRead(&fileInfo, module, length, 0); in RsoLoadMem2() 109 result = DVDRead(&fileInfo, module, length, 0); in StaticRsoLoad()
|
| /RvlSDK-3.1.4/build/demos/rsodemo/MakeInc/src/ |
| D | static.c | 66 result = DVDRead(&fileInfo, module, length, 0); in RsoLoad() 93 result = DVDRead(&fileInfo, module, length, 0); in StaticRsoLoad()
|
| /RvlSDK-3.1.4/build/demos/rsodemo/LinkJump/src/ |
| D | static.c | 73 result = DVDRead(&fileInfo, module, length, 0); in RsoLoad() 101 result = DVDRead(&fileInfo, module, length, 0); in RsoLoadMem2() 128 result = DVDRead(&fileInfo, module, length, 0); in StaticRsoLoad()
|
| /RvlSDK-3.1.4/build/demos/rsodemo/LinkFar/src/ |
| D | static.c | 118 result = DVDRead(&fileInfo, module, length, 0); in RsoLoad() 146 result = DVDRead(&fileInfo, module, length, 0); in RsoLoadMem2() 173 result = DVDRead(&fileInfo, module, length, 0); in StaticRsoLoad()
|
| /RvlSDK-3.1.4/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.1.4/build/demos/rsodemo/LinkList/src/ |
| D | static.c | 54 result = DVDRead(&fileInfo, module, length, 0); in RsoLoad() 81 result = DVDRead(&fileInfo, module, length, 0); in StaticRsoLoad()
|
| /RvlSDK-3.1.4/build/demos/rsodemo/LinkListFixed0/src/ |
| D | static.c | 55 result = DVDRead(&fileInfo, module, length, 0); in RsoLoadFixed() 104 result = DVDRead(&fileInfo, module, length, 0); in StaticRsoLoad()
|
| /RvlSDK-3.1.4/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.1.4/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.1.4/include/ |
| D | demo.h | 119 (void)DVDRead(&dfi, (*pal), (s32)OSRoundUp32B(dfi.length), 0); in TPLGetPalette()
|
| /RvlSDK-3.1.4/build/demos/axdemo/src/ |
| D | axstream.c | 429 DVDRead(&strm.finfoL, streamBufferL, rlength, strm.offset); in startStreamPcm16() 430 DVDRead(&strm.finfoR, streamBufferR, rlength, strm.offset); in startStreamPcm16() 537 DVDRead(&strm.finfoL, streamBufferL, rlength, strm.offset); in startStreamPcm8() 538 DVDRead(&strm.finfoR, streamBufferR, rlength, strm.offset); in startStreamPcm8() 648 DVDRead(&strm.finfoL, streamBufferL, rlength, strm.offset); in startStreamAdpcm() 649 DVDRead(&strm.finfoR, streamBufferR, rlength, strm.offset); in startStreamAdpcm()
|
| /RvlSDK-3.1.4/build/demos/rsodemo/Manually/src/ |
| D | static.c | 56 result = DVDRead(&fileInfo, module, length, 0); in RsoLoad() 85 result = DVDRead(&fileInfo, module, length, 0); in StaticRsoLoad()
|
| /RvlSDK-3.1.4/build/demos/thpdemo/src/THPSimple/ |
| D | axseq.c | 119 read_length = DVDRead(&handle, buffer, (s32)(round_length), 0); in LoadFileIntoRam()
|
| D | THPSimple.c | 241 if (DVDRead(&SimpleControl.fileInfo, WorkBuffer, 64, 0) < 0) in THPSimpleOpen() 275 if (DVDRead(&SimpleControl.fileInfo, WorkBuffer, 32, offset) < 0) in THPSimpleOpen() 296 if (DVDRead(&SimpleControl.fileInfo, WorkBuffer, 32, offset) < 0) in THPSimpleOpen() 308 if (DVDRead(&SimpleControl.fileInfo, WorkBuffer, 32, offset) < 0) in THPSimpleOpen() 649 if (DVDRead(&SimpleControl.fileInfo, in THPSimplePreLoad()
|
| /RvlSDK-3.1.4/include/revolution/ |
| D | dvd.h | 429 #define DVDRead(fileInfo, addr, length, offset) \ macro 434 s32 DVDRead ( DVDFileInfo* fileInfo, void* addr, s32 length,
|
| /RvlSDK-3.1.4/build/demos/thpdemo/src/THPPlayer/ |
| D | THPPlayer.c | 260 if (DVDRead(&ActivePlayer.fileInfo, WorkBuffer, 64, 0) < 0) in THPPlayerOpen() 294 if (DVDRead(&ActivePlayer.fileInfo, WorkBuffer, 32, offset) < 0) in THPPlayerOpen() 315 if (DVDRead(&ActivePlayer.fileInfo, WorkBuffer, 32, offset) < 0) in THPPlayerOpen() 327 if (DVDRead(&ActivePlayer.fileInfo, WorkBuffer, 32, offset) < 0) in THPPlayerOpen() 642 if (DVDRead(&ActivePlayer.fileInfo, in THPPlayerPrepare() 697 if (DVDRead(&ActivePlayer.fileInfo, in THPPlayerPrepare()
|
| D | THPRead.c | 184 result = DVDRead(&ActivePlayer.fileInfo, readBuffer->ptr, size, offset); in Reader()
|
| /RvlSDK-3.1.4/build/demos/mididemo/src/ |
| D | synth.c | 127 read_length = DVDRead(&handle, buffer, (s32)(round_length), 0); in LoadFileIntoRam()
|
| /RvlSDK-3.1.4/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.1.4/build/demos/thpdemo/src/THPPlayerStrmAX/ |
| D | THPRead.c | 180 result = DVDRead(&ActivePlayer.fileInfo, readBuffer->ptr, size, offset); in Reader()
|
| /RvlSDK-3.1.4/build/demos/carddemo/src/ |
| D | save.c | 55 result = DVDRead(&fileInfo, data, *length, 0); in LoadFile()
|