Home
last modified time | relevance | path

Searched refs:MB_MAX_FILE (Results 1 – 4 of 4) sorted by relevance

/TwlSDK-5.1.0/build/libraries/mb/common/src/
Dmb_parent.c162 for (i = 0; i < MB_MAX_FILE; i++) in MB_GetGameEntryBitmap()
427 for (i = 0; i < MB_MAX_FILE; i++) in MBi_CommParentCallback()
595 if (fileid >= MB_MAX_FILE in MBi_CommParentRecvDataPerChild()
690 SDK_ASSERT(fileid < MB_MAX_FILE); in MBi_CommParentRecvDataPerChild()
707 SDK_ASSERT(fileid < MB_MAX_FILE); in MBi_CommParentRecvDataPerChild()
758 for (i = 0; i < MB_MAX_FILE; i++) in MBi_CommParentRecvData()
826 u8 file_req_num[MB_MAX_FILE]; in MBi_CommParentSendDLFileInfo()
829 MI_CpuClear8(&file_req_num[0], sizeof(u8) * MB_MAX_FILE); in MBi_CommParentSendDLFileInfo()
843 for (i = 0; i < MB_MAX_FILE; i++) // Determine the send file ID. in MBi_CommParentSendDLFileInfo()
846 fid = (u8)((fid + 1) % MB_MAX_FILE); in MBi_CommParentSendDLFileInfo()
[all …]
Dmb_fileinfo.c488 if (pPwork->file_num + 1 > MB_MAX_FILE) in MB_RegisterFile()
496 for (i = 0; i < MB_MAX_FILE; i++) in MB_RegisterFile()
514 if (i == MB_MAX_FILE) in MB_RegisterFile()
606 for (i = 0; i < MB_MAX_FILE; i++) in MB_UnregisterFile()
623 if (i == MB_MAX_FILE) in MB_UnregisterFile()
/TwlSDK-5.1.0/build/libraries/mb/common/include/
Dmb_private.h152 fileinfo[MB_MAX_FILE];
/TwlSDK-5.1.0/include/nitro/mb/
Dmb.h43 #define MB_MAX_FILE (16) macro