Lines Matching refs:dst
103 u8 *dst = archive->buffer; in WFS_LoadTable() local
104 MI_StoreLE32(dst, archive->origin); in WFS_LoadTable()
105 dst += sizeof(u32); in WFS_LoadTable()
110 MI_StoreLE32(dst, length); in WFS_LoadTable()
111 dst += sizeof(u32); in WFS_LoadTable()
112 … (void)MI_ReadDevice(device, dst, archive->origin + archive->region[i].offset, length); in WFS_LoadTable()
113 dst += length; in WFS_LoadTable()
114 MI_CpuFill8(dst, 0x00, padding); in WFS_LoadTable()
115 dst += padding; in WFS_LoadTable()
123 u8 *dst = &archive->buffer[mem_region[WFS_TABLE_REGION_FAT].offset]; in WFS_LoadTable() local
124 WFSFATFormat *fat = (WFSFATFormat*)(dst + sizeof(u32)); in WFS_LoadTable()
125 MI_StoreLE32(dst, total * sizeof(WFSFATFormat)); in WFS_LoadTable()