Searched refs:start1 (Results 1 - 3 of 3) sorted by relevance

/vbox/src/recompiler/
H A Dcache-utils.h17 unsigned long p, start1, stop1; local
21 start1 = start & ~(dsize - 1);
23 for (p = start1; p < stop1; p += dsize) {
30 for (p = start1; p < stop1; p += isize) {
H A Dexec.c2227 uintptr_t length, start1; local
2241 start1 = start;
2243 start1 = (uintptr_t)qemu_get_ram_ptr(start);
2246 if ((uintptr_t)qemu_get_ram_ptr(end - 1) - start1
2251 start1 = (uintptr_t)remR3TlbGCPhys2Ptr(first_cpu, start, 1 /*fWritable*/); /** @todo page replacing (sharing or read only) may cause trouble, fix interface/whatever. */
2259 start1, length);
/vbox/src/VBox/Additions/x11/x11include/4.3/include/extensions/
H A DXIEprotost.h633 CARD32 start1 B32;
689 CARD32 start1 B32;

Completed in 46 milliseconds