Searched refs:RTRandU32 (Results 1 - 16 of 16) sorted by relevance

/vbox/src/VBox/Runtime/common/rand/
H A Drand.cpp122 RTDECL(uint32_t) RTRandU32(void) RT_NO_THROW
127 RT_EXPORT_SYMBOL(RTRandU32); variable
/vbox/src/VBox/Devices/Network/
H A Dlwipopts.h153 #define LWIP_RAND() RTRandU32()
/vbox/src/VBox/NetworkServices/NAT/
H A Dlwipopts.h173 #define LWIP_RAND() RTRandU32()
/vbox/src/VBox/Debugger/
H A DDBGCFunctions.cpp51 uint32_t u32 = RTRandU32();
H A DDBGCCommands.cpp2223 uint32_t u32 = RTRandU32();
/vbox/include/iprt/
H A Drand.h77 RTDECL(uint32_t) RTRandU32(void) RT_NO_THROW;
H A Dmangling.h1201 # define RTRandU32 RT_MANGLER(RTRandU32) macro
/vbox/src/VBox/Runtime/testcase/
H A DtstMemAutoPtr.cpp66 Handle->a = RTRandU32();
84 pHandle->a = RTRandU32();
/vbox/src/VBox/Devices/Audio/testcase/
H A DtstAudioMixBuffer.cpp203 uint32_t t = RTRandU32() % 64;
/vbox/src/VBox/NetworkServices/NetLib/
H A DVBoxNetUDP.cpp206 IpHdr.ip_id = (uint16_t)RTRandU32();
/vbox/src/VBox/Devices/Network/testcase/
H A DtstIntNet-1.cpp256 pDhcpMsg->XID = g_DhcpXID = RTRandU32();
307 pIpHdr->ip_id = (uint16_t)RTRandU32();
389 pIpHdr->ip_id = (uint16_t)RTRandU32();
/vbox/src/VBox/VMM/VMMR3/
H A DPDMAsyncCompletionFile.cpp345 tsDelay = (RTRandU32() % 100) > 50 ? pEpFile->msDelay + (RTRandU32() % pEpFile->msJitter)
346 : pEpFile->msDelay - (RTRandU32() % pEpFile->msJitter);
/vbox/src/VBox/Devices/Network/slirp/
H A Dslirp.h413 # define arc4random() RTRandU32()
/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPDrv-win.cpp2465 cchTmp = RTStrFormatU32(szTmp, sizeof(szTmp), RTRandU32(), 16, 0, 0, 0);
2474 cchTmp = RTStrFormatU32(szTmp, sizeof(szTmp), RTRandU32(), 16, 0, 0, 0); Assert(cchTmp > 0);
2498 cchTmp = RTStrFormatU32(szTmp, sizeof(szTmp), RTRandU32(), 16, 0, 0, 0);
2507 cchTmp = RTStrFormatU32(szTmp, sizeof(szTmp), RTRandU32(), 16, 0, 0, 0);
/vbox/src/VBox/HostDrivers/Support/
H A DSUPLib.cpp274 CookieReq.Hdr.u32SessionCookie = RTRandU32();
/vbox/src/VBox/Storage/
H A DVMDK.cpp2005 RTStrPrintf(szBuf, sizeof(szBuf), "%08x", RTRandU32());

Completed in 202 milliseconds