Home
last modified time | relevance | path

Searched refs:code (Results 1 – 25 of 31) sorted by relevance

12

/TwlSDK-5.1.0/build/demos/wm/dataShare-Model/src/
Dunicode.c61 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 …]
Dprint.c67 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/
DDEMOFont.c29 #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 …]
DDEMOBitmap.c689 const u32* DEMO_GetSjisFont(int code); in DEMODrawText()
/TwlSDK-5.1.0/build/demos.TWL/nandApp/other_backup/src/
Dmain.c38 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/
Ddis29 mwldarm.exe -w off -dis -nostdlib -show only,comments,code,source,names,hex -proc arm9tdmi $1
Dpdic2c.pl121 code => $nameMap{$name},
/TwlSDK-5.1.0/include/nitro/prc/
Dtypes.h95 u16 code; member
Dcommon.h101 return (entry != NULL) ? entry->code : -1; in PRC_GetEntryCode()
/TwlSDK-5.1.0/build/demos/prc/characterRecognition-2/src/
Dmain.c415 … (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/
Dmain.c535 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/
Dwh.c528 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/
Dos_china.c398 u16 code = 1; in DispExclusiveMessage() local
405 *dst++ = code++; in DispExclusiveMessage()
/TwlSDK-5.1.0/man/en_US/
Dwm_changes_041006.txt31 …Note: Although unrelated to this change, be aware that code comparing wcWmBssDesc->length was omit…
/TwlSDK-5.1.0/build/demos/wireless_shared/wh/
Dwh.c581 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/
Dnitro.css132 code.src pre
/TwlSDK-5.1.0/build/tools/loadrun/
Dloadrun.txt70 …If a line break code such as OS_Printf(&ldquo;\n&rdquo;) or OS_Printf(&ldquo; SOON\n&rdquo;) come…
/TwlSDK-5.1.0/include/nitro/specfiles/
DARM9-TS-cloneboot-C.lcf.template41 # 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!
DARM7-TEG.lcf.template27 # 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/
DARM9-TS-cloneboot-C.lcf.template128 # Collected .parent section code
129 # Notice that .bss, .data section code is not included!
/TwlSDK-5.1.0/build/tools/makelcf/test/
DARM9-TEG.autogen.lcf47 # Corrected a problem where code would not function normally when using section names such as sect…
Dtest2.lcf47 # Corrected a problem where code would not function normally when using section names such as sect…
Dtest.autogen.lcf47 # Corrected a problem where code would not function normally when using section names such as sect…
/TwlSDK-5.1.0/build/buildsetup/ioreg/
Dio_register_list.TWL.csv136 …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/
DARM9-TS-cloneboot-C.lcf.template113 # Collected .parent section code
114 # Notice that .bss, .data section code is not included!

12