Home
last modified time | relevance | path

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

/TwlSDK-5.5/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()
590 if (fileid >= MB_MAX_FILE in MBi_CommParentRecvDataPerChild()
685 SDK_ASSERT(fileid < MB_MAX_FILE); in MBi_CommParentRecvDataPerChild()
702 SDK_ASSERT(fileid < MB_MAX_FILE); in MBi_CommParentRecvDataPerChild()
753 for (i = 0; i < MB_MAX_FILE; i++) in MBi_CommParentRecvData()
821 u8 file_req_num[MB_MAX_FILE]; in MBi_CommParentSendDLFileInfo()
824 MI_CpuClear8(&file_req_num[0], sizeof(u8) * MB_MAX_FILE); in MBi_CommParentSendDLFileInfo()
838 for (i = 0; i < MB_MAX_FILE; i++) // Determine the send file ID in MBi_CommParentSendDLFileInfo()
841 fid = (u8)((fid + 1) % MB_MAX_FILE); in MBi_CommParentSendDLFileInfo()
[all …]
Dmb_fileinfo.c491 if (pPwork->file_num + 1 > MB_MAX_FILE) in MB_RegisterFile()
499 for (i = 0; i < MB_MAX_FILE; i++) in MB_RegisterFile()
517 if (i == MB_MAX_FILE) in MB_RegisterFile()
609 for (i = 0; i < MB_MAX_FILE; i++) in MB_UnregisterFile()
619 if (i == MB_MAX_FILE) in MB_UnregisterFile()
/TwlSDK-5.5/build/libraries/mb/common/include/
Dmb_private.h152 fileinfo[MB_MAX_FILE];
/TwlSDK-5.5/include/nitro/mb/
Dmb.h43 #define MB_MAX_FILE (16) macro