Home
last modified time | relevance | path

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

12345678910>>...12

/RvlSDK-3.2.2/build/demos/encdemo/src/
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 …]
Dvalidate.c35 OSReport("ERROR: %d\n", result); in ValidateFuncToUnicode()
36 OSReport("dstlen: %d, srclen: %d\n", dstlen, srclen); in ValidateFuncToUnicode()
42 OSReport("dstlen: %d, srclen: %d\n", dstlen, srclen); in ValidateFuncToUnicode()
46 OSReport("ERROR: %d\n", result); in ValidateFuncToUnicode()
47 OSReport("dstlen: %d, srclen: %d\n", dstlen, srclen); in ValidateFuncToUnicode()
53 OSReport("dstlen: %d, srclen: %d\n", dstlen, srclen); in ValidateFuncToUnicode()
58 OSReport("FAILURE\nend @ %d\n", i); in ValidateFuncToUnicode()
59 OSReport("result\tanswer\n"); in ValidateFuncToUnicode()
61 OSReport("%#x\t%#x\n", dst[i + j], wcs[i + j]); in ValidateFuncToUnicode()
64 OSReport("SUCCESS\nend @ %d\n", i - 1); in ValidateFuncToUnicode()
[all …]
Djapanese.c64 OSReport("\n* SJIS str -> UNICODE str *\n"); in main()
67 OSReport("\n* UNICODE str -> SJIS str *\n"); in main()
70 OSReport("\n* JIS str -> SJIS str *\n"); in main()
73 OSReport("\n* SJIS str -> JIS str *\n"); in main()
76 OSReport("\n* JIS str -> UNICODE str *\n"); in main()
79 OSReport("\n* UNICODE str -> JIS str *\n"); in main()
95 OSReport("\n* SJIS char -> UNICODE char *\n"); in main()
101 OSReport("SUCCESS\n"); in main()
105 OSReport("FAILURE\n"); in main()
108 OSReport("%#x, %#x -> %#x\n", *mbs, *(mbs + 1), char16); in main()
[all …]
Dlatin.c33 OSReport("\n* LATIN1 str -> UNICODE str *\n"); in main()
36 OSReport("\n* UNICODE str -> LATIN1 str *\n"); in main()
39 OSReport("\n* LATIN2 str -> UNICODE str *\n"); in main()
42 OSReport("\n* UNICODE str -> LATIN2 str *\n"); in main()
45 OSReport("\n* LATIN3 str -> UNICODE str *\n"); in main()
48 OSReport("\n* UNICODE str -> LATIN3 str *\n"); in main()
51 OSReport("\n* GREEK str -> UNICODE str *\n"); in main()
54 OSReport("\n* UNICODE str -> GREEK str *\n"); in main()
57 OSReport("\n* LATIN6 str -> UNICODE str *\n"); in main()
60 OSReport("\n* UNICODE str -> LATIN6 str *\n"); in main()
[all …]
/RvlSDK-3.2.2/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()
/RvlSDK-3.2.2/build/demos/kbddemo/src/
DkbdUTF8.c209 OSReport ("KBD error: calling %s @ %s:%i\n", \
224 OSReport ("kbd app: keyboard added on channel %d\n", kde->channel); in kbdAppAttach()
233 OSReport ("kbd app: keyboard removed on channel %d\n", kde->channel); in kbdAppDetach()
254 OSReport ("ch %d hid code: 0x%02x v down\n", kke->channel, kke->hid); in kbdAppKeyEvent()
282 OSReport("ch %d key: -> ", kke->channel); in kbdAppKeyEvent()
290 OSReport("%s", SpecialTable[i].name); in kbdAppKeyEvent()
301 OSReport (" <-"); in kbdAppKeyEvent()
303 OSReport (" (%s) utf32 unicode: 0x%08x", countryName[country], kke->unicode); in kbdAppKeyEvent()
305 OSReport (" MS: "); in kbdAppKeyEvent()
307 if (kke->modState & KBD_MS_SHIFT) OSReport("SHF "); in kbdAppKeyEvent()
[all …]
DkbdUTF8Sync.c208 OSReport ("KBD error: calling %s @ %s:%i\n", \
223 OSReport ("kbd app: keyboard added on channel %d\n", kde->channel); in kbdAppAttach()
232 OSReport ("kbd app: keyboard removed on channel %d\n", kde->channel); in kbdAppDetach()
253 OSReport ("ch %d hid code: 0x%02x v down\n", kke->channel, kke->hid); in kbdAppKeyEvent()
281 OSReport("ch %d key: -> ", kke->channel); in kbdAppKeyEvent()
289 OSReport("%s", SpecialTable[i].name); in kbdAppKeyEvent()
300 OSReport (" <-"); in kbdAppKeyEvent()
302 OSReport (" (%s) utf32 unicode: 0x%08x", countryName[country], kke->unicode); in kbdAppKeyEvent()
304 OSReport (" MS: "); in kbdAppKeyEvent()
306 if (kke->modState & KBD_MS_SHIFT) OSReport("SHF "); in kbdAppKeyEvent()
[all …]
DkbdLowLevelSync.c63 OSReport ("KBD error: calling %s @ %s:%i\n", \
71 OSReport ("kbd app: keyboard added on channel %d\n", kde->channel); in kbdAppAttach()
80 OSReport ("kbd app: keyboard removed on channel %d\n", kde->channel); in kbdAppDetach()
91 OSReport ("\t\t\thid code: 0x%02x ^ up (chan %d)\n", kke->hid, kke->channel); in kbdAppKeyEvent()
93 OSReport ("hid code: 0x%02x v down (chan %d)\n", kke->hid, kke->channel); in kbdAppKeyEvent()
127 OSReport ("\n\n"); in main()
128 OSReport ("************************************************\n"); in main()
129 OSReport ("kbdLowLevelSync Low-level Sync keyboard demo\n"); in main()
130 OSReport ("************************************************\n"); in main()
131 OSReport ("Attach a USB keyboard and press some keys.\n"); in main()
[all …]
DkbdLowLevel.c56 OSReport ("KBD error: calling %s @ %s:%i\n", \
64 OSReport ("kbd app: keyboard added on channel %d\n", kde->channel); in kbdAppAttach()
73 OSReport ("kbd app: keyboard removed on channel %d\n", kde->channel); in kbdAppDetach()
84 OSReport ("\t\t\thid code: 0x%02x ^ up (chan %d)\n", kke->hid, kke->channel); in kbdAppKeyEvent()
86 OSReport ("hid code: 0x%02x v down (chan %d)\n", kke->hid, kke->channel); in kbdAppKeyEvent()
117 OSReport("\n\n"); in main()
118 OSReport("************************************************\n"); in main()
119 OSReport("kbdLowLevel Low-level keyboard demo\n"); in main()
120 OSReport("************************************************\n"); in main()
121 OSReport("Attach a USB keyboard and press some keys.\n"); in main()
[all …]
/RvlSDK-3.2.2/build/demos/nanddemo/src/
Ddirectory.c79 OSReport("Failed to alloc memory. Cannot print directory.\n"); in printDir()
109 OSReport("-"); in printDir()
113 OSReport("d"); in printDir()
117 OSReport("?"); in printDir()
120 stat.permission & NAND_PERM_OWNER_READ ? OSReport("r") : OSReport("-"); in printDir()
121 stat.permission & NAND_PERM_OWNER_WRITE ? OSReport("w") : OSReport("-"); in printDir()
122 stat.permission & NAND_PERM_GROUP_READ ? OSReport("r") : OSReport("-"); in printDir()
123 stat.permission & NAND_PERM_GROUP_WRITE ? OSReport("w") : OSReport("-"); in printDir()
124 stat.permission & NAND_PERM_OTHER_READ ? OSReport("r") : OSReport("-"); in printDir()
125 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 …]
Dcheck.c66 OSReport("This is NANDCheck() demo program.\n"); in main()
67 OSReport("Press A to create save data.\n"); in main()
68 OSReport("Press START to halt this demo.\n"); in main()
92 OSReport("NANDCheck() passed. Creating files/directories...\n"); in main()
96 OSReport("generateSaveFile() failed.\n"); in main()
101 OSReport("moveToHome() failed.\n"); in main()
104 OSReport("Done. Save files are created under ~/%s .\n", saveFilePath); in main()
133 OSReport("NANDGetHomeDir() failed. (Result code: %d)\n", ret); in init()
149 OSReport("createDir() failed.\n"); in generateSaveFile()
158 OSReport("generateFile() failed.\n"); in generateSaveFile()
[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-3.2.2/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-3.2.2/build/demos/reldemo/src/
Dstatic.c83 OSReport("id %d\n", moduleInfo->id); in DumpModuleInfo()
84 OSReport("numSections %d\n", moduleInfo->numSections); in DumpModuleInfo()
85 OSReport("sectionInfoOffset %08xh\n", moduleInfo->sectionInfoOffset); in DumpModuleInfo()
86 OSReport("nameOffset %08xh [%s]\n", moduleInfo->nameOffset, moduleInfo->nameOffset); in DumpModuleInfo()
87 OSReport("nameSize %d\n", moduleInfo->nameSize); in DumpModuleInfo()
88 OSReport("version %d\n", moduleInfo->version); in DumpModuleInfo()
89 OSReport("\n"); in DumpModuleInfo()
95 OSReport("bssSize %d\n", module->bssSize); in DumpModuleHeader()
96 OSReport("relOffset %08xh\n", module->relOffset); in DumpModuleHeader()
97 OSReport("impOffset %08xh\n", module->impOffset); in DumpModuleHeader()
[all …]
/RvlSDK-3.2.2/build/demos/gxdemo/src/Transform/
Dtf-clip-bug.c222 OSReport("\n\n********************************\n"); in main()
223 OSReport("Running...\n\n"); in main()
224 OSReport("********************************\n"); in main()
225 OSReport("This demo shows the properties of the color clipping bug.\n"); in main()
226 OSReport("It also shows the properties of the various Z-buffer modes.\n"); in main()
227 OSReport("\n"); in main()
228 OSReport("It draws 2 rectangles in perspective on either side of the screen.\n"); in main()
229 OSReport("The left rectangle gets darker further away from the viewer, while\n"); in main()
230 OSReport("the right rectangle gets brighter further away from the viewer.\n"); in main()
231 OSReport("When the rectangles get near-clipped, the colors can flip around!\n"); in main()
[all …]
/RvlSDK-3.2.2/build/demos/rsodemo/Manually/src/
Dstatic.c98 OSReport("_unresolved func.\n"); in _unresolved()
174 OSReport("Loading static rso...\n"); in main()
180 OSReport("Linking module A...\n"); in main()
187 OSReport("Linking module B...\n"); in main()
194 OSReport("Linking module C...\n"); in main()
203 OSReport("moduleA's ImportSymbol is resolved all.\n"); in main()
207 OSReport("moduleB's ImportSymbol is resolved all.\n"); in main()
211 OSReport("moduleC's ImportSymbol is resolved all.\n"); in main()
218 OSReport("A,S resolved %d\n", resolved); in main()
221 OSReport("B,S resolved %d\n", resolved); in main()
[all …]
/RvlSDK-3.2.2/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-3.2.2/build/demos/kprdemo/src/
Dkprdemo.c207 OSReport ("KBD error: calling %s @ %s:%i\n", \
223 OSReport ("kbd app: keyboard added on channel %d\n", kde->channel); in kbdAppAttach()
232 OSReport ("kbd app: keyboard removed on channel %d\n", kde->channel); in kbdAppDetach()
289 OSReport("%s\n", SpecialTable[i].name); in kbdAppKeyEvent()
309 OSReport("\\%d", utf16); in kbdAppKeyEvent()
315 OSReport("\n"); in kbdAppKeyEvent()
328 OSReport("Language switched to Romaji\n"); in kbdAppKeyEvent()
332 OSReport("Language switched to Hiragana\n"); in kbdAppKeyEvent()
336 OSReport("Language switched to Katakana\n"); in kbdAppKeyEvent()
353 OSReport("Language switched to Greek\n"); in kbdAppKeyEvent()
[all …]
/RvlSDK-3.2.2/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 …]
/RvlSDK-3.2.2/build/demos/darchdemo/src/
Ddarchdemo.c93 OSReport("Failed to open %s\n", darchFileInfo->pathName); in GetFileInfo()
103 OSReport("Failed to read %s\n", darchFileInfo->pathName); in GetFileInfo()
109 OSReport(" Arc File Number : %d\n", darchFileInfoNum); in GetFileInfo()
135 OSReport(" Failed to open %s\n", DARCHTEST_ARC_FILE_NAME); in CompTest()
144 OSReport(" Failed to read %s\n", DARCHTEST_ARC_FILE_NAME); in CompTest()
152 OSReport(" Failed to compare image size\n"); in CompTest()
153 OSReport("cmp Buffer Size : %d Bytes\n", cmpSize); in CompTest()
163 OSReport(" Failed to compare %dth data %x %02X!=%02X\n", in CompTest()
200 OSReport(" dstBuffer Size : %d Bytes\n", size); in main()
204 OSReport(" dstBuffer Address : 0x%08X - 0x%08X\n", dstBuffer, (void*)((u32)dstBuffer + size)); in main()
[all …]
/RvlSDK-3.2.2/build/demos/rsodemo/LinkList/src/
Dstatic.c93 OSReport("_unresolved func.\n"); in _unresolved()
141 OSReport("Loading static rso...\n"); in main()
147 OSReport("Linking module A...\n"); in main()
154 OSReport("Linking module B...\n"); in main()
163 OSReport("moduleA's ImportSymbol is resolved all.\n"); in main()
167 OSReport("moduleB's ImportSymbol is resolved all.\n"); in main()
171 OSReport("\nA prolog()\n"); in main()
173 OSReport("\nB prolog()\n"); in main()
179 OSReport("MainA = %x\n",MainA); in main()
180 OSReport("g_intA = %x\n",g_intA); in main()
[all …]
/RvlSDK-3.2.2/build/demos/rsodemo/LinkFar/src/
Dg.c70 OSReport("\nError: G called an unlinked function.\n"); in _unresolved()
71 OSReport("Address: Back Chain LR Save\n"); in _unresolved()
76 OSReport("0x%08x: 0x%08x 0x%08x\n", p, p[0], p[1]); in _unresolved()
78 OSReport("\n"); in _unresolved()
84 OSReport("Hello, I'm MainG()!\n"); in MainG()
90 OSReport("Bye, I'm MainG()!\n"); in MainG()
96 OSReport("Yes, I'm G.\n"); in IsGThere()
102 OSReport("Yes, I'm G 2.\n"); in IsGThere2()
107 OSReport("Yes, I'm G 3.\n"); in IsGThere3()

12345678910>>...12