Lines Matching refs:myDEMORFPrintf
58 static void myDEMORFPrintf(char* fmt, ...) in myDEMORFPrintf() function
111 myDEMORFPrintf("Aspect Ratio = %s\n", msg); in DemoMain()
162 myDEMORFPrintf("Language = %s\n", msg); in DemoMain()
180 myDEMORFPrintf("EURGB60 Mode = %s\n", msg); in DemoMain()
198 myDEMORFPrintf("Progressive Mode = %s\n", msg); in DemoMain()
220 myDEMORFPrintf("Sound Mode = %s\n", msg); in DemoMain()
229 myDEMORFPrintf("Nickname = %s\n", msg ); // multi-byte characters will be garbled in this demo. in DemoMain()
234 myDEMORFPrintf("Region ID(Hi) = NOT DEFINED\n"); in DemoMain()
237 myDEMORFPrintf("Region ID(Hi) = OUT OF RANGE VALUE\n"); in DemoMain()
240 myDEMORFPrintf("Region ID(Hi) = %d\n", id); in DemoMain()
263 myDEMORFPrintf("Demo failed\n"); in main()
280 … myDEMORFPrintf("SCFlushAsync result = %d, count = %d\n", DemoFlushResult, DemoFlushCount); in main()
283 myDEMORFPrintf("SCFlushAsync was not executed due to status (%d)\n", status); in main()
285 myDEMORFPrintf("Demo complete\n"); in main()