Searched refs:_2G (Results 1 - 11 of 11) sorted by relevance
/vbox/src/VBox/Runtime/testcase/ |
H A D | tstFile.cpp | 73 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 D | memuserkernel-r0drv-nt.cpp | 71 return R3Ptr < _2G; 82 return (uintptr_t)pv >= _2G;
|
/vbox/src/VBox/Runtime/generic/ |
H A D | fs-stubs-generic.cpp | 46 *pcbTotal = _2G;
|
/vbox/src/VBox/Runtime/r3/win/ |
H A D | allocex-win.cpp | 92 AssertReturn(cbAlloc <= _2G+_1G, VERR_NO_MEMORY);
|
/vbox/src/VBox/ValidationKit/utils/cpu/ |
H A D | cpu-alloc-all-mem.cpp | 148 || cbTotal - cbPrint >= _2G
|
/vbox/src/VBox/VMM/VMMRC/ |
H A D | VMMRC.cpp | 140 : _2G)
|
/vbox/src/VBox/VMM/VMMR3/ |
H A D | DBGFOS.cpp | 209 AssertReturn(pReg->cbData < _2G, VERR_INVALID_PARAMETER);
|
H A D | CFGM.cpp | 3221 if (pLeaf->Value.Integer.u64 > _2G)
|
/vbox/src/VBox/HostDrivers/Support/win/ |
H A D | SUPHardenedVerifyProcess-win.cpp | 1466 if (pMemInfo->RegionSize >= _2G) 1517 if (pMemInfo->RegionSize >= _2G) 1520 if (uRva >= _2G)
|
/vbox/include/iprt/ |
H A D | cdefs.h | 2246 #define _2G 0x0000000080000000LL macro
|
/vbox/src/VBox/Runtime/common/ldr/ |
H A D | ldrPE.cpp | 2217 if (offEnd >= _2G) 2236 || offSignature >= _2G)
|
Completed in 608 milliseconds