Searched refs:_32K (Results 1 - 18 of 18) sorted by relevance
/vbox/include/iprt/ |
H A D | zero.h | 46 extern RTDATADECL(uint8_t const) g_abRTZero32K[_32K];
|
H A D | cdefs.h | 2224 #define _32K 0x00008000 macro
|
/vbox/src/VBox/Runtime/r3/nt/ |
H A D | pathint-nt.cpp | 62 if (cwcLen < _32K - 1) 100 if (cwcWinPath < _32K - 1) 147 if (cwcLen < _32K - 1) 280 if (cwcWinPath < _32K - 1)
|
/vbox/src/VBox/Devices/PC/ |
H A D | DevRTC.cpp | 236 LogRel(("RTC: period=%#x (%d) %u Hz\n", period, period, _32K / period)); 240 TMTimerSetFrequencyHint(pThis->CTX_SUFF(pPeriodicTimer), _32K / period); 860 LogRel(("RTC: period=%#x (%d) %u Hz (restore)\n", period, period, _32K / period)); 862 TMTimerSetFrequencyHint(pThis->CTX_SUFF(pPeriodicTimer), _32K / period);
|
/vbox/src/VBox/Runtime/common/string/ |
H A D | strcache.cpp | 92 # define RTSTRCACHE_MERGED_GROW_SIZE _32K 97 #define RTSTRCACHE_FIXED_GROW_SIZE _32K
|
/vbox/src/VBox/Runtime/r3/win/ |
H A D | fileio-win.cpp | 528 if (cbChunk > _32K) 529 cbChunk = _32K;
|
/vbox/src/VBox/HostDrivers/Support/ |
H A D | SUPDrvTracer.cpp | 396 MY_VALIDATE_OFF(pVtgHdr->offArgLists, pVtgHdr->cbArgLists, 1, _32K, sizeof(uint32_t), sizeof(uint32_t), VERR_SUPDRV_VTG_BAD_HDR); 397 MY_VALIDATE_OFF(pVtgHdr->offProbes, pVtgHdr->cbProbes, 1, _32K, sizeof(VTGDESCPROBE), sizeof(uint32_t), VERR_SUPDRV_VTG_BAD_HDR); 399 MY_VALIDATE_OFF(pVtgHdr->offProbeEnabled, pVtgHdr->cbProbeEnabled, 1, _32K, sizeof(uint32_t), sizeof(uint32_t), VERR_SUPDRV_VTG_BAD_HDR);
|
/vbox/src/bldprogs/ |
H A D | VBoxTpG.cpp | 781 if (cProbes >= _32K) 782 return RTMsgErrorExit(RTEXITCODE_FAILURE, "Too many probes: %u (max %u)", cProbes, _32K - 1);
|
/vbox/src/VBox/Devices/Graphics/ |
H A D | DevVGA-SVGA3d-shared.h | 767 AssertReturn(reg < _32K, VERR_INVALID_PARAMETER); argument
|
/vbox/src/VBox/Additions/common/VBoxService/ |
H A D | VBoxServiceVMInfo-win.cpp | 473 } while (cProcesses <= _32K); /* Should be enough; see: http://blogs.technet.com/markrussinovich/archive/2009/07/08/3261309.aspx */
|
/vbox/src/VBox/Runtime/r3/os2/ |
H A D | pipe-os2.cpp | 56 #define RTPIPE_OS2_SIZE _32K
|
/vbox/src/VBox/Devices/USB/ |
H A D | DrvVUSBRootHub.cpp | 405 : cbData <= _32K ? RT_ALIGN_32(cbData, _4K)
|
/vbox/src/VBox/VMM/VMMR3/ |
H A D | PDMAsyncCompletion.cpp | 981 else if (cbReq < _32K)
|
H A D | PGMPool.cpp | 199 AssertLogRelMsgReturn(cMaxUsers >= cMaxPages && cMaxPages <= _32K,
|
H A D | PDMDevHlp.cpp | 1268 AssertMsgReturn(cbRegion <= _32K,
|
H A D | SSM.cpp | 7510 const size_t cbBuf = _32K;
|
/vbox/src/VBox/ValidationKit/utils/cpu/ |
H A D | cidet-app.cpp | 1139 pThis->cbStack = _32K;
|
/vbox/src/VBox/Storage/ |
H A D | DMG.cpp | 474 if (cbToRead < _32K)
|
Completed in 1089 milliseconds