Lines Matching defs:offs
1285 unsigned int offs;
1304 for (offs = 0x100000; offs < maxSize; offs += 0x200000)
1305 *tmp++ = mga_readb(vm, offs);
1306 for (offs = 0x100000; offs < maxSize; offs += 0x200000)
1307 mga_writeb(vm, offs, 0x02);
1309 for (offs = 0x100000; offs < maxSize; offs += 0x200000) {
1310 if (mga_readb(vm, offs) != 0x02)
1312 mga_writeb(vm, offs, mga_readb(vm, offs) - 0x02);
1313 if (mga_readb(vm, offs))
1323 *realSize = offs - 0x100000;
1325 minfo->interleave = !(!isMillenium(minfo) || ((offs - 0x100000) & 0x3FFFFF));