Searched refs:version (Results 1 – 18 of 18) sorted by relevance
| /RvlSDK-2.1/build/demos/reldemo/src/ |
| D | static.c | 82 OSReport("version %d\n", moduleInfo->version); in DumpModuleInfo() 96 if (2 <= module->info.version) in DumpModuleHeader() 101 if (3 <= module->info.version) in DumpModuleHeader() 127 if (3 <= module->info.version) in Load()
|
| /RvlSDK-2.1/include/revolution/os/ |
| D | OSBootInfo.h | 73 u32 version; member
|
| D | OSModule.h | 101 u32 version; // version number member
|
| /RvlSDK-2.1/include/revolution/ |
| D | thpfile.h | 65 u32 version; // version number member
|
| D | dvd.h | 582 u8 diskNum, u8 version);
|
| /RvlSDK-2.1/build/tools/thputilities/src/ |
| D | thputilities.c | 327 header->version = THP_VERSION; in THPUtyHeaderInit() 362 if ((rtn = THPUtyPutU32(op, header->version)) != THP_ERROR_NOERROR) in THPUtyWriteTHPHeader() 704 header->version = THPUtyReverseEndianU32(header->version); in THPUtyReadTHPHeader() 971 if (fileHeader->header.version > 0x10000) in THPUtyReadTHPFileHeader() 988 if (fileHeader->header.version > 0x10000) in THPUtyReadTHPFileHeader() 1452 fileHeader->header.version = THP_VERSION; in THPUtyCreateTHP() 1736 if (fileHeader->header.version > 0x10000) in THPUtyCopyTHPFile() 2067 fileHeader->header.version = THP_VERSION; in THPUtyCopyTHPFile()
|
| /RvlSDK-2.1/build/buildtools/ |
| D | commondefs | 16 # Check make version 20 @echo ---- Sorry, this makefile is for \'make\' version 3.80 185 # _DEBUG is our symbol for saying "debug version". The absence of NDEBUG 190 # NDEBUG is our symbol for saying "no debug version". The absence of _DEBUG
|
| D | modulerules | 35 # BINSUFFIX - the suffix of the binary (e.g. "D" if debug version, ".elf" if
|
| /RvlSDK-2.1/build/demos/hio2demo/vc++/dual/ |
| D | ReadMe.txt | 14 It contains information about the version of Visual C++ that generated the file, and
|
| D | dual.rc | 281 ID_APP_ABOUT "Display program information, version number and copyright\nAbout"
|
| D | double-common.rc | 298 ID_APP_ABOUT "Display program information, version number and copyright\nAbout"
|
| /RvlSDK-2.1/build/tools/TexConv/sample/ |
| D | sample.tcs | 16 ; problems? try the TexConv.exe debug version- it provides
|
| /RvlSDK-2.1/build/demos/hio2demo/vc++/multi/ |
| D | ReadMe.txt | 14 It contains information about the version of Visual C++ that generated the file, and
|
| D | multi.rc | 310 ID_APP_ABOUT "Display program information, version number and copyright\nAbout"
|
| /RvlSDK-2.1/build/libraries/tc/src/ |
| D | TCTPLToolbox.cpp | 2615 u32 version; in TCGetTplVersion() local 2622 if( (fread( &version, 4, 1, fp )) != 1 ) in TCGetTplVersion() 2630 TCFixEndian( (u8*)&version, 4 ); in TCGetTplVersion() 2632 return version; in TCGetTplVersion()
|
| /RvlSDK-2.1/build/demos/thpdemo/src/THPSimple/ |
| D | THPSimple.c | 263 if (SimpleControl.header.version != THP_VERSION) in THPSimpleOpen()
|
| /RvlSDK-2.1/build/demos/thpdemo/src/THPPlayer/ |
| D | THPPlayer.c | 282 if (ActivePlayer.header.version != THP_VERSION) in THPPlayerOpen()
|
| /RvlSDK-2.1/build/demos/thpdemo/src/THPPlayerStrmAX/ |
| D | THPPlayer.c | 248 if (ActivePlayer.header.version != THP_VERSION) in THPPlayerOpen()
|