| /RvlSDK-3.3/build/demos/dvddemo/src/ |
| D | checkdisk.c | 153 DEMORFPrintf( 40, 40, 0, "dvd checkdisk demo"); in main() 155 DEMORFPrintf( 40, 90, 0, "DVDReadAsync"); in main() 156 DEMORFPrintf(320, 90, 0, "%s", readString[!readDone ? 0 : 1]); in main() 158 DEMORFPrintf( 40, 140, 0, "DVDGetDriveStatus"); in main() 159 DEMORFPrintf( 40, 165, 0, "DVDIsDiskIdentified"); in main() 160 DEMORFPrintf( 40, 190, 0, "DVDCheckDiskAsync"); in main() 162 DEMORFPrintf(320, 140, 0, "%s", statusString[DVDGetDriveStatus()]); in main() 163 DEMORFPrintf(320, 165, 0, "%s", DVDIsDiskIdentified() ? "TRUE" : "FALSE"); in main() 164 DEMORFPrintf(320, 190, 0, "%s", (commandDone == 1) ? "TRUE" : "FALSE"); in main() 166 DEMORFPrintf( 40, 240, 0, "Eject or Insert disc and issue DVDRead to see"); in main() [all …]
|
| /RvlSDK-3.3/build/demos/videmo/src/ |
| D | dimming.c | 186 DEMORFPrintf(tx, ty+=fh, 0, "Dimming test"); in main() 191 DEMORFPrintf(tx, ty+=fh, 0, "Count to dimming = %8u",VIGetDimmingCount()); in main() 192 … DEMORFPrintf(tx, ty+=fh, 0, "Limit time to dimming = %s",old_time == VI_DM_10M ? "10 minutes" : in main() 195 DEMORFPrintf(tx, ty+=fh, 0, "Wait time to issue VISetTimeToDimming = %3d[field]", in main() 197 DEMORFPrintf(tx, ty+=fh, 0, "Wait time to issue VIResetDimmingCount = %3d[field]", in main() 204 DEMORFPrintf(tx, ty+=fh, 0, "A button to change the limit time to 5 minutes."); in main() 205 DEMORFPrintf(tx, ty+=fh, 0, "- button to change the limit time to 10 minutes."); in main() 206 DEMORFPrintf(tx, ty+=fh, 0, "+ button to change the limit time to 15 minutes."); in main() 207 DEMORFPrintf(tx, ty+=fh, 0, "B button to set the wait time to issue VISetTimeToDimming."); in main() 208 …DEMORFPrintf(tx, ty+=fh, 0, "1 button to issue VIResetDimmingCount after %d field.",WAIT_TO_ISSUE_… in main()
|
| /RvlSDK-3.3/build/demos/hio2demo/src/ |
| D | simple.c | 252 (void)DEMORFPrintf(POS_COMM_X, POS_TITLE_Y, 0, in myUpdateDisp() 255 (void)DEMORFPrintf(POS_COMM_X, POS_TITLE_Y, 0, in myUpdateDisp() 260 (void)DEMORFPrintf(POS_CONNECT_X, POS_TITLE_Y, 0, in myUpdateDisp() 264 (void)DEMORFPrintf(POS_CONNECT_X, POS_SEND_Y, 0, bSend ? "SEND" : "RECV"); in myUpdateDisp() 268 (void)DEMORFPrintf(POS_COMM_X, POS_SENDDATA_Y, 0, dispBuf); in myUpdateDisp() 272 (void)DEMORFPrintf(POS_COMM_X, POS_RECVDATA_Y, 0, "%s", dispBuf); in myUpdateDisp() 275 (void)DEMORFPrintf(POS_COMM_X, POS_MES_Y, 0, in myUpdateDisp() 314 (void)DEMORFPrintf(POS_COMM_X, POS_TITLE_Y, 0, "HIO2 DEMO - simple done."); in myHIO2Exit()
|
| D | multi-main.c | 164 (void)DEMORFPrintf(POS_STAT_X, POS_STAT_Y, 0, "ST:%04X", stat); in main() 302 (void)DEMORFPrintf(POS_COMM_X, POS_TITLE_Y, 0, "HIO2 DEMO - multi(%s)", in myDispInfo() 306 (void)DEMORFPrintf(POS_COMM_X, POS_SENDDATA_Y, 0, "%s", strBuffer); in myDispInfo() 310 (void)DEMORFPrintf(POS_COMM_X, POS_RECVDATA_Y, 0, "%s", strBuffer); in myDispInfo() 313 (void)DEMORFPrintf(POS_COMM_X, POS_CHAN_Y, 0, in myDispInfo() 319 (void)DEMORFPrintf(POS_COMM_X, POS_V_Y, 0, "V=%ld", dwVCounter); in myDispInfo() 322 (void)DEMORFPrintf(POS_CONNECT_X, POS_CONNECT_Y, 0, in myDispInfo() 327 (void)DEMORFPrintf(POS_SYNC_X, POS_SYNC_Y, 0, hioAsync ? "ASYNC" : "SYNC"); in myDispInfo()
|
| D | dual-main.c | 190 (void)DEMORFPrintf(POS_STAT_X, POS_RECV_STAT_Y, 0, "R:%04X", recvStat); in main() 191 (void)DEMORFPrintf(POS_STAT_X, POS_SEND_STAT_Y, 0, "S:%04X", sendStat); in main() 407 (void)DEMORFPrintf(POS_COMM_X, POS_TITLE_Y, 0, "HIO2 DEMO - dual(%s)", in myDispInfo() 410 (void)DEMORFPrintf(POS_COL_X, POS_R_Y, 0, " R:%02X(%03d)", in myDispInfo() 412 (void)DEMORFPrintf(POS_COL_X, POS_G_Y, 0, " G:%02X(%03d)", in myDispInfo() 414 (void)DEMORFPrintf(POS_COL_X, POS_B_Y, 0, " B:%02X(%03d)", in myDispInfo() 417 (void)DEMORFPrintf(POS_COMM_X, POS_RECV_Y, 0, in myDispInfo() 422 (void)DEMORFPrintf(POS_COMM_X, POS_SEND_Y, 0, in myDispInfo() 428 (void)DEMORFPrintf(POS_COMM_X, POS_V_Y, 0, " V=%ld", dwVCounter); in myDispInfo() 431 (void)DEMORFPrintf(POS_CONNECT_X, POS_CONNECT_Y, 0, in myDispInfo() [all …]
|
| /RvlSDK-3.3/build/demos/iconbanner/newmsg/main/src/ |
| D | simple.c | 62 DEMORFPrintf(32, 128, 0, "Push HOME button" ); in main() 63 DEMORFPrintf(64, 160, 0, "to return to Wii Menu." ); in main()
|
| /RvlSDK-3.3/build/demos/iconbanner/simple/main/src/ |
| D | simple.c | 62 DEMORFPrintf(32, 128, 0, "Push HOME button" ); in main() 63 DEMORFPrintf(64, 160, 0, "to return to Wii Menu." ); in main()
|
| /RvlSDK-3.3/include/demo/ |
| D | DEMOPuts.h | 68 extern int DEMORFPrintf ( s16 x, s16 y, s16 z, char* fmt, ... );
|
| /RvlSDK-3.3/build/demos/wbcdemo/src/ |
| D | balance.c | 186 DEMORFPrintf(x, y, 0, "X"); //Draw the center of gravity. in main()
|
| /RvlSDK-3.3/build/libraries/demo/src/ |
| D | DEMOPuts.c | 733 int DEMORFPrintf(s16 x, s16 y, s16 z, char* fmt, ...) in DEMORFPrintf() function
|
| /RvlSDK-3.3/build/demos/wpaddemo/src/ |
| D | mplus.c | 445 DEMORFPrintf((s16)x, (s16)y, (s16)z, "%s", string); in myPrint()
|