Searched refs:_2G (Results 1 - 11 of 11) sorted by relevance

/vbox/src/VBox/Runtime/testcase/
H A DtstFile.cpp73 rc = RTFileSetSize(File, _2G + _1M);
88 else if (cb != _2G + _1M)
90 RTPrintf("RTFileGetSize return %RX64 bytes, expected %RX64.\n", cb, _2G + _1M);
162 rc = RTFileSeek(File, _2G + _1M, RTFILE_SEEK_BEGIN, NULL);
165 RTPrintf("Failed to seek to _2G + _1M in file #1. rc=%Rrc\n", rc);
171 if (offFile != _2G + _1M)
173 RTPrintf("RTFileTell -> %#llx, expected %#llx (#2)\n", offFile, _2G + _1M);
235 rc = RTFileSeek(File, _2G + 1, RTFILE_SEEK_BEGIN, NULL);
238 RTPrintf("Failed to seek to _2G + 1 in file #1. rc=%Rrc\n", rc);
244 if (offFile != _2G
[all...]
/vbox/src/VBox/Runtime/r0drv/nt/
H A Dmemuserkernel-r0drv-nt.cpp71 return R3Ptr < _2G;
82 return (uintptr_t)pv >= _2G;
/vbox/src/VBox/Runtime/generic/
H A Dfs-stubs-generic.cpp46 *pcbTotal = _2G;
/vbox/src/VBox/Runtime/r3/win/
H A Dallocex-win.cpp92 AssertReturn(cbAlloc <= _2G+_1G, VERR_NO_MEMORY);
/vbox/src/VBox/ValidationKit/utils/cpu/
H A Dcpu-alloc-all-mem.cpp148 || cbTotal - cbPrint >= _2G
/vbox/src/VBox/VMM/VMMRC/
H A DVMMRC.cpp140 : _2G)
/vbox/src/VBox/VMM/VMMR3/
H A DDBGFOS.cpp209 AssertReturn(pReg->cbData < _2G, VERR_INVALID_PARAMETER);
H A DCFGM.cpp3221 if (pLeaf->Value.Integer.u64 > _2G)
/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPHardenedVerifyProcess-win.cpp1466 if (pMemInfo->RegionSize >= _2G)
1517 if (pMemInfo->RegionSize >= _2G)
1520 if (uRva >= _2G)
/vbox/include/iprt/
H A Dcdefs.h2246 #define _2G 0x0000000080000000LL macro
/vbox/src/VBox/Runtime/common/ldr/
H A DldrPE.cpp2217 if (offEnd >= _2G)
2236 || offSignature >= _2G)

Completed in 1670 milliseconds