| /RvlRsoSDK-3.2/build/demos/rsodemo/MakeInc/src/ |
| D | static.c | 55 DVDFileInfo fileInfo; in RsoLoad() local 61 result = DVDOpen(moduleName, &fileInfo); in RsoLoad() 64 length = (s32) OSRoundUp32B(DVDGetLength(&fileInfo)); in RsoLoad() 66 result = DVDRead(&fileInfo, module, length, 0); in RsoLoad() 69 DVDClose(&fileInfo); in RsoLoad() 83 DVDFileInfo fileInfo; in StaticRsoLoad() local 88 result = DVDOpen(moduleName, &fileInfo); in StaticRsoLoad() 91 length = (s32) OSRoundUp32B(DVDGetLength(&fileInfo)); in StaticRsoLoad() 93 result = DVDRead(&fileInfo, module, length, 0); in StaticRsoLoad() 96 DVDClose(&fileInfo); in StaticRsoLoad()
|
| /RvlRsoSDK-3.2/build/demos/rsodemo/LinkMem2/src/ |
| D | static.c | 43 DVDFileInfo fileInfo; in RsoLoad() local 49 result = DVDOpen(moduleName, &fileInfo); in RsoLoad() 52 length = (s32) OSRoundUp32B(DVDGetLength(&fileInfo)); in RsoLoad() 54 result = DVDRead(&fileInfo, module, length, 0); in RsoLoad() 57 DVDClose(&fileInfo); in RsoLoad() 71 DVDFileInfo fileInfo; in RsoLoadMem2() local 77 result = DVDOpen(moduleName, &fileInfo); in RsoLoadMem2() 80 length = (s32) OSRoundUp32B(DVDGetLength(&fileInfo)); in RsoLoadMem2() 82 result = DVDRead(&fileInfo, module, length, 0); in RsoLoadMem2() 85 DVDClose(&fileInfo); in RsoLoadMem2() [all …]
|
| /RvlRsoSDK-3.2/build/demos/rsodemo/LinkJump/src/ |
| D | static.c | 62 DVDFileInfo fileInfo; in RsoLoad() local 68 result = DVDOpen(moduleName, &fileInfo); in RsoLoad() 71 length = (s32) OSRoundUp32B(DVDGetLength(&fileInfo)); in RsoLoad() 73 result = DVDRead(&fileInfo, module, length, 0); in RsoLoad() 76 DVDClose(&fileInfo); in RsoLoad() 90 DVDFileInfo fileInfo; in RsoLoadMem2() local 96 result = DVDOpen(moduleName, &fileInfo); in RsoLoadMem2() 99 length = (s32) OSRoundUp32B(DVDGetLength(&fileInfo)); in RsoLoadMem2() 101 result = DVDRead(&fileInfo, module, length, 0); in RsoLoadMem2() 104 DVDClose(&fileInfo); in RsoLoadMem2() [all …]
|
| /RvlRsoSDK-3.2/build/demos/rsodemo/LinkFar/src/ |
| D | static.c | 107 DVDFileInfo fileInfo; in RsoLoad() local 113 result = DVDOpen(moduleName, &fileInfo); in RsoLoad() 116 length = (s32) OSRoundUp32B(DVDGetLength(&fileInfo)); in RsoLoad() 118 result = DVDRead(&fileInfo, module, length, 0); in RsoLoad() 121 DVDClose(&fileInfo); in RsoLoad() 135 DVDFileInfo fileInfo; in RsoLoadMem2() local 141 result = DVDOpen(moduleName, &fileInfo); in RsoLoadMem2() 144 length = (s32) OSRoundUp32B(DVDGetLength(&fileInfo)); in RsoLoadMem2() 146 result = DVDRead(&fileInfo, module, length, 0); in RsoLoadMem2() 149 DVDClose(&fileInfo); in RsoLoadMem2() [all …]
|
| /RvlRsoSDK-3.2/build/demos/rsodemo/LinkList/src/ |
| D | static.c | 43 DVDFileInfo fileInfo; in RsoLoad() local 49 result = DVDOpen(moduleName, &fileInfo); in RsoLoad() 52 length = (s32) OSRoundUp32B(DVDGetLength(&fileInfo)); in RsoLoad() 54 result = DVDRead(&fileInfo, module, length, 0); in RsoLoad() 57 DVDClose(&fileInfo); in RsoLoad() 71 DVDFileInfo fileInfo; in StaticRsoLoad() local 76 result = DVDOpen(moduleName, &fileInfo); in StaticRsoLoad() 79 length = (s32) OSRoundUp32B(DVDGetLength(&fileInfo)); in StaticRsoLoad() 81 result = DVDRead(&fileInfo, module, length, 0); in StaticRsoLoad() 84 DVDClose(&fileInfo); in StaticRsoLoad()
|
| /RvlRsoSDK-3.2/build/demos/rsodemo/LinkListFixed0/src/ |
| D | static.c | 42 DVDFileInfo fileInfo; in RsoLoadFixed() local 50 result = DVDOpen(moduleName, &fileInfo); in RsoLoadFixed() 53 length = (s32) OSRoundUp32B(DVDGetLength(&fileInfo)); in RsoLoadFixed() 55 result = DVDRead(&fileInfo, module, length, 0); in RsoLoadFixed() 58 DVDClose(&fileInfo); in RsoLoadFixed() 94 DVDFileInfo fileInfo; in StaticRsoLoad() local 99 result = DVDOpen(moduleName, &fileInfo); in StaticRsoLoad() 102 length = (s32) OSRoundUp32B(DVDGetLength(&fileInfo)); in StaticRsoLoad() 104 result = DVDRead(&fileInfo, module, length, 0); in StaticRsoLoad() 107 DVDClose(&fileInfo); in StaticRsoLoad()
|
| /RvlRsoSDK-3.2/build/demos/rsodemo/Manually/src/ |
| D | static.c | 45 DVDFileInfo fileInfo; in RsoLoad() local 51 result = DVDOpen(moduleName, &fileInfo); in RsoLoad() 54 length = (s32) OSRoundUp32B(DVDGetLength(&fileInfo)); in RsoLoad() 56 result = DVDRead(&fileInfo, module, length, 0); in RsoLoad() 59 DVDClose(&fileInfo); in RsoLoad() 75 DVDFileInfo fileInfo; in StaticRsoLoad() local 80 result = DVDOpen(moduleName, &fileInfo); in StaticRsoLoad() 83 length = (s32) OSRoundUp32B(DVDGetLength(&fileInfo)); in StaticRsoLoad() 85 result = DVDRead(&fileInfo, module, length, 0); in StaticRsoLoad() 88 DVDClose(&fileInfo); in StaticRsoLoad()
|