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()
239 const WFSTableFormat * const table = WFS_GetTableFormat(context); in WFS_ReplaceRomArchive() local
240 if (table != NULL) in WFS_ReplaceRomArchive()
250 table->region[WFS_TABLE_REGION_FAT].offset, in WFS_ReplaceRomArchive()
251 table->region[WFS_TABLE_REGION_FAT].length, in WFS_ReplaceRomArchive()
252 table->region[WFS_TABLE_REGION_FNT].offset, in WFS_ReplaceRomArchive()
253 table->region[WFS_TABLE_REGION_FNT].length, in WFS_ReplaceRomArchive()
256 table->buffer + in WFS_ReplaceRomArchive()
257 table->region[WFS_TABLE_REGION_OV9].offset, in WFS_ReplaceRomArchive()
258 table->region[WFS_TABLE_REGION_OV9].length); in WFS_ReplaceRomArchive()
260 table->buffer + in WFS_ReplaceRomArchive()
261 table->region[WFS_TABLE_REGION_OV7].offset, in WFS_ReplaceRomArchive()
262 table->region[WFS_TABLE_REGION_OV7].length); in WFS_ReplaceRomArchive()