| /TwlSDK-5.4/include/nitro/prc/ |
| D | common.h | 258 static inline u16 PRCi_CalcAngle(const PRCPoint *from, const PRCPoint *to) in PRCi_CalcAngle() argument 260 SDK_ASSERT(from && to); in PRCi_CalcAngle() 261 return ((u16)(FX_Atan2Idx(to->y - from->y, to->x - from->x))); in PRCi_CalcAngle()
|
| /TwlSDK-5.4/build/demos/spi/mic-2/src/ |
| D | main.c | 154 const SMP *from = (const SMP *)g_record_smps; in OutputSampleWave() local 157 while ((lines < max_line_per_frame) && (from + smps_per_line <= to)) in OutputSampleWave() 164 u32 unit = from[i]; in OutputSampleWave() 176 from += smps_per_line; in OutputSampleWave() 179 g_record_smps = from; in OutputSampleWave() 188 const SMP *from = (const SMP *)g_record_smps; in OutputSampleWave() local 191 while ((lines < max_line_per_frame) && (from + smps_per_line <= to)) in OutputSampleWave() 198 u32 unit = from[i]; in OutputSampleWave() 210 from += smps_per_line; in OutputSampleWave() 213 g_record_smps = from; in OutputSampleWave()
|
| /TwlSDK-5.4/build/libraries/wxc/ARM9/src/ |
| D | wxc_protocol.c | 165 const WXCProtocolRegistry * from, u32 ggid, BOOL match) in WXC_FindNextBlock() argument 170 if (!from) in WXC_FindNextBlock() 172 from = &protocol->data_array[WXC_REGISTER_DATA_MAX - 1]; in WXC_FindNextBlock() 175 target = (WXCProtocolRegistry *) from; in WXC_FindNextBlock() 191 if (target == from) in WXC_FindNextBlock()
|
| /TwlSDK-5.4/man/en_US/ |
| D | wm_changes_041006.txt | 1 Example of How to Deal with WM Changes from NITRO-SDK 2.0 FC to 2.0 RC1 20 WMGameInfo has also been changed from u16 ggid[2] to u32 ggid. 31 …to this change, be aware that code comparing wcWmBssDesc->length was omitted from the old SDK demo. 35 MAC address expressions were changed from u16 macAddress[3] to u8 macAddress[6].
|
| /TwlSDK-5.4/build/demos/mb/multiboot/ |
| D | readme.txt | 22 CONNECTED ... Connection made from a child device 24 ENTRY REQUEST ... Entry request has been made from a child device 27 ENTRY OK ... A download request from a child device has been allowed
|
| /TwlSDK-5.4/include/twl/hw/ARM9/tmp/ |
| D | readme.txt | 1 ioreg_CFG.h will be read from the official register table when it is ready. However, because it doe…
|
| /TwlSDK-5.4/build/libraries/wm/ARM9/inc/ |
| D | wm_arm9_private.h | 89 #define WM_DLOGF2_CALLBACK(from, msg, ...) \ argument 90 …%03d-%03d| " msg "\n", ((OS_GetVBlankCount()+(_SDK_WM_vcount<192))&0xff), from, _SDK_WM_vcount, __…
|
| /TwlSDK-5.4/build/libraries/std/common/src/ |
| D | std_string.c | 1226 u32 from = 0; in STD_TVSScanf() local 1249 STDi_SetBitset(bitset, from); in STD_TVSScanf() 1262 if ((from != 0) && (*fmt == '-')) in STD_TVSScanf() 1269 from = (u8)*fmt; in STD_TVSScanf() 1277 if (from > to) in STD_TVSScanf() 1279 STDi_SetBitset(bitset, from); in STD_TVSScanf() 1286 STDi_FillBitset(bitset, from, to + 1UL); in STD_TVSScanf() 1289 from = 0; in STD_TVSScanf()
|
| /TwlSDK-5.4/build/demos/tips/BuildFinalRom/ |
| D | README.txt | 4 1) Get your "libsyscall.a" and "rom header template" from Nintendo.
|
| D | ROM-TS.rsf | 83 # BANNER FILE: generated from Banner Spec File
|
| /TwlSDK-5.4/build/tools/loadrun/ |
| D | loadrun.txt | 2 It can be run from the command line without starting the debugger, and can be forcibly terminated w… 15 OS_Printf() from the DS is not displayed. 52 …Forcibly terminates after the specified period of time passes from when debugger loads and execute…
|
| /TwlSDK-5.4/build/demos/fs/overlay/ |
| D | ARM9-TS.lsf | 47 # main_overlay_3 is in ITCM (from 0x01FF8000, after ITCM).
|
| D | ARM9.TWL-TS.lsf | 47 # main_overlay_3 is in ITCM (from 0x01FF8000, after ITCM).
|
| /TwlSDK-5.4/build/libraries/fs/common/include/ |
| D | command.h | 124 FSSeekFileMode from; member
|
| /TwlSDK-5.4/build/demos/gx/UnitTours/DEMOLib/src/ |
| D | DEMOHostio.c | 562 static FSResult DEMOi_HIO_SeekFile(FSArchive *arc, FSFile *file, int *offset, FSSeekFileMode from) in DEMOi_HIO_SeekFile() argument 568 if (from == FS_SEEK_SET) in DEMOi_HIO_SeekFile() 572 else if (from == FS_SEEK_CUR) in DEMOi_HIO_SeekFile() 576 else if (from == FS_SEEK_END) in DEMOi_HIO_SeekFile()
|
| /TwlSDK-5.4/build/tools/makelcf.TWL/test/ |
| D | overlay.lsf | 42 # main_overlay_3 is in ITCM (from 0x01FF8000, after ITCM).
|
| /TwlSDK-5.4/build/tools/makelcf/test/ |
| D | overlay.lsf | 54 # main_overlay_3 is in ITCM (from 0x01FF8000, after ITCM).
|
| /TwlSDK-5.4/build/demos/tips/NTRBanner/ |
| D | ROM-TS.rsf | 81 # BANNER FILE: generated from Banner Spec File
|
| /TwlSDK-5.4/build/demos/os/forKorea-1/ |
| D | forKorea.rsf | 90 # BANNER FILE: generated from Banner Spec File
|
| /TwlSDK-5.4/build/demos/os/forChina-1/ |
| D | forChina.rsf | 90 # BANNER FILE: generated from Banner Spec File
|
| /TwlSDK-5.4/include/nitro/wxc/ |
| D | protocol.h | 278 const WXCProtocolRegistry * from, u32 ggid, BOOL match);
|
| /TwlSDK-5.4/include/nitro/specfiles/ |
| D | ARM7-TEG.lcf | 54 # copy from ARM9's
|
| D | ROM-TEG.rsf | 101 # BANNER FILE: generated from Banner Spec File
|
| D | ROM-TS.rsf | 98 # BANNER FILE: generated from Banner Spec File
|
| /TwlSDK-5.4/include/nitro/fs/ |
| D | archive.h | 56 FSResult (*SeekFile)(struct FSArchive*, struct FSFile*, int *offset, FSSeekFileMode from);
|