| /TwlSDK-5.1.0/build/demos/wm/dataShare-Model/src/ |
| D | unicode.c | 61 u16 code; in ExSJIS_BEtoUTF16_LE() local 68 code = (u16)((u16)*sjisp++ << 8); in ExSJIS_BEtoUTF16_LE() 69 code |= (u16)*sjisp++; in ExSJIS_BEtoUTF16_LE() 73 code = (u16)*sjisp++; in ExSJIS_BEtoUTF16_LE() 76 if (code == 0x005c) in ExSJIS_BEtoUTF16_LE() 81 else if (code == 0x007e) in ExSJIS_BEtoUTF16_LE() 86 else if ((code == 0x000d) || (code == 0x000a)) in ExSJIS_BEtoUTF16_LE() 88 *unip = code; // Line feed code in ExSJIS_BEtoUTF16_LE() 91 else if ((code >= 0x0020) && (code < 0x007e)) // ' ' �` } in ExSJIS_BEtoUTF16_LE() 93 *unip = code; in ExSJIS_BEtoUTF16_LE() [all …]
|
| D | print.c | 67 u16 code; in PR_PutString() local 72 while ((code = PRi_SplitCharShiftJIS((const void **)&p)) != '\0') in PR_PutString() 74 if (code == '\n') in PR_PutString() 85 else if (code == '\\') in PR_PutString() 101 (u16)((pal << 12) | (0x0fff & PRi_GetFontIndex(code))); in PR_PutString()
|
| /TwlSDK-5.1.0/build/demos/gx/UnitTours/DEMOLib/src/ |
| D | DEMOFont.c | 29 #define CHARACTER_MISSING(code) CHARACTER_NULL argument 30 #define CHARACTER_RESERVED(code) CHARACTER_NULL argument 967 const u32* DEMO_GetSjisFont(int code); 968 const u32* DEMO_GetSjisFont(int code) in DEMO_GetSjisFont() argument 970 u8 lo = (u8)(code >> 0); in DEMO_GetSjisFont() 971 u8 hi = (u8)(code >> 8); in DEMO_GetSjisFont() 976 else if ((code >= 0x829F) && (code <= 0x82F1)) in DEMO_GetSjisFont() 978 return &DEMOFontSjis829F_82F1[8 * (code - 0x829F)]; in DEMO_GetSjisFont() 980 else if ((code >= 0x8340) && (code <= 0x8396)) in DEMO_GetSjisFont() 982 return &DEMOFontSjis8340_8396[8 * (code - 0x8340)]; in DEMO_GetSjisFont() [all …]
|
| D | DEMOBitmap.c | 689 const u32* DEMO_GetSjisFont(int code); in DEMODrawText()
|
| /TwlSDK-5.1.0/build/demos.TWL/nandApp/other_backup/src/ |
| D | main.c | 38 static void MountOtherSaveData(const char *code, BOOL flag); 93 const char code[5] = "4BNA"; in TwlMain() local 94 DrawString("Target App Code = %s\n", code); in TwlMain() 108 MountOtherSaveData(code, TRUE); in TwlMain() 111 MountOtherSaveData(code, FALSE); in TwlMain() 117 MountOtherSaveData(code, TRUE); in TwlMain() 120 MountOtherSaveData(code, FALSE); in TwlMain() 126 MountOtherSaveData(code, TRUE); in TwlMain() 129 MountOtherSaveData(code, FALSE); in TwlMain() 141 MountOtherSaveData(code, TRUE); in TwlMain() [all …]
|
| /TwlSDK-5.1.0/tools/bin/ |
| D | dis | 29 mwldarm.exe -w off -dis -nostdlib -show only,comments,code,source,names,hex -proc arm9tdmi $1
|
| D | pdic2c.pl | 121 code => $nameMap{$name},
|
| /TwlSDK-5.1.0/include/nitro/prc/ |
| D | types.h | 95 u16 code; member
|
| D | common.h | 101 return (entry != NULL) ? entry->code : -1; in PRC_GetEntryCode()
|
| /TwlSDK-5.1.0/build/demos/prc/characterRecognition-2/src/ |
| D | main.c | 415 … (fDictShown) ? PatternName[PrototypeList.entries[dictIndex].code] : "<New Pattern>", in NitroMain() 518 PatternName[PrototypeList.entries[dictIndex].code]); in NitroMain() 531 PatternName[PrototypeList.entries[dictIndex].code], in NitroMain() 803 int code; in PrintRecognitionResult() local 808 code = PRC_GetEntryCode(results[iResult]); in PrintRecognitionResult() 809 OS_Printf(" '%s' (score: %d.%03d)\n", PatternName[code], FX_Whole(scores[iResult]), in PrintRecognitionResult()
|
| /TwlSDK-5.1.0/build/demos/prc/characterRecognition-1/src/ |
| D | main.c | 535 int code; in PrintRecognitionResult() local 540 code = PRC_GetEntryCode(results[iResult]); in PrintRecognitionResult() 541 OS_Printf(" '%s' (score: %d.%03d)\n", PatternName[code], FX_Whole(scores[iResult]), in PrintRecognitionResult()
|
| /TwlSDK-5.1.0/build/demos.TWL/mp_shared/wh/ |
| D | wh.c | 528 static const char *WH_GetWMStateCodeName(u16 code) in WH_GetWMStateCodeName() argument 560 if (0 <= code && code < sizeof(statenames) / sizeof(char *)) in WH_GetWMStateCodeName() 562 return statenames[code]; in WH_GetWMStateCodeName() 718 static void WH_SetError(int code) in WH_SetError() argument 726 sErrCode = code; in WH_SetError()
|
| /TwlSDK-5.1.0/build/libraries/os/ARM9/src/ |
| D | os_china.c | 398 u16 code = 1; in DispExclusiveMessage() local 405 *dst++ = code++; in DispExclusiveMessage()
|
| /TwlSDK-5.1.0/man/en_US/ |
| D | wm_changes_041006.txt | 31 …Note: Although unrelated to this change, be aware that code comparing wcWmBssDesc->length was omit…
|
| /TwlSDK-5.1.0/build/demos/wireless_shared/wh/ |
| D | wh.c | 581 static const char *WH_GetWMStateCodeName(u16 code) in WH_GetWMStateCodeName() argument 613 if (0 <= code && code < sizeof(statenames) / sizeof(char *)) in WH_GetWMStateCodeName() 615 return statenames[code]; in WH_GetWMStateCodeName() 776 static void WH_SetError(int code) in WH_SetError() argument 784 sErrCode = code; in WH_SetError()
|
| /TwlSDK-5.1.0/man/en_US/css/ |
| D | nitro.css | 132 code.src pre
|
| /TwlSDK-5.1.0/build/tools/loadrun/ |
| D | loadrun.txt | 70 …If a line break code such as OS_Printf(“\n”) or OS_Printf(“ SOON\n”) come…
|
| /TwlSDK-5.1.0/include/nitro/specfiles/ |
| D | ARM9-TS-cloneboot-C.lcf.template | 41 # Corrected a problem where code would not function normally when using section names such as sect… 152 # Collected .parent section code 153 # Notice that .bss, .data section code is not included!
|
| D | ARM7-TEG.lcf.template | 27 # Corrected a problem where code would not function normally when using section names such as sect…
|
| /TwlSDK-5.1.0/include/nitro/specfiles/2.x/ |
| D | ARM9-TS-cloneboot-C.lcf.template | 128 # Collected .parent section code 129 # Notice that .bss, .data section code is not included!
|
| /TwlSDK-5.1.0/build/tools/makelcf/test/ |
| D | ARM9-TEG.autogen.lcf | 47 # Corrected a problem where code would not function normally when using section names such as sect…
|
| D | test2.lcf | 47 # Corrected a problem where code would not function normally when using section names such as sect…
|
| D | test.autogen.lcf | 47 # Corrected a problem where code would not function normally when using section names such as sect…
|
| /TwlSDK-5.1.0/build/buildsetup/ioreg/ |
| D | io_register_list.TWL.csv | 136 …th _A and _B because there are two slots on a DSi. _A duplicates existing code.),,,,,,,,,,,,,,,,,,… 155 #External Memory p. 111 (MP and MPA are duplicate definitions so that TWL can support existing code… 157 #Interrupts p. 73 (IE/IF and MI/CA are duplicate definitions so that TWL can support existing code)…
|
| /TwlSDK-5.1.0/include/twl/specfiles/ |
| D | ARM9-TS-cloneboot-C.lcf.template | 113 # Collected .parent section code 114 # Notice that .bss, .data section code is not included!
|