Searched refs:total_size (Results 1 – 7 of 7) sorted by relevance
57 int total_size; in AsyncAccessTask() local62 total_size = 0; in AsyncAccessTask()117 total_size += n; in AsyncAccessTask()126 total_read_size += total_size; in AsyncAccessTask()128 total_size = 0; in AsyncAccessTask()
81 u32 total_size = 0; in ELi_CopyShStrToBuffer() local94 CurrentShdrEx->Shdr.sh_name = total_size; in ELi_CopyShStrToBuffer()95 strcpy( (void*)(load_start+total_size), CurrentShdrEx->str); in ELi_CopyShStrToBuffer()96 total_size += (strlen( CurrentShdrEx->str) + 1); in ELi_CopyShStrToBuffer()101 Shdr->sh_size = total_size; in ELi_CopyShStrToBuffer()104 ElfHandle->buf_current = (void*)(load_start + total_size); in ELi_CopyShStrToBuffer()115 u32 total_size = 0; in ELi_CopySymToBuffer() local129 total_size += sizeof( Elf32_Sym); in ELi_CopySymToBuffer()134 ElfHandle->buf_current = (void*)(load_start + total_size); in ELi_CopySymToBuffer()
186 const u32 total_size = CARD_GetBackupTotalSize(); in TestWriteAndVerify() local206 DEMODrawText(10, 30, "total:%d", total_size); in TestWriteAndVerify()322 if (pos + page_size > total_size) in TestWriteAndVerify()
68 u32 total_size; /* Memory capacity (BYTE) */ member
321 const u32 total_size = FS_GetOverlayTotalSize(p_ovi); in FS_ClearOverlayImage() local323 IC_InvalidateRange(addr, total_size); in FS_ClearOverlayImage()324 DC_InvalidateRange(addr, total_size); in FS_ClearOverlayImage()326 MI_CpuFill8(addr + image_size, 0, total_size - image_size); in FS_ClearOverlayImage()
1735 u32 total_size = (u32)((context->fat_size + context->fnt_size + 32 + 31) & ~31); in FS_LoadArchiveTables() local1736 if (total_size <= max_size) in FS_LoadArchiveTables()1767 return total_size; in FS_LoadArchiveTables()
358 p->spec.total_size = size;495 p->spec.total_size = 0;698 return cardi_common.cmd->spec.total_size;