Searched refs:off2 (Results 1 - 7 of 7) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/unix/
H A Dvtable_layout_x86.cpp36 int off2 = -1; local
47 off2 = i;
49 if (off1 == -1 || off2 == -1)
51 factor = (off2 - off1) * 4;
59 printf("#define GCC_VTABLE_FACTOR\t0x%x\n", (off2 - off1) * 4);
/vbox/src/VBox/Runtime/testcase/
H A DtstNoCrt-1.cpp209 for (unsigned off2 = 0; off2 <= 256; off2++)
212 RTStrPrintf(sz, sizeof(sz), "memcpy4-%d-%d", off1, off2);
215 size_t cb = off2;
216 pv = RT_NOCRT(memcpy)(&Buf2.abBuf[off2], &Buf1.abBuf[off1], cb); CHECK_PV(&Buf2.abBuf[off2]);
218 my_memcheck(Buf2.abBuf, 2, off2, sz);
219 my_memcheck(&Buf2.abBuf[off2], 1, cb, sz);
220 my_memcheck(&Buf2.abBuf[off2
[all...]
/vbox/src/VBox/Disassembler/
H A DDisasmFormatYasm.cpp859 int64_t off2 = 0; local
863 off2 = pParam->uDisp.i8;
865 off2 = pParam->uDisp.i16;
867 off2 = pParam->uDisp.i32;
869 off2 = pParam->uDisp.i64;
873 off2 = 0;
878 PUT_C(off2 >= 0 ? '+' : '-');
879 if (off2 < 0)
880 off2 = -off2;
[all...]
/vbox/src/VBox/Runtime/common/vfs/
H A Dvfsstdfile.cpp115 uint64_t off2;
117 off2 = off;
120 rc = RTFileSeek(pThis->hFile, 0, RTFILE_SEEK_CURRENT, &off2);
125 return off2 >= cbFile ? VINF_EOF : VINF_SUCCESS;
/vbox/src/VBox/VMM/testcase/
H A DtstVMStructSize.cpp107 unsigned off2 = RT_OFFSETOF(CPUMCTXCORE, member); \
108 if (off1 != off2) \
110 printf("error! CPUMCTX/CORE:: %s! (%#x vs %#x (ctx))\n", #member, off1, off2); \
/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPHardenedVerifyProcess-win.cpp444 for (uint32_t off2 = off + 1; off2 < cbThis; off2++)
445 if (pbFile[off2] != pbMemory[off2])
448 pImage->uImageBase + uRva + off2, uRva + off2, pbFile[off2], pbMemory[off2]));
450 offLast = off2;
[all...]
/vbox/src/bldprogs/
H A DVBoxTpG.cpp1415 size_t off2 = ScmStreamTell(pStrm) - 1; local
1421 parseErrorAbs(pStrm, off2, "Expected new line");

Completed in 70 milliseconds