Home
last modified time | relevance | path

Searched refs:OSReport (Results 1 – 25 of 226) sorted by relevance

12345678910

/RvlSDK-2.1/build/demos/encdemo/src/
Dsample.c52 OSReport("\n* SJIS str -> UNICODE str *\n"); in main()
57 OSReport("ERROR: %d\n", err_code); in main()
58 OSReport("dstlen: %d, srclen: %d\n", dstlen, srclen); in main()
64 OSReport("dstlen: %d, srclen: %d\n", dstlen, srclen); in main()
68 OSReport("ERROR: %d\n", err_code); in main()
69 OSReport("dstlen: %d, srclen: %d\n", dstlen, srclen); in main()
75 OSReport("dstlen: %d, srclen: %d\n", dstlen, srclen); in main()
80 OSReport("FAILURE\nend @ %d\n", i); in main()
81 OSReport("result\tanswer\n"); in main()
83 OSReport("%#x\t%#x\n", dst[i + j], uni[i + j]); in main()
[all …]
Dunicode.c35 OSReport("\n* UTF32 str -> UTF16 str *\n"); in main()
40 OSReport("ERROR: %d\n", err_code); in main()
41 OSReport("dstlen: %d, srclen: %d\n", dstlen, srclen); in main()
47 OSReport("dstlen: %d, srclen: %d\n", dstlen, srclen); in main()
51 OSReport("ERROR: %d\n", err_code); in main()
52 OSReport("dstlen: %d, srclen: %d\n", dstlen, srclen); in main()
58 OSReport("dstlen: %d, srclen: %d\n", dstlen, srclen); in main()
63 OSReport("FAILURE\nend @ %d\n", i); in main()
64 OSReport("result\tanswer\n"); in main()
66 OSReport("%#x\t%#x\n", dst[i + j], utf16[i + j]); in main()
[all …]
/RvlSDK-2.1/build/demos/osdemo/src/
Dfpe.c79 OSReport("FPE: Invalid operation: "); in FloatingPointErrorHandler()
82 OSReport("SNaN\n"); in FloatingPointErrorHandler()
86 OSReport("Infinity - Infinity\n"); in FloatingPointErrorHandler()
90 OSReport("Infinity / Infinity\n"); in FloatingPointErrorHandler()
94 OSReport("0 / 0\n"); in FloatingPointErrorHandler()
98 OSReport("Infinity * 0\n"); in FloatingPointErrorHandler()
102 OSReport("Invalid compare\n"); in FloatingPointErrorHandler()
106 OSReport("Software request\n"); in FloatingPointErrorHandler()
110 OSReport("Invalid square root\n"); in FloatingPointErrorHandler()
114 OSReport("Invalid integer convert\n"); in FloatingPointErrorHandler()
[all …]
Dcachedemo.c39 OSReport("STORE EXAMPLE\n"); in main()
43 OSReport("Cache copy = 0x%x\n", *cachedAddress); in main()
44 OSReport("Physical memory copy = 0x%x\n", *uncachedAddress); in main()
48 OSReport("After STORE, Cache copy = 0x%x\n", in main()
50 OSReport("After STORE, Physical memory copy = 0x%x\n", in main()
53 OSReport("\nINVALIDATE EXAMPLE\n"); in main()
57 OSReport("Cache copy = 0x%x\n", *cachedAddress); in main()
58 OSReport("Physical memory copy = 0x%x\n", *uncachedAddress); in main()
62 OSReport("After INVALIDATE, Cache copy = 0x%x\n", in main()
64 OSReport("After INVALIDATE, Physical memory copy = 0x%x\n", in main()
Derrordemo.c47 OSReport("------------------------- Context 0x%08x -------------------------\n", in ErrorHandler()
52 OSReport("r%-2d = 0x%08x (%14d) r%-2d = 0x%08x (%14d)\n", in ErrorHandler()
57 OSReport("LR = 0x%08x CR = 0x%08x\n", in ErrorHandler()
59 OSReport("SRR0 = 0x%08x SRR1 = 0x%08x\n", in ErrorHandler()
61 OSReport("DSISR= 0x%08x DAR = 0x%08x\n", in ErrorHandler()
65 OSReport("\nAddress: Back Chain LR Save\n"); in ErrorHandler()
70 OSReport("0x%08x: 0x%08x 0x%08x\n", p, p[0], p[1]); in ErrorHandler()
73 OSReport("\nInstruction at 0x%x (read from SRR0) attempted to access " in ErrorHandler()
/RvlSDK-2.1/build/demos/carddemo/src/
Dcreate.c62 OSReport("Usage: create filename\n"); in main()
67 OSReport("Insert card in slot %c.\n", "AB"[CARD_CHAN]); in main()
74 OSReport("CARDMount "); in main()
78 OSReport("failed. (%d)\n", result); in main()
89 OSReport("done. (%d)\n", result); in main()
90 OSReport("CARDCheck "); in main()
95 OSReport("failed. (%d)\n", result); in main()
107 OSReport("done. (%d)\n", result); in main()
112 OSReport("failed. (%d)\n", result); in main()
116 OSReport("failed. (%d)\n", result); in main()
[all …]
Dlist.c76 OSReport("Insert card in slot %c.\n", "AB"[CARD_CHAN]); in main()
83 OSReport("CARDMount "); in main()
87 OSReport("failed. (%d)\n", result); in main()
98 OSReport("done. (%d)\n", result); in main()
99 OSReport("CARDCheck "); in main()
104 OSReport("failed. (%d)\n", result); in main()
116 OSReport("done. (%d)\n", result); in main()
121 OSReport("failed. (%d)\n", result); in main()
125 OSReport("failed. (%d)\n", result); in main()
131 OSReport("no. game com. length fileName date time\n"); in main()
[all …]
Dsave.c87 OSReport("Insert card in slot %c.\n", "AB"[CARD_CHAN]); in main()
94 OSReport("CARDMount "); in main()
98 OSReport("failed. (%d)\n", result); in main()
109 OSReport("done. (%d)\n", result); in main()
110 OSReport("CARDCheck "); in main()
115 OSReport("failed. (%d)\n", result); in main()
127 OSReport("done. (%d)\n", result); in main()
132 OSReport("failed. (%d)\n", result); in main()
136 OSReport("failed. (%d)\n", result); in main()
145 OSReport("CARDGetSectorSize() failed. (%d)\n", result); in main()
[all …]
Dformat.c52 OSReport("Insert card in slot %c.\n", "AB"[CARD_CHAN]); in main()
59 OSReport("CARDMount "); in main()
63 OSReport("failed. (%d)\n", result); in main()
73 OSReport("done. (%d)\n", result); in main()
77 OSReport("failed. (%d)\n", result); in main()
80 OSReport("failed. (%d)\n", result); in main()
86 OSReport("CARDFormat "); in main()
90 OSReport("failed. (%d)\n", result); in main()
99 OSReport("failed. (%d)\n", result); in main()
102 OSReport("done. (%d)\n", result); in main()
[all …]
Dcreate-bnr-4icon.c76 OSReport("End of program\n"); in main()
169 OSReport("Failed to create the file.\n"); in CreateFile()
174 OSReport("File created successfully name = [%s]\n", FileName); in CreateFile()
181 OSReport("Failed to get CARDStat\n"); in CreateFile()
186 OSReport("CARDStat successfully got.\n"); in CreateFile()
200 OSReport("Failed to CARDWrite.\n"); in CreateFile()
205 OSReport("CARDWrite successfully.\n"); in CreateFile()
212 OSReport("Failed to set CARDStat\n"); in CreateFile()
217 OSReport("CARDStat successfully set.\n"); in CreateFile()
239 OSReport("Please insert the memory card in slot B\n"); in MountCard()
[all …]
Dcreate-1icon.c81 OSReport("End of program\n"); in main()
200 OSReport("Failed to create the file.\n"); in CreateFile()
205 OSReport("File created successfully name = [%s]\n", FileName); in CreateFile()
212 OSReport("Failed to get CARDStat\n"); in CreateFile()
217 OSReport("CARDStat successfully got.\n"); in CreateFile()
242 OSReport("Failed to CARDWrite.\n"); in CreateFile()
247 OSReport("CARDWrite successfully.\n"); in CreateFile()
254 OSReport("Failed to set CARDStat\n"); in CreateFile()
259 OSReport("CARDStat successfully set.\n"); in CreateFile()
281 OSReport("Please insert the memory card in slot B\n"); in MountCard()
[all …]
Dcreate-8icon.c81 OSReport("End of program\n"); in main()
215 OSReport("Failed to create the file.\n"); in CreateFile()
220 OSReport("File created successfully name = [%s]\n", FileName); in CreateFile()
227 OSReport("Failed to get CARDStat\n"); in CreateFile()
232 OSReport("CARDStat successfully got.\n"); in CreateFile()
257 OSReport("Failed to CARDWrite.\n"); in CreateFile()
262 OSReport("CARDWrite successfully.\n"); in CreateFile()
269 OSReport("Failed to set CARDStat\n"); in CreateFile()
274 OSReport("CARDStat successfully set.\n"); in CreateFile()
296 OSReport("Please insert the memory card in slot B\n"); in MountCard()
[all …]
/RvlSDK-2.1/build/demos/nanddemo/src/
Ddirectory.c76 OSReport("Failed to alloc memory. Cannot print directory.\n"); in printDir()
106 OSReport("-"); in printDir()
110 OSReport("d"); in printDir()
114 OSReport("?"); in printDir()
117 stat.permission & NAND_PERM_OWNER_READ ? OSReport("r") : OSReport("-"); in printDir()
118 stat.permission & NAND_PERM_OWNER_WRITE ? OSReport("w") : OSReport("-"); in printDir()
119 stat.permission & NAND_PERM_GROUP_READ ? OSReport("r") : OSReport("-"); in printDir()
120 stat.permission & NAND_PERM_GROUP_WRITE ? OSReport("w") : OSReport("-"); in printDir()
121 stat.permission & NAND_PERM_OTHER_READ ? OSReport("r") : OSReport("-"); in printDir()
122 stat.permission & NAND_PERM_OTHER_WRITE ? OSReport("w") : OSReport("-"); in printDir()
[all …]
Dutil.c93 OSReport("NAND_RESULT_ACCESS\n"); in printErrMsg()
96 OSReport("NAND_RESULT_ALLOC_FAILED\n"); in printErrMsg()
99 OSReport("NAND_RESULT_BUSY\n"); in printErrMsg()
102 OSReport("NAND_RESULT_CORRUPT\n"); in printErrMsg()
105 OSReport("NAND_RESULT_ECC_CRIT\n"); in printErrMsg()
108 OSReport("NAND_RESULT_EXISTS\n"); in printErrMsg()
111 OSReport("NAND_RESULT_INVALID\n"); in printErrMsg()
114 OSReport("NAND_RESULT_MAXBLOCKS\n"); in printErrMsg()
117 OSReport("NAND_RESULT_MAXFD\n"); in printErrMsg()
120 OSReport("NAND_RESULT_MAXFILES\n"); in printErrMsg()
[all …]
Dbasic.c85 OSReport("NANDInit() failed.\n"); in main()
93 OSReport("NANDGetCurrentDir() failed.\n"); in main()
96 OSReport("Current directory: %s\n", path); in main()
106 OSReport("File already exists.\n"); in main()
111 OSReport("NANDCreate() failed.\n"); in main()
119 OSReport("NANDOpen() failed. Result code: %d\n", ret); in main()
127 OSReport("NANDWrite() failed.\n"); in main()
136 OSReport("NANDSeek() failed.\n"); in main()
145 OSReport("NANDRead() failed.\n"); in main()
150 OSReport("Write data: %s\n", data); in main()
[all …]
/RvlSDK-2.1/build/demos/gxdemo/src/Geometry/
Dgeo-vtx-fmt.c351 OSReport("\n\nPosition Control\n\n"); in AnimTick()
354 OSReport("\n\nColor Control\n\n"); in AnimTick()
357 OSReport("\n\nNormal Control\n\n"); in AnimTick()
360 OSReport("\n\nTextureCoord Control\n\n"); in AnimTick()
363 OSReport("\n\nPosition Shift Control\n\n"); in AnimTick()
366 OSReport("\n\nTextureCoord Shift Control\n\n"); in AnimTick()
381 OSReport("Position on - 16 bit indexed floating point data\n"); in AnimTick()
384 OSReport("Position on - 16 bit indexed 16 bit data\n"); in AnimTick()
387 OSReport("Position on - 16 bit indexed 8 bit data\n"); in AnimTick()
390 OSReport("Position on - 8 bit indexed floating point data\n"); in AnimTick()
[all …]
/RvlSDK-2.1/build/demos/reldemo/src/
Dstatic.c77 OSReport("id %d\n", moduleInfo->id); in DumpModuleInfo()
78 OSReport("numSections %d\n", moduleInfo->numSections); in DumpModuleInfo()
79 OSReport("sectionInfoOffset %08xh\n", moduleInfo->sectionInfoOffset); in DumpModuleInfo()
80 OSReport("nameOffset %08xh [%s]\n", moduleInfo->nameOffset, moduleInfo->nameOffset); in DumpModuleInfo()
81 OSReport("nameSize %d\n", moduleInfo->nameSize); in DumpModuleInfo()
82 OSReport("version %d\n", moduleInfo->version); in DumpModuleInfo()
83 OSReport("\n"); in DumpModuleInfo()
89 OSReport("bssSize %d\n", module->bssSize); in DumpModuleHeader()
90 OSReport("relOffset %08xh\n", module->relOffset); in DumpModuleHeader()
91 OSReport("impOffset %08xh\n", module->impOffset); in DumpModuleHeader()
[all …]
/RvlSDK-2.1/build/demos/gxdemo/src/TexGen/
Dtg-spheremap.c141 OSReport("tex %08x\n", tex_buffer); in DrawInit()
155 OSReport("Opening gxTests/tg-cube.tpl\n"); in DrawInit()
185 OSReport("Opening gxTests/tg-cube1.tpl\n"); in DrawInit()
333 case 0: OSReport("right face\n"); break; in AnimTick()
334 case 1: OSReport("front face\n"); break; in AnimTick()
335 case 2: OSReport("left face\n"); break; in AnimTick()
336 case 3: OSReport("back face\n"); break; in AnimTick()
337 case 4: OSReport("top face\n"); break; in AnimTick()
338 case 5: OSReport("bottom face\n"); break; in AnimTick()
339 case 6: OSReport("all faces\n"); break; in AnimTick()
[all …]
Dtg-parabolicmap.c148 OSReport("Opening gxTests/tg-cube.tpl\n"); in DrawInit()
178 OSReport("Opening gxTests/tg-cube1.tpl\n"); in DrawInit()
292 case 0: OSReport("left/right face\n"); break; in AnimTick()
293 case 1: OSReport("right/front face\n"); break; in AnimTick()
294 case 2: OSReport("back/left face\n"); break; in AnimTick()
295 case 3: OSReport("bottom/top face\n"); break; in AnimTick()
296 case 4: OSReport("top/bottom face\n"); break; in AnimTick()
303 OSReport("all faces\n"); in AnimTick()
308 OSReport("Texture %d\n", CurrentTexture); in AnimTick()
318 case 0: OSReport("Final result\n"); break; in AnimTick()
[all …]
/RvlSDK-2.1/build/demos/dvddemo/src/
Ddvddemo3.c126 OSReport("\n-----------------------------------"); in main()
127 OSReport("\n Hit Command+Q to quit this demo"); in main()
128 OSReport("\n-----------------------------------\n\n"); in main()
140 OSReport("Cannot open file \"%s\"", fileName1); in main()
146 OSReport("Cannot open file \"%s\"", fileName2); in main()
190 OSReport("readCount is %d\n", readCount); in main()
203 OSReport("read end\n"); in main()
204 OSReport(" %d loops to read the first file\n", count1); in main()
205 OSReport(" %d loops to read the second file\n", count2); in main()
206 OSReport("\n"); in main()
[all …]
Ddirectory.c67 OSReport("Can't open dir %s\n", path); in printOneLevel()
80 OSReport("\n%s:\n", path); in printOneLevel()
84 OSReport("Can't change dir to %s\n", path); in printOneLevel()
90 OSReport("Can't change dir to %s/..\n", path); in printOneLevel()
103 OSReport("D %9d %s\n", 0, dirent.name); in printOneLevel()
107 OSReport("Can't allocate memory\n"); in printOneLevel()
120 OSReport("Can't open file %s/%s\n", path, dirent.name); in printOneLevel()
124 OSReport("F %9d %s\n", DVDGetLength(&finfo), dirent.name); in printOneLevel()
139 OSReport("\n-----------------------------------"); in main()
140 OSReport("\n Hit Command+Q to quit this demo"); in main()
[all …]
/RvlSDK-2.1/build/demos/scdemo/src/
Dmain.c70 OSReport("DemoMain() called\n"); in DemoMain()
86 OSReport("Aspect Ratio = %s\n", msg); in DemoMain()
122 OSReport("Language = %s\n", msg); in DemoMain()
138 OSReport("EURGB60 Mode = %s\n", msg); in DemoMain()
154 OSReport("Progressive Mode = %s\n", msg); in DemoMain()
174 OSReport("Sound Mode = %s\n", msg); in DemoMain()
177 OSReport("WPAD Speaker Volume = %d\n", wpadSpeakerVolume); in DemoMain()
193 OSReport("WPAD Motor Mode = %s\n", msg); in DemoMain()
209 OSReport("WPAD Sensor Bar Position = %s\n", msg); in DemoMain()
226 OSReport("SCInit finished. status = %d, count = %d\n", status, count); in main()
[all …]
/RvlSDK-2.1/build/demos/thpdemo/src/THPPlayer/
Dmain.c97 OSReport("\n"); in main()
98 OSReport("###########################################################\n"); in main()
99 OSReport("Push A Button : Play the movie with audio\n"); in main()
100 OSReport("Push B Button : Play the movie with audio on the memory\n"); in main()
101 OSReport("Push X Button : Play the interlace movie\n"); in main()
102 OSReport("Push Y Button : Play the movie with multiple audio track,\n"); in main()
103 OSReport(" : select audio track at random\n"); in main()
104 OSReport("Push L Trigger : Pause / Restart the movie\n"); in main()
105 OSReport("Push R Trigger : Skip one frame if the movie is paused\n"); in main()
106 OSReport("Pad Up : Volume up\n"); in main()
[all …]
/RvlSDK-2.1/build/demos/gxdemo/src/Texture/
Dtex-fmt-cube.c496 case 0 : OSReport("I4 Format\n"); break; in Message()
497 case 1 : OSReport("I8 Format\n"); break; in Message()
498 case 2 : OSReport("IA4 Format\n"); break; in Message()
499 case 3 : OSReport("IA8 Format\n"); break; in Message()
500 case 4 : OSReport("RGB565 Format\n"); break; in Message()
501 case 5 : OSReport("RGB5A3 Format\n"); break; in Message()
502 case 6 : OSReport("RGBA8 Format\n"); break; in Message()
503 case 7 : OSReport("Compressed Format\n"); break; in Message()
504 case 8 : OSReport("C4 Format\n"); break; in Message()
505 case 9 : OSReport("C8 Format\n"); break; in Message()
[all …]
/RvlSDK-2.1/build/demos/arcdemo/src/
Darctest2.c78 OSReport("Changing dir to %s \n", dirName); in chdirOpenAllocRead()
82 OSReport("-- succeeded\n"); in chdirOpenAllocRead()
99 OSReport("Opening %s took \n", pathName); in chdirOpenAllocRead()
103 OSReport("-- succeeded\n"); in chdirOpenAllocRead()
127 OSReport("Error occurred when reading %s\n", pathName); in chdirOpenAllocRead()
136 OSReport("Error occurred when reading %s\n", pathName); in chdirOpenAllocRead()
141 OSReport("\n-- Contents of the file starts from the following line.\n"); in chdirOpenAllocRead()
145 OSReport("%c", *ptr++); in chdirOpenAllocRead()
147 OSReport("<eof>\n\n"); in chdirOpenAllocRead()
182 OSReport("Error occurred when reading archiver header\n"); in Read()
[all …]

12345678910