Lines Matching refs:table
38 const WFSTableFormat * const table = WFS_GetTableFormat(context); in WFSi_ArchiveReadCallback() local
39 if (table) in WFSi_ArchiveReadCallback()
41 MI_CpuCopy8(&table->buffer[offset], buffer, length); in WFSi_ArchiveReadCallback()
99 const WFSTableFormat * const table = WFS_GetTableFormat(context); in WFSi_RomArchiveProc() local
100 if (table != NULL) in WFSi_RomArchiveProc()
177 const WFSTableFormat * const table = WFS_GetTableFormat(context); in WFS_ReplaceRomArchive() local
178 if (table != NULL) in WFS_ReplaceRomArchive()
188 table->region[WFS_TABLE_REGION_FAT].offset, in WFS_ReplaceRomArchive()
189 table->region[WFS_TABLE_REGION_FAT].length, in WFS_ReplaceRomArchive()
190 table->region[WFS_TABLE_REGION_FNT].offset, in WFS_ReplaceRomArchive()
191 table->region[WFS_TABLE_REGION_FNT].length, in WFS_ReplaceRomArchive()
194 table->buffer + in WFS_ReplaceRomArchive()
195 table->region[WFS_TABLE_REGION_OV9].offset, in WFS_ReplaceRomArchive()
196 table->region[WFS_TABLE_REGION_OV9].length); in WFS_ReplaceRomArchive()
198 table->buffer + in WFS_ReplaceRomArchive()
199 table->region[WFS_TABLE_REGION_OV7].offset, in WFS_ReplaceRomArchive()
200 table->region[WFS_TABLE_REGION_OV7].length); in WFS_ReplaceRomArchive()