Searched refs:_512K (Results 1 - 14 of 14) sorted by relevance

/vbox/src/VBox/Disassembler/testcase/
H A DtstDisasm-1.cpp105 for (uint32_t i = 0; i < _512K; i++) /* the samples are way to small. :-) */
/vbox/src/VBox/Runtime/r3/
H A Dfileio.cpp445 if (cbSrc < _512K)
626 if (cbFile1 < _512K)
/vbox/src/VBox/Runtime/tools/
H A DRTSignTool.cpp151 size_t cbBuf = _512K;
/vbox/src/VBox/Runtime/r3/win/
H A Dprocess-win.cpp450 || cbPidsAllocated >= _512K)
/vbox/src/VBox/Runtime/testcase/
H A DtstRTAvl.cpp1054 avlogcphys(_512K);
/vbox/src/VBox/VMM/VMMR3/
H A DPDMAsyncCompletion.cpp989 else if (cbReq < _512K)
/vbox/src/VBox/Debugger/
H A DDBGCCommands.cpp1038 size_t cbBuf = _512K;
/vbox/src/VBox/Devices/EFI/
H A DDevEFI.cpp1151 case EFI_INFO_INDEX_TEMPMEM_SIZE: return efiInfoNextByteU32(pThis, _512K);
/vbox/include/iprt/
H A Dcdefs.h2232 #define _512K 0x00080000 macro
/vbox/src/VBox/HostDrivers/Support/
H A DSUPLib.cpp687 else if (pReqHdr->cbReq <= _512K)
/vbox/src/VBox/Runtime/common/dbg/
H A Ddbgmodcodeview.cpp1412 if (DirHdr.Core.cEntries < 2 || DirHdr.Core.cEntries >= _512K)
/vbox/src/VBox/Runtime/common/log/
H A Dlog.cpp79 # define RTLOG_RINGBUF_DEFAULT_SIZE _512K
/vbox/src/VBox/Devices/Network/
H A DDevPCNet.cpp4264 rc = PDMDevHlpMMIO2Register(pDevIns, 2, _512K, 0, (void **)&pvSharedMMIOR3, "PCNetSh");
/vbox/src/VBox/Devices/Graphics/
H A DDevVGA.cpp58 #define VGA_MAPPING_SIZE _512K

Completed in 553 milliseconds