Searched refs:offs2 (Results 1 - 4 of 4) sorted by relevance

/linux-master/fs/ubifs/
H A Drecovery.c232 int err, offs1, offs2; local
255 offs2 = (void *)mst2 - buf2;
256 if (offs1 == offs2) {
261 } else if (offs2 + sz == offs1) {
267 c->leb_size - offs2 - sz < sz) {
291 offs2 = (void *)mst2 - buf2;
292 if (offs2 + sz + sz <= c->leb_size)
/linux-master/tools/perf/arch/x86/util/
H A Dintel-pt.c1009 * @offs2: offset in second buffer
1018 void *buf2, size_t offs2, size_t buf2_size)
1020 size_t end2 = offs2 + compare_size, part_size;
1023 return memcmp(buf1, buf2 + offs2, compare_size);
1026 if (memcmp(buf1, buf2 + offs2, part_size))
1017 intel_pt_compare_buffers(void *buf1, size_t compare_size, void *buf2, size_t offs2, size_t buf2_size) argument
/linux-master/arch/x86/lib/
H A Dinsn-eval.c538 * @offs2: Offset of the second operand register, if applicable
542 * @offs1 and @offs2 will be written with the offset of the two registers
551 int *offs1, int *offs2)
580 if (!offs1 || !offs2)
586 *offs2 = -EDOM;
591 *offs2 = regoff2[X86_MODRM_RM(insn->modrm.value)];
550 get_reg_offset_16(struct insn *insn, struct pt_regs *regs, int *offs1, int *offs2) argument
/linux-master/drivers/video/fbdev/matrox/
H A Dmatroxfb_base.c1288 unsigned int offs2; local
1319 for (offs2 = 0x100000; offs2 < maxSize; offs2 += 0x200000)
1320 mga_writeb(vm, offs2, *tmp++);

Completed in 153 milliseconds