| /RevoEX-3.1/build/demos/mpfsdemo/src/ |
| D | mpfssimple.c | 94 DVDFileInfo file[1]; in main() local 95 if (!DVDOpen(program_path, file)) in main() 101 const u32 file_len = ((DVDGetLength(file) + 31) & ~31); in main() 106 else if (DVDRead(file, program_buffer, (int)file_len, 0) <= 0) in main() 110 (void)DVDClose(file); in main()
|
| /RevoEX-3.1/build/demos/mpdldemo/src/ |
| D | mpdlsimple.c | 165 DVDFileInfo file[1]; in main() local 166 if ( !DVDOpen(program_path, file) ) in main() 172 const u32 file_len = ( (DVDGetLength(file) + 31) & ~31 ); in main() 177 else if ( DVDRead(file, program_buffer, (int)file_len, 0) <= 0 ) in main() 181 (void)DVDClose(file); in main() 193 DVDFileInfo file[1]; in main() local 194 if ( DVDOpen(banner_character_path, file) ) in main() 196 …if ( DVDRead(file, banner_character_buffer, (int)sizeof(banner_character_buffer), 0) == sizeof(ban… in main() 200 (void)DVDClose(file); in main() 202 if ( DVDOpen(banner_palette_path, file) ) in main() [all …]
|
| D | mpdlntr2rvl.c | 293 DVDFileInfo file[1]; in main() local 294 if ( !DVDOpen(program_path, file) ) in main() 300 const u32 file_len = ( (DVDGetLength(file) + 31) & ~31 ); in main() 305 else if ( DVDRead(file, program_buffer, (int)file_len, 0) <= 0 ) in main() 309 (void)DVDClose(file); in main()
|
| /RevoEX-3.1/build/buildtools/ |
| D | eppccleandepend.sed | 1 # this file will clean up ONE makefile dependency rule in a file. It must 20 # latest sed keeps newline characters of input file, so just '$' doesn't work
|
| D | modulerules.rex | 84 # ddf file not installed if TITLEID is 0
|
| D | commondefs.rex | 155 # Added bin file setting.
|
| /RevoEX-3.1/include/revolution/ |
| D | verflags.h | 15 # - This file is generated automatically. 16 # - This file can be included in C/C++ and/or Makefile script.
|
| D | vf.h | 164 VFFile* file; member 189 VFFile* file; member 290 extern VFErr VFCloseFile ( VFFile* file ); 292 extern VFErr VFSeekFile ( VFFile* file, s32 offset, s32 origin ); 293 extern VFErr VFReadFile ( VFFile* file, void* buf, u32 size , u32* read_… 294 extern VFErr VFWriteFile ( VFFile* file, const void* buf, u32 size ); 324 extern s32 VFGetOffsetByFd ( VFFile* file ); 325 extern s32 VFGetFileSizeByFd ( VFFile* file ); 338 extern VFErr VFFileSync ( VFFile* file );
|
| D | rex_version.h | 3 # This file was created by automatic builder.
|
| /RevoEX-3.1/build/libraries/mpds/include/ |
| D | mpdsprivate.h | 74 void MPDSiLogCore( u32 level, const char* levelString, const char* file, const char* func, int l… 75 void MPDSiVLogCore( u32 level, const char* levelString, const char* file, const char* func, int …
|
| /RevoEX-3.1/docs/ |
| D | NWC24MessageBoxEditor.txt | 128 +--[Remove] Delete the selected file from the attachments. 130 +--[Save ...] Name and save the selected attached file to the PC. 132 +--[Up] Selects the attached file above the currently selected attached file. 134 +--[Down] Selects the attached file below the currently selected attached file.
|
| /RevoEX-3.1/ |
| D | README.txt | 14 … features, features for data communications with the Nintendo DS, and virtual file system features. 42 …the SDK in separate directories to avoid problems such as file collisions and disparity of file ve…
|
| /RevoEX-3.1/build/libraries/mpds/src/ |
| D | mpdssystem.c | 982 const char* file, const char* func, int line, const char* fmt, va_list vlist ) in MPDSiVLogCore() argument 1000 OSReport( " (%s:%d)\n", file, line ); in MPDSiVLogCore() 1017 const char* file, const char* func, int line, const char* fmt, ... ) in MPDSiLogCore() argument 1022 MPDSiVLogCore( level, levelString, file, func, line, fmt, vlist ); in MPDSiLogCore()
|
| /RevoEX-3.1/build/demos/nwc24demo/ |
| D | makefile | 370 echo file 0 = $(notdir $<) >> $@
|