Home
last modified time | relevance | path

Searched refs:printf (Results 1 – 22 of 22) sorted by relevance

/RvlSDK-3.2.2/build/tools/THPConv/src/
DTHPConv.c254 printf("\a>Overwrite the inputfile[%s] by OutputData ? [Y/N] ", fileName); in verifyWriteOverInputData()
263 printf("\a\n Please try using [-d] option.\n"); in verifyWriteOverInputData()
447 printf("\aERROR : Can't use both [-j] and [-c] at the same time.\n"); in checkArguments()
454 printf("\aERROR : [-j] is specified twice.\n"); in checkArguments()
462 printf("\aERROR : Must specify input filename after [-j].\n"); in checkArguments()
477 printf("\aERROR : There is no jpeg file after [-j].\n"); in checkArguments()
493 printf("\aERROR : Can't use both [-j] and [-c] at the same time.\n"); in checkArguments()
500 printf("\aERROR : [-c] is specified twice.\n"); in checkArguments()
508 printf("\aERROR : Must specify input filename after [-c].\n"); in checkArguments()
527 printf("\aERROR : [-d] is specified twice.\n"); in checkArguments()
[all …]
/RvlSDK-3.2.2/build/tools/sndconv/src/
Dsndconv.c89 printf("%cError! Incomplete PATH statement on line %d.\n", 7, line); in parsePathStatement()
106 printf("%cWarning! BEGIN statement made prior to END on line %d.\n", 7, line); in parseBeginStatement()
121 printf("%cError! Incomplete BEGIN statement on line %d.\n", 7, line); in parseBeginStatement()
164 printf("%cError! Incomplete FILE statement on line %d.\n", 7, line); in parseFileStatement()
190 printf("%cWarning! Invalid token \"%s\" on line %d.\n", 7, token, line); in parseOutputStatement()
197 printf("%cError! Incomplete OUTPUT statement on line %d.\n", 7, line); in parseOutputStatement()
225 printf("%cError! Incomplete SAMPLERATE statement on line %d.\n", 7, line); in parseSamplerateStatement()
263 printf("%cError! Incomplete LOOP statement on line %d.\n", 7, line); in parseLoopStatement()
290 printf("%cWarning! Invalid token \"%s\" on line %d.\n", 7, token, line); in parseMixStatement()
297 printf("%cError! Incomplete MIX statement on line %d.\n", 7, line); in parseMixStatement()
[all …]
Doutput.c298 printf("Error: Can't open %s.h\n", name); in soundOutputInit()
303 printf("Error: Can't open %s.spt\n", name); in soundOutputInit()
308 printf("Error: Can't open %s.spd\n", name); in soundOutputInit()
Dsound.c430 printf("%cWarning, %s is not 8bit or 16bit, data not encoded!\n", 7, soundFile); in soundPrintSound()
434 printf("%cWarning, %s is not mono or stereo, data not encoded!\n", 7, soundFile); in soundPrintSound()
482 printf("%cWarning, cannot convert %s!\n", 7, soundFile); in soundPrintSound()
/RvlSDK-3.2.2/build/tools/dspadpcm/src/
Dmain.c95 printf("\n"); in print_banner()
96 printf("DSPADPCM v2.3 - DSP-ADPCM encoder\n"); in print_banner()
97 printf("Copyright 2001 Nintendo. All rights reserved.\n\n"); in print_banner()
106 printf("\n"); in print_usage()
107 printf("Usage:\n\n"); in print_usage()
108 printf("DSPADPCM -<mode> <inputfile> [<outputfile>] [-opt<argument>]\n\n"); in print_usage()
109 printf("Where:\n"); in print_usage()
110 printf(" <mode>.............E for Encode, D for Decode (required)\n"); in print_usage()
111 printf(" <inputfile>........Input file (required)\n"); in print_usage()
112 printf(" [<outputfile>].....Output file (optional)\n\n"); in print_usage()
[all …]
/RvlSDK-3.2.2/build/demos/kbddemo/src/
Dhid_open_close.c23 #define printf OSReport macro
46 printf("calling HIDOpenAsync()\n"); in hid_open_async()
50 printf("wait for callback\n"); in hid_open_async()
57 printf("opened HID lib\n"); in hid_open_async()
67 printf("calling HIDCloseAsync()\n"); in hid_close_async()
71 printf("wait for callback\n"); in hid_close_async()
82 printf("closed HID lib\n"); in hid_close_async()
/RvlSDK-3.2.2/build/demos/kprdemo/src/
Dhid_open_close.c23 #define printf OSReport macro
46 printf("calling HIDOpenAsync()\n"); in hid_open_async()
50 printf("wait for callback\n"); in hid_open_async()
57 printf("opened HID lib\n"); in hid_open_async()
67 printf("calling HIDCloseAsync()\n"); in hid_close_async()
71 printf("wait for callback\n"); in hid_close_async()
82 printf("closed HID lib\n"); in hid_close_async()
/RvlSDK-3.2.2/build/tools/dls1wt/src/
Dmain.c146 printf("\nDLS1WT v1.5 - DLS Converter for SYN\n"); in main()
147 printf("Copyright 2001 Nintendo. All rights reserved.\n\n"); in main()
152 printf("\nUsage DLS1WT.exe <DLS file> -Options\n"); in main()
153 printf("\n -d use DLS F_WSMP_NO_COMPRESSION flag (default)\n"); in main()
154 printf(" -a ADPCM compress all samples\n"); in main()
155 printf(" -p PCM encode all samples\n"); in main()
175 printf("\nInvalid option %s!\n", argv[2]); in main()
202 printf("\nInvalid option %s!\n", argv[2]); in main()
211 printf("\nError loading dsptool.dll!\n"); in main()
235 printf("\nInput file needs an extension \".dls\"!\n"); in main()
[all …]
Ddls.c137 printf("%d bytes\n", count); in dls_riff()
155 printf("%d instruments\n", count); in dls_colh()
174 printf( in dls_vers()
232 printf( in dls_list()
801 printf( in dls_fmt()
839 printf( in dls_fmt()
993 printf( in dls_data()
1077 printf( in dls_data()
1133 printf("."); in dls_data()
1172 printf("\nEnd of DLS file reached\n"); in dls_read_file()
/RvlSDK-3.2.2/build/tools/TexConv/src/
Dmain.cpp99 printf("program terminated at user's request.\n"); in main()
104 printf("created tpl %s\n\n", dstTplFile ); in main()
116 printf("created tpl %s\n\n", dstTplFile ); in main()
122 printf( "\nTexConv [ScriptFile] [OutputFile]\n" ); in main()
123 printf( " ScriptFile\tfull path to conversion script file\n" ); in main()
124 printf( " OutputFile\tfull path to destination TPL file\n" ); in main()
Dinput.cpp84 printf(".tpl file converter.\n"); in ShowConverterTitle()
85 printf("press 'q' anytime to quit.\n"); in ShowConverterTitle()
86 printf("\n"); in ShowConverterTitle()
101 printf("%s\n", promptString); in GetFileName()
102 printf("(include full path name, use '/' as separators)\n\n"); in GetFileName()
145 printf("is this correct? (y/n)\n"); in CheckYN()
169 printf("your response must be one of 'y', 'n', or 'q'\n"); in CheckYN()
/RvlSDK-3.2.2/build/libraries/tc/src/
DTCCommon.cpp96 printf("error:\n"); in TCErrorMsg()
106 printf( "press <enter> to quit\n" ); in TCErrorMsg()
125 printf("error:\n"); in TCAssertMsg()
135 printf( "press <enter> to quit\n" ); in TCAssertMsg()
DTCMem.cpp243 printf("found mem" ); in TCMalloc()
272 printf("found mem" ); in TCCalloc()
356 printf("\n"); in TCFreeMem()
357 printf( "total alloc: %d\n", TotalAlloc ); in TCFreeMem()
358 printf( "total freed: %d\n", TotalFreed ); in TCFreeMem()
/RvlSDK-3.2.2/build/demos/hio2demo/vc++/simple/
Dsimple.cpp113 printf("hio2[D].dll load error.\n"); in _tmain()
120 printf("HIO2 DEMO - simple\n\n"); in _tmain()
121 printf("press ESC key to exit\n\n"); in _tmain()
159 n = printf("%s",buffer); in _tmain()
160 while (n-- > 0) printf("\x08"); in _tmain()
236 printf("\nHIO2 DEMO - simple done. \n"); in __HIO2Exit()
243 printf( simpleErrorMessage[err], l_cHio2Dll.GetLastError() ); in __Halt()
/RvlSDK-3.2.2/RVL/boot/
Dmakefile52 FIRMWARE_TITLEID_HEX := $(shell printf "%02x" $(FIRMWARE_TITLEID))
55 FIRMWARE_TITLEVERSION_HEX := $(shell printf "%02x%02x" $(FIRMWARE_TITLEVERSION_MINOR) $(FIRMWARE_TI…
/RvlSDK-3.2.2/build/tools/sample/src/
Dmain.c20 printf("THIS IS A SAMPLE."); in main()
/RvlSDK-3.2.2/include/win32/
Ddolphin.types.h25 #define OSReport printf
/RvlSDK-3.2.2/X86/bin/
Dndrun_prechecker83 NDRUN_PRECHK_RVLBIN_FW_VERSION=`printf "%d" $NDRUN_PRECHK_RVLBIN_FW_VERSION0`
/RvlSDK-3.2.2/build/demos/osdemo/src/
Dcrcdemo.c142 (void)printf("%s", PrintBuffer); in OSReport()
/RvlSDK-3.2.2/RVL/bin/demos/gxdemo/
Dsmp-onetri.map122 00000098 000058 80006558 00002718 1 extab MSL_C.PPCEABI.bare.H.a printf.o
123 00000098 000008 80006558 00002718 4 @2264 MSL_C.PPCEABI.bare.H.a printf.o
124 000000a0 000008 80006560 00002720 4 @2338 MSL_C.PPCEABI.bare.H.a printf.o
125 000000a8 000008 80006568 00002728 4 @2404 MSL_C.PPCEABI.bare.H.a printf.o
126 000000b0 000008 80006570 00002730 4 @2583 MSL_C.PPCEABI.bare.H.a printf.o
127 000000b8 000008 80006578 00002738 4 @2721 MSL_C.PPCEABI.bare.H.a printf.o
128 000000c0 000008 80006580 00002740 4 @2730 MSL_C.PPCEABI.bare.H.a printf.o
129 000000c8 000008 80006588 00002748 4 @2743 MSL_C.PPCEABI.bare.H.a printf.o
130 UNUSED 000008 ........ ........ @2748 MSL_C.PPCEABI.bare.H.a printf.o
131 UNUSED 000008 ........ ........ @2758 MSL_C.PPCEABI.bare.H.a printf.o
[all …]
/RvlSDK-3.2.2/RVL/bin/demos/thpdemo/
DTHPSimple.map122 00000098 000058 80006558 00002718 1 extab MSL_C.PPCEABI.bare.H.a printf.o
123 00000098 000008 80006558 00002718 4 @2264 MSL_C.PPCEABI.bare.H.a printf.o
124 000000a0 000008 80006560 00002720 4 @2338 MSL_C.PPCEABI.bare.H.a printf.o
125 000000a8 000008 80006568 00002728 4 @2404 MSL_C.PPCEABI.bare.H.a printf.o
126 000000b0 000008 80006570 00002730 4 @2583 MSL_C.PPCEABI.bare.H.a printf.o
127 000000b8 000008 80006578 00002738 4 @2721 MSL_C.PPCEABI.bare.H.a printf.o
128 000000c0 000008 80006580 00002740 4 @2730 MSL_C.PPCEABI.bare.H.a printf.o
129 000000c8 000008 80006588 00002748 4 @2743 MSL_C.PPCEABI.bare.H.a printf.o
130 UNUSED 000008 ........ ........ @2748 MSL_C.PPCEABI.bare.H.a printf.o
131 UNUSED 000008 ........ ........ @2758 MSL_C.PPCEABI.bare.H.a printf.o
[all …]
/RvlSDK-3.2.2/build/tools/TexConv/sample/
Dsample.tcs17 ; many assert calls with printf error messages.