Searched refs:_1G (Results 1 - 25 of 47) sorted by relevance

12

/vbox/src/VBox/ValidationKit/utils/misc/
H A DloadgeneratorR0.cpp57 if (cIpis > _1G || !cIpis)
/vbox/src/VBox/Runtime/generic/
H A Dfs-stubs-generic.cpp48 *pcbFree = _1G;
H A Dstrcache-stubs-generic.cpp65 AssertReturn(cchString < _1G, NULL);
83 AssertReturn(cchString < _1G, NULL);
/vbox/src/VBox/Runtime/testcase/
H A DtstLog.cpp67 RTLogPrintf("%%RI32: %RI32\n", _1G);
H A DtstTSC.cpp391 if (cHz > _1G)
393 cHz += _1G / 20;
394 RTPrintf(" %RU64.%RU64 GHz", cHz / _1G, (cHz % _1G) / (_1G / 10));
H A DtstRTPipe.cpp217 RTTESTI_CHECK(cbTotal < _1G);
218 if (cbTotal > _1G)
221 size_t cbWritten = _1G;
239 size_t cbWritten = _1G;
H A DtstRTSemEventMulti.cpp154 _1G),
/vbox/src/VBox/VMM/testcase/
H A DtstVMREQ.cpp96 if (u1G != _1G)
134 int rc = VMR3ReqCallWaitU(pUVM, VMCPUID_ANY, (PFNRT)PassVACallback, 5, pUVM, _4K, _1G, pszFormat, pvVA);
152 int rc = VMR3ReqCallWaitU(pUVM, VMCPUID_ANY, (PFNRT)PassVACallback, 5, pUVM, _4K, _1G, pszFormat, &va1);
/vbox/src/VBox/VMM/VMMR0/
H A DVMMR0TripleFaultHackA.asm82 mov ecx, _1G
98 mov ecx, _1G
134 mov ecx, _1G
/vbox/src/VBox/Frontends/VirtualBox/src/widgets/
H A DVBoxGuestRAMSlider.cpp77 mMaxRAM = RT_MIN (RT_ALIGN (fullSize, _1G / _1M), sys.GetMaxGuestRAM());
95 * uint64_t cbRam = _1G;
96 * for (; !(cbRam >> 33); cbRam += _1G)
/vbox/src/VBox/Runtime/common/string/
H A Dstraprintf.cpp102 if (cbAdded <= _1G)
H A Dstrcache.cpp840 AssertReturn(cchString < _1G, NULL);
/vbox/src/VBox/Runtime/r3/win/
H A Dallocex-win.cpp92 AssertReturn(cbAlloc <= _2G+_1G, VERR_NO_MEMORY);
/vbox/src/VBox/Main/src-all/
H A DDisplayPNGUtil.cpp45 AssertReturnVoidStmt(cbNew > pCtx->cbPNG && cbNew <= _1G, pCtx->rc = VERR_TOO_MUCH_DATA);
/vbox/src/VBox/Runtime/common/asn1/
H A Dasn1-encode.cpp107 AssertReturn(cb < _1G, RTErrInfoSetF(pErrInfo, VERR_ASN1_TOO_LONG, "cb=%u (%#x)", cb, cb));
296 AssertReturn(cb < _1G, RTErrInfoSetF(pErrInfo, VERR_ASN1_TOO_LONG, "cb=%u (%#x)", cb, cb));
H A Dasn1-basics.cpp179 AssertReturn(cb > 0 && cb < _1G, VERR_INVALID_PARAMETER);
220 AssertReturn(cb < _1G, VERR_INVALID_PARAMETER);
/vbox/src/VBox/Runtime/r0drv/nt/
H A Dmemobj-r0drv-nt.cpp220 AssertMsgReturn(cb <= _1G, ("%#x\n", cb), VERR_OUT_OF_RANGE); /* for safe size_t -> ULONG */
262 AssertMsgReturn(cb <= _1G, ("%#x\n", cb), VERR_OUT_OF_RANGE); /* for safe size_t -> ULONG */
347 * Supported values are PAGE_SIZE, _2M, _4M and _1G.
352 AssertMsgReturn(cb <= _1G, ("%#x\n", cb), VERR_OUT_OF_RANGE); /* for safe size_t -> ULONG */
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageBandwidthControl.cpp68 case 'G': iMultiplier = _1G; break;
/vbox/src/VBox/Runtime/common/misc/
H A Daiomgr.cpp1188 AssertMsg(cRefs > 1 && cRefs < _1G, ("%#x %p\n", cRefs, pThis));
1201 AssertMsg(cRefs < _1G, ("%#x %p\n", cRefs, pThis));
1253 AssertMsg(cRefs > 1 && cRefs < _1G, ("%#x %p\n", cRefs, pThis));
1266 AssertMsg(cRefs < _1G, ("%#x %p\n", cRefs, pThis));
/vbox/src/VBox/VMM/VMMR3/
H A DPGMSharedPage.cpp150 AssertMsgReturn(cbModule > 0 && cbModule < _1G, ("%u\n", cbModule), VERR_OUT_OF_RANGE);
/vbox/src/VBox/Debugger/
H A DDBGPlugInWinNt.cpp430 || paShs[i].Misc.VirtualSize >= _1G
431 || paShs[i].SizeOfRawData >= _1G)
438 if (uRvaEnd >= _1G || uRvaEnd < paShs[i].VirtualAddress)
/vbox/src/VBox/Disassembler/testcase/
H A DtstDisasm-2.cpp471 RTFOFF cbMax = _1G;
/vbox/src/VBox/HostDrivers/VBoxUSB/darwin/
H A DVBoxUSB.cpp1096 *pi32Score = _1G;
1668 *pi32Score = _1G;
/vbox/src/VBox/Runtime/r0drv/darwin/
H A Dmemobj-r0drv-darwin.cpp293 return (u64.u & ~(uint64_t)(_1G -1)) | ((uintptr_t)pvPage & (_1G -1));
/vbox/src/VBox/Storage/testcase/
H A DtstVDIo.cpp1163 off *= _1G;
1207 cb *= _1G;
2827 || cbFree < (UINT64_C(6) * _1G))

Completed in 2440 milliseconds

12