Home
last modified time | relevance | path

Searched refs:version (Results 1 – 18 of 18) sorted by relevance

/RvlSDK-2.1/build/demos/reldemo/src/
Dstatic.c82 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/
DOSBootInfo.h73 u32 version; member
DOSModule.h101 u32 version; // version number member
/RvlSDK-2.1/include/revolution/
Dthpfile.h65 u32 version; // version number member
Ddvd.h582 u8 diskNum, u8 version);
/RvlSDK-2.1/build/tools/thputilities/src/
Dthputilities.c327 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/
Dcommondefs16 # 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
Dmodulerules35 # BINSUFFIX - the suffix of the binary (e.g. "D" if debug version, ".elf" if
/RvlSDK-2.1/build/demos/hio2demo/vc++/dual/
DReadMe.txt14 It contains information about the version of Visual C++ that generated the file, and
Ddual.rc281 ID_APP_ABOUT "Display program information, version number and copyright\nAbout"
Ddouble-common.rc298 ID_APP_ABOUT "Display program information, version number and copyright\nAbout"
/RvlSDK-2.1/build/tools/TexConv/sample/
Dsample.tcs16 ; problems? try the TexConv.exe debug version- it provides
/RvlSDK-2.1/build/demos/hio2demo/vc++/multi/
DReadMe.txt14 It contains information about the version of Visual C++ that generated the file, and
Dmulti.rc310 ID_APP_ABOUT "Display program information, version number and copyright\nAbout"
/RvlSDK-2.1/build/libraries/tc/src/
DTCTPLToolbox.cpp2615 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/
DTHPSimple.c263 if (SimpleControl.header.version != THP_VERSION) in THPSimpleOpen()
/RvlSDK-2.1/build/demos/thpdemo/src/THPPlayer/
DTHPPlayer.c282 if (ActivePlayer.header.version != THP_VERSION) in THPPlayerOpen()
/RvlSDK-2.1/build/demos/thpdemo/src/THPPlayerStrmAX/
DTHPPlayer.c248 if (ActivePlayer.header.version != THP_VERSION) in THPPlayerOpen()