Home
last modified time | relevance | path

Searched refs:ext (Results 1 – 7 of 7) sorted by relevance

/RvlSDK-3.3/build/libraries/tc/src/
DTCFile.cpp105 void TCInstallFileReadFn ( char* ext, u32 (*fileFn)( u32 rawSize, in TCInstallFileReadFn() argument
115 TCAssertMsg( (ext != NULL), "TCInstallFileReadFn: null file extension\n" ); in TCInstallFileReadFn()
116 TCAssertMsg( (strlen(ext) == 3), "TCInstallFileReadFn: extension is not 3 characters\n" ); in TCInstallFileReadFn()
128 strcpy( pExt, ext ); in TCInstallFileReadFn()
138 strcpy( newFile->ext, pExt ); in TCInstallFileReadFn()
150 if( (strcmp( fileNode->ext, pExt )) == 0 ) in TCInstallFileReadFn()
171 strcpy( newFile->ext, pExt ); in TCInstallFileReadFn()
186 char ext[4]; in TCReadFile() local
215 strcpy( ext, ( fileName + len ) ); in TCReadFile()
216 TCStrToUpper( ext ); in TCReadFile()
[all …]
/RvlSDK-3.3/build/demos/wpaddemo/src/
Dmplus.c740 myPrint(x, y, 0, " %d", (s16)(ptr->ext.fs.fsStickX)); in renderStatus()
741 myPrint(x+35, y, 0, " %d", (s16)(ptr->ext.fs.fsStickY)); y+= FONT_HEIGHT; in renderStatus()
742 myPrint(x, y, 0, " %d", (s16)(ptr->ext.fs.fsAccX)); in renderStatus()
743 myPrint(x+35, y, 0, " %d", (s16)(ptr->ext.fs.fsAccY)); in renderStatus()
744 myPrint(x+70, y, 0, " %d", (s16)(ptr->ext.fs.fsAccZ)); y+= FONT_HEIGHT; in renderStatus()
749 if ( ptr->ext.cl.clButton & WPAD_CL_BUTTON_LEFT ) buf5[ 0] = '<'; in renderStatus()
750 if ( ptr->ext.cl.clButton & WPAD_CL_BUTTON_UP ) buf5[ 1] = '^'; in renderStatus()
751 if ( ptr->ext.cl.clButton & WPAD_CL_BUTTON_DOWN ) buf5[ 2] = 'v'; in renderStatus()
752 if ( ptr->ext.cl.clButton & WPAD_CL_BUTTON_RIGHT ) buf5[ 3] = '>'; in renderStatus()
753 if ( ptr->ext.cl.clButton & WPAD_CL_BUTTON_A ) buf6[ 0] = 'A'; in renderStatus()
[all …]
Dwpadsample.c1443 … DEMOPrintf((s16)(x + CHAN_INDENT * i + ITEM_WIDTH), y, 0, " %d", (s16)(mp->ext.fs.fsStickX)); in renderStatus()
1444 …Printf((s16)(x + CHAN_INDENT * i + ITEM_WIDTH+35), y, 0, " %d", (s16)(mp->ext.fs.fsStickY)); y+=… in renderStatus()
1445 … DEMOPrintf((s16)(x + CHAN_INDENT * i + ITEM_WIDTH), y, 0, " %d", (s16)(mp->ext.fs.fsAccX)); in renderStatus()
1446 … DEMOPrintf((s16)(x + CHAN_INDENT * i + ITEM_WIDTH+35), y, 0, " %d", (s16)(mp->ext.fs.fsAccY)); in renderStatus()
1447 …Printf((s16)(x + CHAN_INDENT * i + ITEM_WIDTH+70), y, 0, " %d", (s16)(mp->ext.fs.fsAccZ)); y+=… in renderStatus()
1455 … clb[0] = (char)((mp->ext.cl.clButton & WPAD_CL_BUTTON_LEFT) ? '<' : '_'); in renderStatus()
1456 … clb[1] = (char)((mp->ext.cl.clButton & WPAD_CL_BUTTON_UP) ? '^' : '_'); in renderStatus()
1457 … clb[2] = (char)((mp->ext.cl.clButton & WPAD_CL_BUTTON_DOWN) ? 'v' : '_'); in renderStatus()
1458 … clb[3] = (char)((mp->ext.cl.clButton & WPAD_CL_BUTTON_RIGHT)? '>' : '_'); in renderStatus()
1459 … clb[4] = (char)((mp->ext.cl.clButton & WPAD_CL_BUTTON_A) ? 'A' : '_'); in renderStatus()
[all …]
/RvlSDK-3.3/include/charPipeline/tc/
DTCFile.h53 void TCInstallFileReadFn( char* ext, u32 (*fileFn)( u32 rawSize,
/RvlSDK-3.3/build/libraries/tc/include/
DTCFileInternal.h54 char ext[4]; // type member
/RvlSDK-3.3/build/tools/THPConv/src/
DTHPConv.c861 char ext[_MAX_EXT]; in convertJPEGtoTHP() local
868 _splitpath(jpegFileList[cnt].name, NULL, NULL, NULL, ext); in convertJPEGtoTHP()
869 if ((stricmp(ext, ".jpg") != 0) && (stricmp(ext, ".jpeg") != 0)) in convertJPEGtoTHP()
/RvlSDK-3.3/include/revolution/
Dwpad.h682 } ext; member