Searched defs:off1 (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/unix/
H A Dvtable_layout_x86.cpp35 int off1 = -1; local
45 off1 = i;
49 if (off1 == -1 || off2 == -1)
51 factor = (off2 - off1) * 4;
58 printf("#define GCC_VTABLE_START\t0x%x\n", off1 * 4);
59 printf("#define GCC_VTABLE_FACTOR\t0x%x\n", (off2 - off1) * 4);

Completed in 71 milliseconds