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()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 …]
491 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()
152 fileinfo[MB_MAX_FILE];
43 #define MB_MAX_FILE (16) macro