Searched refs:offs2 (Results 1 – 3 of 3) sorted by relevance
232 int err, offs1, offs2; in ubifs_recover_master_node() local255 offs2 = (void *)mst2 - buf2; in ubifs_recover_master_node()256 if (offs1 == offs2) { in ubifs_recover_master_node()261 } else if (offs2 + sz == offs1) { in ubifs_recover_master_node()267 c->leb_size - offs2 - sz < sz) { in ubifs_recover_master_node()291 offs2 = (void *)mst2 - buf2; in ubifs_recover_master_node()292 if (offs2 + sz + sz <= c->leb_size) in ubifs_recover_master_node()
551 int *offs1, int *offs2) in get_reg_offset_16() argument580 if (!offs1 || !offs2) in get_reg_offset_16()586 *offs2 = -EDOM; in get_reg_offset_16()591 *offs2 = regoff2[X86_MODRM_RM(insn->modrm.value)]; in get_reg_offset_16()
1288 unsigned int offs2; in matroxfb_getmemory() local1319 for (offs2 = 0x100000; offs2 < maxSize; offs2 += 0x200000) in matroxfb_getmemory()1320 mga_writeb(vm, offs2, *tmp++); in matroxfb_getmemory()