Searched refs:RTStrToUInt64 (Results 1 - 9 of 9) sorted by relevance

/vbox/src/VBox/Runtime/testcase/
H A DtstLdr-3.cpp292 g_uLoadAddr = (RTUINTPTR)RTStrToUInt64(argv[1]);
310 uint64_t uWild = RTStrToUInt64(&argv[3][1]);
311 uint64_t uIncrements = strchr(argv[3], '/') ? RTStrToUInt64(strchr(argv[3], '/') + 1) : 0x1000;
325 rc = testDisasNear(RTStrToUInt64(argv[i]));
/vbox/src/VBox/Runtime/common/string/
H A Dstrtonum.cpp260 RTDECL(uint64_t) RTStrToUInt64(const char *pszValue) function
268 RT_EXPORT_SYMBOL(RTStrToUInt64); variable
/vbox/include/iprt/cpp/
H A Dministring.h820 return RTStrToUInt64(m_psz);
/vbox/src/VBox/Runtime/common/misc/
H A Ds3.cpp488 pKey->cbFile = RTStrToUInt64((const char*)pszKey);
/vbox/include/iprt/
H A Dstring.h2654 RTDECL(uint64_t) RTStrToUInt64(const char *pszValue);
H A Dmangling.h1548 # define RTStrToUInt64 RT_MANGLER(RTStrToUInt64) macro
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageDisk.cpp1012 cbFile = RTStrToUInt64(filesize);
/vbox/src/VBox/Main/src-client/
H A DConsoleImpl2.cpp1012 cRamMBs = RTStrToUInt64(RTEnvGet("VBOX_RAM_SIZE"));
H A DConsoleImpl.cpp1869 aTimestamps[i] = RTStrToUInt64(&pszBuf[iBuf]);

Completed in 144 milliseconds