Home
last modified time | relevance | path

Searched defs:list (Results 1 – 17 of 17) sorted by relevance

/TwlSDK-5.3.1/build/tools/makelcf/
Dcontainer.c130 static tOverlay *NewOverlay(tOverlayList * list) in NewOverlay()
143 static tOverlay *GetOverlay(tOverlayList * list, const char *overlayName) in GetOverlay()
159 static BOOL s_AddOverlay(tOverlayList * list, const char *overlayName) in s_AddOverlay()
251 static tAfter *NewAfter(tAfterList * list) in NewAfter()
265 static tAfter *GetAfter(tAfterList * list, const char *name) in GetAfter()
281 BOOL AddAfter(tAfterList * list, const char *name) in AddAfter()
311 tObject *NewObject(tObjectList * list) in NewObject()
325 tObject *GetObject(tObjectList * list, const char *objectName, const char *sectionName) in GetObject()
341 BOOL AddObject(tObjectList * list, const char *objectName, tObjectType objectType) in AddObject()
351 BOOL SetObjectSection(tObjectList * list, const char *sectionName) in SetObjectSection()
[all …]
/TwlSDK-5.3.1/build/tools/makelcf.TWL/
Dcontainer.c72 static tOverlay *NewOverlay(tOverlayList * list) in NewOverlay()
85 static tOverlay *GetOverlay(tOverlayList * list, const char *overlayName) in GetOverlay()
101 static BOOL s_AddOverlay(tOverlayList * list, const char *overlayName) in s_AddOverlay()
207 static tAfter *NewAfter(tAfterList * list) in NewAfter()
221 static tAfter *GetAfter(tAfterList * list, const char *name) in GetAfter()
237 BOOL AddAfter(tAfterList * list, const char *name) in AddAfter()
267 tObject *NewObject(tObjectList * list) in NewObject()
281 tObject *GetObject(tObjectList * list, const char *objectName, const char *sectionName) in GetObject()
297 BOOL AddObject(tObjectList * list, const char *objectName, tObjectType objectType) in AddObject()
307 BOOL SetObjectSection(tObjectList * list, const char *sectionName) in SetObjectSection()
[all …]
/TwlSDK-5.3.1/build/libraries/wbt/common/src/
Dwbt_api.c49 WBTBlockInfoList *list = wbti_command_work->list; in WBT_PrintBTList() local
376 WBTCommandList *list = WBT_AllocCommandList(wbti_command_work); in WBT_RequestSync() local
403 WBTCommandList *list = WBT_AllocCommandList(wbti_command_work); in WBT_GetBlockInfo() local
432 WBTCommandList *list = WBT_AllocCommandList(wbti_command_work); in WBT_GetBlock() local
457 WBTCommandList *list = WBT_AllocCommandList(wbti_command_work); in WBT_PutUserData() local
Dwbt_context.c314 WBTBlockInfoList *list = work->list; in WBTi_GetPacketBuffer() local
548 WBTBlockInfoList *list = work->list; in WBTi_TryCreateResponse() local
1019 WBTCommandList *list = WBT_GetCurrentCommandList(work); in WBTi_NotifyCompletionCallback() local
1049 WBTCommandList *list = work->command; in WBTi_NotifyCompletionCallback() local
1358 WBTCommandList *list = work->command; in WBT_ResetContext() local
1387 void WBT_PostCommand(WBTContext *work, WBTCommandList *list, u16 bitmap, in WBT_PostCommand()
1427 WBTCommandList *list = WBT_GetCurrentCommandList(work); in WBT_CancelCommand() local
1465 WBTCommandList *list = work->command; in WBT_CancelCommand() local
1578 WBT_RegisterBlockInfo(WBTContext * work, WBTBlockInfoList *list, u32 id, in WBT_RegisterBlockInfo()
1653 WBTBlockInfoList *list = work->list; in WBT_GetRegisteredCount() local
/TwlSDK-5.3.1/include/nitro/wbt/
Dcontext.h219 WBTBlockInfoList *list; /* Registered data block list */ member
445 WBTCommandList *list = work->command; in WBT_GetCurrentCommand() local
473 void WBT_AddCommandPool(WBTContext *work, WBTCommandList *list, int count) in WBT_AddCommandPool()
494 WBTCommandList *list = work->command_pool; in WBT_AllocCommandList() local
528 void WBT_CreateCommandSYNC(WBTContext *work, WBTCommandList *list) in WBT_CreateCommandSYNC()
549 void WBT_CreateCommandINFO(WBTContext *work, WBTCommandList *list, in WBT_CreateCommandINFO()
583 void WBT_CreateCommandGET(WBTContext *work, WBTCommandList * list, in WBT_CreateCommandGET()
612 void WBT_CreateCommandMSG(WBTContext *work, WBTCommandList *list, in WBT_CreateCommandMSG()
653 WBTCommandList *list = WBT_AllocCommandList(context); in WBT_PostCommandSYNC() local
681 WBTCommandList *list = WBT_AllocCommandList(context); in WBT_PostCommandINFO() local
[all …]
/TwlSDK-5.3.1/build/libraries/os/common/src/
Dos_application_jump.c78 const OSTitleIDList *list = (const OSTitleIDList *)HW_OS_TITLE_ID_LIST; in OSi_IsSameMakerCode() local
105 const OSTitleIDList *list = (const OSTitleIDList *)HW_OS_TITLE_ID_LIST; in OSi_SearchTitleIdFromList() local
231 const OSTitleIDList *list = (const OSTitleIDList *)HW_OS_TITLE_ID_LIST; in OS_GetBootableTitleID() local
523 const OSTitleIDList *list = (const OSTitleIDList *)HW_OS_TITLE_ID_LIST; in OSi_GetPrevTitleId() local
Dos_alloc.c174 static Cell *DLAddFront(Cell * list, Cell * cell) in DLAddFront()
195 static Cell *DLLookup(Cell * list, Cell * cell) in DLLookup()
219 static Cell *DLExtract(Cell * list, Cell * cell) in DLExtract()
249 static Cell *DLInsert(Cell * list, Cell * cell) in DLInsert()
311 static BOOL DLOverlap(Cell * list, void *start, void *end) in DLOverlap()
334 static long DLSize(Cell * list) in DLSize()
/TwlSDK-5.3.1/build/libraries/card/common/include/
Dcard_task.h58 CARDTask * volatile list; member
/TwlSDK-5.3.1/build/demos/fs/overlay/src/
Dmain.c144 list[] = in NitroMain() local
/TwlSDK-5.3.1/include/nitro/ctrdg/ARM9/
Dctrdg_task.h57 CTRDGTaskInfo *volatile list; /* Waiting task list */ member
/TwlSDK-5.3.1/build/libraries/mb/common/include/
Dmb_cache.h65 MBiCacheInfo list[MB_CACHE_INFO_MAX]; member
Dmb_gameinfo.h82 … MBGameInfoRecvList list[MB_GAME_INFO_RECV_LIST_NUM]; // List for receiving game information member
/TwlSDK-5.3.1/build/libraries/mb/common/src/
Dmb_task.c28 MBiTaskInfo *volatile list; /* Waiting task list */ member
/TwlSDK-5.3.1/include/nitro/wfs/
Dserver.h74 WFSLockInfo list[WFS_LOCK_HANDLE_MAX]; member
/TwlSDK-5.3.1/include/nitro/fs/
Darchive.h99 struct FSFile *list; // Process wait command list member
/TwlSDK-5.3.1/include/nitro/os/common/
Dthread.h174 OSThread *list; member
/TwlSDK-5.3.1/build/libraries/fs/common/src/
Dfs_archive_fatfs.c338 const u16 *list = FSiPathInvalidCharactersW; in FSi_UsingInvalidCharacterW() local