Searched refs:_16K (Results 1 - 8 of 8) sorted by relevance

/vbox/include/iprt/
H A Dzero.h45 extern RTDATADECL(uint8_t const) g_abRTZero16K[_16K];
H A Dcdefs.h2222 #define _16K 0x00004000 macro
/vbox/src/VBox/Runtime/testcase/
H A DtstRTMemSafer.cpp110 size_t cbAlloc = RTRandS32Ex(1, _16K);
128 uint32_t cbNew = RTRandS32Ex(1, _16K + (i / 4) * _16K);
/vbox/src/VBox/Runtime/common/crypto/
H A Dpkix-signature-rsa.cpp263 AssertReturn(cbHash > 0 && cbHash < _16K, VERR_OUT_OF_RANGE);
/vbox/src/VBox/Devices/Audio/
H A DDrvHostDSound.cpp1573 CFGMR3QueryUIntDef(pCfg, "BufsizeOut", &uBufsizeOut, _16K);
1574 CFGMR3QueryUIntDef(pCfg, "BufsizeIn", &uBufsizeIn, _16K);
/vbox/src/VBox/Debugger/
H A DDBGCCommands.cpp1173 char szBuf[_16K];
1198 char szBuf[_16K];
/vbox/src/VBox/VMM/VMMR3/
H A DPDMAsyncCompletion.cpp979 else if (cbReq < _16K)
/vbox/src/VBox/Runtime/common/ldr/
H A DldrPE.cpp2744 uint32_t cbScratch = _16K;

Completed in 1361 milliseconds