| /TwlSDK-5.4/build/libraries/fs/common/src/ |
| D | fs_hook.c | 58 FSArchive *target = NULL; in FSi_SystemEvents() local 64 target = FS_FindArchive("rom", 3); in FSi_SystemEvents() 69 target = FS_FindArchive("rom", 3); in FSi_SystemEvents() 75 target = FS_FindArchive("sdmc", 4); in FSi_SystemEvents() 80 target = FS_FindArchive("sdmc", 4); in FSi_SystemEvents() 90 if ((hook->arc == target) && (hook->callback != NULL)) in FSi_SystemEvents()
|
| D | fs_overlay.c | 187 …const OVERLAYPROC proc = (ovi->target == MI_PROCESSOR_ARM9) ? OVERLAYPROC_ARM9 : OVERLAYPROC_ARM… in FSi_RegisterOverlayToDebugger() 205 …const OVERLAYPROC proc = (ovi->target == MI_PROCESSOR_ARM9) ? OVERLAYPROC_ARM9 : OVERLAYPROC_ARM… in FSi_UnregisterOverlayToDebugger() 336 BOOL FS_LoadOverlayInfo(FSOverlayInfo *p_ovi, MIProcessor target, FSOverlayID id) in FS_LoadOverlayInfo() argument 340 const CARDRomRegion *pr = (target == MI_PROCESSOR_ARM9) ? in FS_LoadOverlayInfo() 360 p_ovi->target = target; in FS_LoadOverlayInfo() 374 pr = (target == MI_PROCESSOR_ARM9) ? in FS_LoadOverlayInfo() 391 p_ovi->target = target; in FS_LoadOverlayInfo() 481 BOOL FS_LoadOverlayInfo(FSOverlayInfo *p_ovi, MIProcessor target, FSOverlayID id) in FS_LoadOverlayInfo() argument 486 pr = (target == MI_PROCESSOR_ARM9) ? in FS_LoadOverlayInfo() 494 p_ovi->target = target; in FS_LoadOverlayInfo() [all …]
|
| /TwlSDK-5.4/build/libraries/wxc/ARM9/src/ |
| D | wxc_api.c | 89 WXCProtocolRegistry *target = in WXCi_SeekNextBlock() local 91 if (!target) in WXCi_SeekNextBlock() 94 target = WXC_FindNextBlock(work->protocol, NULL, 0, TRUE); in WXCi_SeekNextBlock() 97 if (target != NULL) in WXCi_SeekNextBlock() 99 WXC_SetCurrentBlock(work->protocol, target); in WXCi_SeekNextBlock() 100 work->parent_param.ggid = target->ggid; in WXCi_SeekNextBlock() 834 WXCProtocolRegistry *target = WXC_FindNextBlock(work->protocol, NULL, ggid, TRUE); in WXC_SetInitialData() local 835 if (target) in WXC_SetInitialData() 837 WXC_SetInitialExchangeBuffers(target, send_ptr, send_size, recv_ptr, recv_size); in WXC_SetInitialData() 856 WXCProtocolRegistry *target = WXC_FindNextBlock(work->protocol, NULL, ggid, TRUE); in WXC_UnregisterData() local [all …]
|
| D | wxc_protocol.c | 167 WXCProtocolRegistry *target; in WXC_FindNextBlock() local 175 target = (WXCProtocolRegistry *) from; in WXC_FindNextBlock() 180 if (++target >= &protocol->data_array[WXC_REGISTER_DATA_MAX]) in WXC_FindNextBlock() 182 target = &protocol->data_array[0]; in WXC_FindNextBlock() 185 eq = (target->ggid == ggid); in WXC_FindNextBlock() 191 if (target == from) in WXC_FindNextBlock() 193 target = NULL; in WXC_FindNextBlock() 197 return target; in WXC_FindNextBlock()
|
| D | wxc_driver.c | 104 driver->state = driver->target; in WXCi_ErrorQuit() 319 if (driver->target == state) in WXCi_OnStateChanged() 373 switch (driver->target) in WXCi_OnStateChanged() 387 switch (driver->target) in WXCi_OnStateChanged() 454 driver->target = WXC_DRIVER_STATE_ERROR; in WXCi_IndicateCallback() 834 driver->target = WXC_DRIVER_STATE_PARENT; in WXCi_ChildIndicate() 839 driver->target = WXC_DRIVER_STATE_IDLE; in WXCi_ChildIndicate() 1043 if (driver->target == WXC_DRIVER_STATE_CHILD) in WXCi_ScanProc() 1092 if (driver->target == WXC_DRIVER_STATE_CHILD) in WXCi_ScanProc() 1094 driver->target = WXC_DRIVER_STATE_IDLE; in WXCi_ScanProc() [all …]
|
| /TwlSDK-5.4/build/demos/fs/overlay/src/ |
| D | main.c | 38 static BOOL LoadOverlayHigh(MIProcessor target, FSOverlayID id) in LoadOverlayHigh() argument 40 return FS_LoadOverlay(target, id); in LoadOverlayHigh() 54 static BOOL LoadOverlayMiddle(MIProcessor target, FSOverlayID id) in LoadOverlayMiddle() argument 58 if (FS_LoadOverlayInfo(&info, target, id)) in LoadOverlayMiddle() 81 static BOOL LoadOverlayLow(MIProcessor target, FSOverlayID id) in LoadOverlayLow() argument 85 if (FS_LoadOverlayInfo(&info, target, id)) in LoadOverlayLow()
|
| /TwlSDK-5.4/include/nitro/fs/ |
| D | overlay.h | 67 MIProcessor target; member 98 BOOL FS_LoadOverlayInfo(FSOverlayInfo *p_ovi, MIProcessor target, FSOverlayID id); 244 BOOL FS_LoadOverlay(MIProcessor target, FSOverlayID id); 256 BOOL FS_UnloadOverlay(MIProcessor target, FSOverlayID id); 272 void FS_AttachOverlayTable(MIProcessor target, const void *ptr, u32 len);
|
| /TwlSDK-5.4/build/libraries/card/common/src/ |
| D | card_common.c | 46 void CARDi_LockResource(CARDiOwner owner, CARDTargetMode target) in CARDi_LockResource() argument 52 if (p->lock_target != target) in CARDi_LockResource() 64 p->lock_target = target; in CARDi_LockResource() 80 void CARDi_UnlockResource(CARDiOwner owner, CARDTargetMode target) in CARDi_UnlockResource() argument 90 if (p->lock_target != target) in CARDi_UnlockResource()
|
| /TwlSDK-5.4/build/libraries/wbt/common/src/ |
| D | wbt_api.c | 374 BOOL WBT_RequestSync(WBTAidBitmap target, WBTCallback callback) in WBT_RequestSync() argument 381 WBT_PostCommand(wbti_command_work, list, target, NULL); in WBT_RequestSync() 400 WBT_GetBlockInfo(WBTAidBitmap target, int block_info_no, WBTBlockInfoTable *block_info_table, in WBT_GetBlockInfo() argument 408 WBT_PostCommand(wbti_command_work, list, target, NULL); in WBT_GetBlockInfo() 429 WBT_GetBlock(WBTAidBitmap target, WBTBlockId block_id, WBTRecvBufTable *recv_buf_table, in WBT_GetBlock() argument 437 WBT_PostCommand(wbti_command_work, list, target, NULL); in WBT_GetBlock() 455 BOOL WBT_PutUserData(WBTAidBitmap target, const void *user_data, int size, WBTCallback callback) in WBT_PutUserData() argument 462 WBT_PostCommand(wbti_command_work, list, target, NULL); in WBT_PutUserData()
|
| /TwlSDK-5.4/include/nitro/ |
| D | wbt.h | 562 BOOL WBT_RequestSync(u16 target, WBTCallback callback); 578 BOOL WBT_GetBlockInfo(u16 target, int index, 598 BOOL WBT_GetBlock(u16 target, u32 block_id, 616 BOOL WBT_PutUserData(u16 target, const void *user_data, int size, WBTCallback callback); 629 BOOL WBT_CancelCurrentCommand(u16 target);
|
| /TwlSDK-5.4/include/nitro/wxc/ |
| D | driver.h | 120 WXCDriverState target; member 175 void WXC_SetDriverTarget(WXCDriverWork * driver, WXCDriverState target); 216 return driver->target; in WXC_GetDriverTarget()
|
| D | protocol.h | 255 static inline void WXC_SetCurrentBlock(WXCProtocolContext * protocol, WXCProtocolRegistry * target) in WXC_SetCurrentBlock() argument 257 protocol->current_block = target; in WXC_SetCurrentBlock()
|
| /TwlSDK-5.4/build/demos.TWL/snd/IIRFilterdemo/src/ |
| D | main.c | 74 static void UpdateValue (u16* target, s16 value); 341 static void UpdateValue(u16* target, s16 value) in UpdateValue() argument 343 if ((s32)(*(target) + value) >= 0 && (u32)(*(target) + value) <= 0xffff) in UpdateValue() 345 *target = (u16)(*(target) + value); in UpdateValue()
|
| /TwlSDK-5.4/include/twl/snd/ARM9/ |
| D | sndex.h | 152 SNDEXResult SNDEXi_SetIirFilterAsync (SNDEXIirFilterTarget target, const SNDEXIirFilterParam* pP… 153 SNDEXResult SNDEXi_SetIirFilter (SNDEXIirFilterTarget target, const SNDEXIirFilterParam* pP… 575 SNDEX_SetIirFilterAsync(SNDEXIirFilterTarget target, const SNDEXIirFilterParam* pParam, SNDEXCallba… in SNDEX_SetIirFilterAsync() argument 578 SNDEXi_SetIirFilterAsync(target, pParam, callback, arg) : SNDEX_RESULT_ILLEGAL_STATE); in SNDEX_SetIirFilterAsync() 592 SNDEX_SetIirFilter(SNDEXIirFilterTarget target, const SNDEXIirFilterParam* pParam) in SNDEX_SetIirFilter() argument 595 SNDEXi_SetIirFilter(target, pParam) : SNDEX_RESULT_ILLEGAL_STATE); in SNDEX_SetIirFilter()
|
| /TwlSDK-5.4/include/nitro/card/ |
| D | rom.h | 113 SDK_INLINE const CARDRomRegion *CARD_GetRomRegionOVT(MIProcessor target) in CARD_GetRomRegionOVT() argument 116 return (target == MI_PROCESSOR_ARM9) ? &header->main_ovt : &header->sub_ovt; in CARD_GetRomRegionOVT()
|
| /TwlSDK-5.4/build/libraries/card/common/include/ |
| D | card_common.h | 240 void CARDi_LockResource(CARDiOwner owner, CARDTargetMode target); 252 void CARDi_UnlockResource(CARDiOwner owner, CARDTargetMode target);
|
| /TwlSDK-5.4/include/nitro/gx/ |
| D | g3_util.h | 44 void G3i_LookAt_(const VecFx32 *camPos, const VecFx32 *camUp, const VecFx32 *target, BOOL draw, 223 G3_LookAt(const VecFx32 *camPos, const VecFx32 *camUp, const VecFx32 *target, MtxFx43 *mtx) in G3_LookAt() argument 225 G3i_LookAt_(camPos, camUp, target, TRUE, mtx); in G3_LookAt()
|
| /TwlSDK-5.4/build/tools/showversion/ |
| D | main.c | 297 u32 dBuildType = 0xffffffff, buildType = 0, target = 0; in main() local 307 target = (buffer[3] >> 8) & 0x000000ff; in main() 309 printf("BUILD_TYPE:ARM%d %s\n", (int)target, in main()
|
| /TwlSDK-5.4/build/libraries/dsp/common/src/ |
| D | dsp_pipe.c | 419 DSPPipe *target = &monitor->pipe[port][peer]; in DSP_LoadPipe() local 424 DSP_LoadData((DSPAddrInARM)target, pipe, sizeof(*pipe)); in DSP_LoadPipe() 462 DSPPipe *target = &monitor->pipe[port][peer]; in DSP_FlushPipe() local 465 DSP_StoreData((DSPAddrInARM)&target->rpos, &pipe->rpos, sizeof(target->rpos)); in DSP_FlushPipe() 469 DSP_StoreData((DSPAddrInARM)&target->wpos, &pipe->wpos, sizeof(target->wpos)); in DSP_FlushPipe()
|
| /TwlSDK-5.4/build/tools/makelcf/ |
| D | container.c | 712 const char *target = Static.targetName ? Static.targetName : Static.name; in CheckProperty() local 721 char *name = Alloc(strlen(target) + strlen(t->overlaydefs + 1) + 1); in CheckProperty() 722 strcpy(name, target); in CheckProperty() 734 char *name = Alloc(strlen(target) + strlen(t->overlaytable + 1) + 1); in CheckProperty() 735 strcpy(name, target); in CheckProperty()
|
| /TwlSDK-5.4/build/libraries/mb/common/include/ |
| D | mb_fileinfo.h | 69 …u32 target:1; // Target (MI_PROCESSOR_ARM9 or _ARM7. A file without attribute… member
|
| /TwlSDK-5.4/build/libraries/os/ARM9/src/ |
| D | os_china.c | 475 u16 target = 0x0001 << 5; in DispExclusiveMessage() local 491 data += target; in DispExclusiveMessage() 493 target = (u16)(~target + 1); in DispExclusiveMessage()
|
| /TwlSDK-5.4/build/tools/loadrun/ |
| D | loadrun.txt | 39 The first machine found with the device specified here becomes the target for that action. 43 The first machine found with the serial number specified here becomes the target for that action. 46 If no specification is made, the first machine found becomes the target.
|
| /TwlSDK-5.4/include/twl/os/common/ |
| D | systemWork.h | 90 u8 target : 2; member
|
| /TwlSDK-5.4/build/libraries/fx/common/src/ |
| D | fx_mtx43.c | 476 void MTX_LookAt(const VecFx32 *camPos, const VecFx32 *camUp, const VecFx32 *target, MtxFx43 *mtx) in MTX_LookAt() argument 482 SDK_NULL_ASSERT(target); in MTX_LookAt() 485 vLook.x = camPos->x - target->x; in MTX_LookAt() 486 vLook.y = camPos->y - target->y; in MTX_LookAt() 487 vLook.z = camPos->z - target->z; in MTX_LookAt()
|