Searched refs:MB_MAX_FILE (Results 1 – 4 of 4) sorted by relevance
162 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 …]
488 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()
152 fileinfo[MB_MAX_FILE];
43 #define MB_MAX_FILE (16) macro