Searched refs:RTDECL (Results 176 - 200 of 668) sorted by relevance

1234567891011>>

/vbox/src/VBox/Runtime/common/checksum/
H A Dsha512t256str.cpp39 RTDECL(int) RTSha512t256ToString(uint8_t const pabDigest[RTSHA512T256_HASH_SIZE], char *pszDigest, size_t cchDigest)
45 RTDECL(int) RTSha512t256FromString(char const *pszDigest, uint8_t pabDigest[RTSHA512T256_HASH_SIZE])
/vbox/src/VBox/Runtime/r0drv/generic/
H A Dmpnotification-r0drv-generic.cpp38 RTDECL(int) RTMpNotificationRegister(PFNRTMPNOTIFICATION pfnCallback, void *pvUser)
47 RTDECL(int) RTMpNotificationDeregister(PFNRTMPNOTIFICATION pfnCallback, void *pvUser)
H A DRTMpOn-r0drv-generic.cpp37 RTDECL(int) RTMpOnAll(PFNRTMPWORKER pfnWorker, void *pvUser1, void *pvUser2)
47 RTDECL(bool) RTMpOnAllIsConcurrentSafe(void)
54 RTDECL(int) RTMpOnOthers(PFNRTMPWORKER pfnWorker, void *pvUser1, void *pvUser2)
64 RTDECL(int) RTMpOnSpecific(RTCPUID idCpu, PFNRTMPWORKER pfnWorker, void *pvUser1, void *pvUser2)
75 RTDECL(int) RTMpOnPair(RTCPUID idCpu1, RTCPUID idCpu2, PFNRTMPWORKER pfnWorker, void *pvUser1, void *pvUser2)
88 RTDECL(bool) RTMpOnPairIsConcurrentExecSupported(void)
/vbox/include/iprt/
H A Dmem.h105 RTDECL(void *) RTMemTmpAllocTag(size_t cb, const char *pszTag) RT_NO_THROW;
128 RTDECL(void *) RTMemTmpAllocZTag(size_t cb, const char *pszTag) RT_NO_THROW;
135 RTDECL(void) RTMemTmpFree(void *pv) RT_NO_THROW;
158 RTDECL(void *) RTMemAllocTag(size_t cb, const char *pszTag) RT_NO_THROW;
185 RTDECL(void *) RTMemAllocZTag(size_t cb, const char *pszTag) RT_NO_THROW;
204 RTDECL(void *) RTMemAllocVarTag(size_t cbUnaligned, const char *pszTag) RT_NO_THROW;
223 RTDECL(void *) RTMemAllocZVarTag(size_t cbUnaligned, const char *pszTag) RT_NO_THROW;
244 RTDECL(void *) RTMemDupTag(const void *pvSrc, size_t cb, const char *pszTag) RT_NO_THROW;
269 RTDECL(void *) RTMemDupExTag(const void *pvSrc, size_t cbSrc, size_t cbExtra, const char *pszTag) RT_NO_THROW;
290 RTDECL(voi
[all...]
H A Dgetopt.h249 RTDECL(int) RTGetOptInit(PRTGETOPTSTATE pState, int argc, char **argv,
350 RTDECL(int) RTGetOpt(PRTGETOPTSTATE pState, PRTGETOPTUNION pValueUnion);
376 RTDECL(int) RTGetOptFetchValue(PRTGETOPTSTATE pState, PRTGETOPTUNION pValueUnion, uint32_t fFlags);
388 RTDECL(RTEXITCODE) RTGetOptPrintError(int ch, PCRTGETOPTUNION pValueUnion);
408 RTDECL(int) RTGetOptArgvFromString(char ***ppapszArgv, int *pcArgs, const char *pszCmdLine, const char *pszSeparators);
415 RTDECL(void) RTGetOptArgvFree(char **paArgv);
432 RTDECL(int) RTGetOptArgvToString(char **ppszCmdLine, const char * const *papszArgv, uint32_t fFlags);
454 RTDECL(int) RTGetOptArgvToUtf16String(PRTUTF16 *ppwszCmdLine, const char * const *papszArgv, uint32_t fFlags);
/vbox/src/VBox/Runtime/common/rand/
H A Drand.cpp106 RTDECL(void) RTRandBytes(void *pv, size_t cb) RT_NO_THROW
114 RTDECL(uint32_t) RTRandU32Ex(uint32_t u32First, uint32_t u32Last) RT_NO_THROW
122 RTDECL(uint32_t) RTRandU32(void) RT_NO_THROW
130 RTDECL(int32_t) RTRandS32Ex(int32_t i32First, int32_t i32Last) RT_NO_THROW
138 RTDECL(int32_t) RTRandS32(void) RT_NO_THROW
146 RTDECL(uint64_t) RTRandU64Ex(uint64_t u64First, uint64_t u64Last) RT_NO_THROW
154 RTDECL(uint64_t) RTRandU64(void) RT_NO_THROW
162 RTDECL(int64_t) RTRandS64Ex(int64_t i64First, int64_t i64Last) RT_NO_THROW
170 RTDECL(int64_t) RTRandS64(void) RT_NO_THROW
/vbox/src/VBox/Runtime/common/log/
H A Dlogrel.cpp78 RTDECL(PRTLOGGER) RTLogRelDefaultInstance(void)
96 RTDECL(PRTLOGGER) RTLogRelSetDefaultInstance(PRTLOGGER pLogger)
118 RTDECL(void) RTLogRelLoggerV(PRTLOGGER pLogger, unsigned fFlags, unsigned iGroup, const char *pszFormat, va_list args)
142 RTDECL(void) RTLogRelPrintfV(const char *pszFormat, va_list args)
157 RTDECL(bool) RTLogRelSetBuffering(bool fBuffered)
H A Dlogellipsis.cpp46 RTDECL(void) RTLogLogger(PRTLOGGER pLogger, void *pvCallerRet, const char *pszFormat, ...)
79 RTDECL(void) RTLogLoggerEx(PRTLOGGER pLogger, unsigned fFlags, unsigned iGroup, const char *pszFormat, ...)
97 RTDECL(void) RTLogPrintf(const char *pszFormat, ...)
H A Dlogrelellipsis.cpp52 RTDECL(void) RTLogRelLogger(PRTLOGGER pLogger, unsigned fFlags, unsigned iGroup, const char *pszFormat, ...)
70 RTDECL(void) RTLogRelPrintf(const char *pszFormat, ...)
H A Dtracedefault.cpp21 RTDECL(int) RTTraceSetDefaultBuf(RTTRACEBUF hTraceBuf)
52 RTDECL(RTTRACEBUF) RTTraceGetDefaultBuf(void)
/vbox/include/iprt/crypto/
H A Drsa.h59 RTASN1TYPE_STANDARD_PROTOTYPES(RTCRRSAPUBLICKEY, RTDECL, RTCrRsaPublicKey, SeqCore.Asn1Core);
80 RTASN1TYPE_STANDARD_PROTOTYPES(RTCRRSAOTHERPRIMEINFO, RTDECL, RTCrRsaOtherPrimeInfo, SeqCore.Asn1Core);
81 RTASN1_IMPL_GEN_SEQ_OF_TYPEDEFS_AND_PROTOS(RTCRRSAOTHERPRIMEINFOS, RTCRRSAOTHERPRIMEINFO, RTDECL, RTCrRsaOtherPrimeInfos);
115 RTASN1TYPE_STANDARD_PROTOTYPES(RTCRRSAPRIVATEKEY, RTDECL, RTCrRsaPrivateKey, SeqCore.Asn1Core);
140 RTASN1TYPE_STANDARD_PROTOTYPES(RTCRRSADIGESTINFO, RTDECL, RTCrRsaDigestInfo, SeqCore.Asn1Core);
H A Dpkcs7.h58 RTASN1TYPE_STANDARD_PROTOTYPES(RTCRPKCS7ISSUERANDSERIALNUMBER, RTDECL, RTCrPkcs7IssuerAndSerialNumber, SeqCore.Asn1Core);
65 RTASN1_IMPL_GEN_SET_OF_TYPEDEFS_AND_PROTOS(RTCRPKCS7SIGNERINFOS, RTCRPKCS7SIGNERINFO, RTDECL, RTCrPkcs7SignerInfos);
127 RTASN1TYPE_STANDARD_PROTOTYPES(RTCRPKCS7ATTRIBUTE, RTDECL, RTCrPkcs7Attribute, SeqCore.Asn1Core);
129 RTASN1_IMPL_GEN_SET_OF_TYPEDEFS_AND_PROTOS(RTCRPKCS7ATTRIBUTES, RTCRPKCS7ATTRIBUTE, RTDECL, RTCrPkcs7Attributes);
160 RTASN1TYPE_STANDARD_PROTOTYPES(RTCRPKCS7SIGNERINFO, RTDECL, RTCrPkcs7SignerInfo, SeqCore.Asn1Core);
203 RTDECL(PCRTASN1TIME) RTCrPkcs7SignerInfo_GetSigningTime(PCRTCRPKCS7SIGNERINFO pThis, PCRTCRPKCS7SIGNERINFO *ppSignerInfo);
215 RTDECL(PCRTASN1TIME) RTCrPkcs7SignerInfo_GetMsTimestamp(PCRTCRPKCS7SIGNERINFO pThis,
274 RTASN1TYPE_STANDARD_PROTOTYPES(RTCRPKCS7CONTENTINFO, RTDECL, RTCrPkcs7ContentInfo, SeqCore.Asn1Core);
275 RTASN1_IMPL_GEN_SET_OF_TYPEDEFS_AND_PROTOS(RTCRPKCS7SETOFCONTENTINFOS, RTCRPKCS7CONTENTINFO, RTDECL, RTCrPkcs7SetOfContentInfos);
277 RTDECL(boo
[all...]
H A Dspc.h116 RTASN1TYPE_STANDARD_PROTOTYPES(RTCRSPCSERIALIZEDPAGEHASHES, RTDECL, RTCrSpcSerializedPageHashes, SetCore.Asn1Core);
118 RTDECL(int) RTCrSpcSerializedPageHashes_UpdateDerivedData(PRTCRSPCSERIALIZEDPAGEHASHES pThis);
169 RTASN1TYPE_STANDARD_PROTOTYPES(RTCRSPCSERIALIZEDOBJECTATTRIBUTE, RTDECL, RTCrSpcSerializedObjectAttribute, SeqCore.Asn1Core);
183 RTASN1_IMPL_GEN_SET_OF_TYPEDEFS_AND_PROTOS(RTCRSPCSERIALIZEDOBJECTATTRIBUTES, RTCRSPCSERIALIZEDOBJECTATTRIBUTE, RTDECL,
233 RTASN1TYPE_STANDARD_PROTOTYPES(RTCRSPCSERIALIZEDOBJECT, RTDECL, RTCrSpcSerializedObject, SeqCore.Asn1Core);
279 RTASN1TYPE_STANDARD_PROTOTYPES(RTCRSPCSTRING, RTDECL, RTCrSpcString, Dummy.Asn1Core);
336 RTASN1TYPE_STANDARD_PROTOTYPES(RTCRSPCLINK, RTDECL, RTCrSpcLink, Dummy.Asn1Core);
375 RTASN1TYPE_STANDARD_PROTOTYPES(RTCRSPCPEIMAGEDATA, RTDECL, RTCrSpcPeImageData, SeqCore.Asn1Core);
431 RTASN1TYPE_STANDARD_PROTOTYPES(RTCRSPCATTRIBUTETYPEANDOPTIONALVALUE, RTDECL, RTCrSpcAttributeTypeAndOptionalValue, SeqCore.Asn1Core);
450 RTASN1TYPE_STANDARD_PROTOTYPES(RTCRSPCINDIRECTDATACONTENT, RTDECL, RTCrSpcIndirectDataConten
[all...]
/vbox/src/VBox/Runtime/r0drv/nt/
H A Dtime-r0drv-nt.cpp85 RTDECL(uint64_t) RTTimeNanoTS(void)
91 RTDECL(uint64_t) RTTimeMilliTS(void)
97 RTDECL(uint64_t) RTTimeSystemNanoTS(void)
103 RTDECL(uint64_t) RTTimeSystemMilliTS(void)
109 RTDECL(PRTTIMESPEC) RTTimeNow(PRTTIMESPEC pTime)
/vbox/src/VBox/Runtime/r3/generic/
H A Dsemspinmutex-r3-generic.cpp41 RTDECL(int) RTSemSpinMutexCreate(PRTSEMSPINMUTEX phSpinMtx, uint32_t fFlags)
60 RTDECL(int) RTSemSpinMutexDestroy(RTSEMSPINMUTEX hSpinMtx)
73 RTDECL(int) RTSemSpinMutexTryRequest(RTSEMSPINMUTEX hSpinMtx)
81 RTDECL(int) RTSemSpinMutexRequest(RTSEMSPINMUTEX hSpinMtx)
88 RTDECL(int) RTSemSpinMutexRelease(RTSEMSPINMUTEX hSpinMtx)
/vbox/src/VBox/Additions/common/VBoxGuest/
H A DVBoxGuest-haiku-stubs.c70 RTDECL(size_t) RTLogBackdoorPrintf(const char *pszFormat, ...) function
81 RTDECL(size_t) RTLogBackdoorPrintfV(const char *pszFormat, va_list args) function
85 RTDECL(int) RTLogSetDefaultInstanceThread(PRTLOGGER pLogger, uintptr_t uKey)
89 RTDECL(int) RTMemAllocExTag(size_t cb, size_t cbAlignment, uint32_t fFlags, const char *pszTag, void **ppv)
101 RTDECL(void) RTMemFreeEx(void *pv, size_t cb)
105 RTDECL(bool) RTMpIsCpuPossible(RTCPUID idCpu) function
109 RTDECL(int) RTMpNotificationDeregister(PFNRTMPNOTIFICATION pfnCallback, void *pvUser)
113 RTDECL(int) RTMpNotificationRegister(PFNRTMPNOTIFICATION pfnCallback, void *pvUser)
117 RTDECL(int) RTMpOnAll(PFNRTMPWORKER pfnWorker, void *pvUser1, void *pvUser2)
121 RTDECL(in
245 RTDECL(RTPROCESS) RTProcSelf(void) function
249 RTDECL(uint32_t) RTSemEventGetResolution(void) function
253 RTDECL(uint32_t) RTSemEventMultiGetResolution(void) function
273 RTDECL(bool) RTThreadIsInInterrupt(RTTHREAD hThread) function
281 RTDECL(bool) RTThreadPreemptIsEnabled(RTTHREAD hThread) function
285 RTDECL(bool) RTThreadPreemptIsPending(RTTHREAD hThread) function
289 RTDECL(bool) RTThreadPreemptIsPendingTrusty(void) function
293 RTDECL(bool) RTThreadPreemptIsPossible(void) function
301 RTDECL(uint32_t) RTTimerGetSystemGranularity(void) function
329 RTDECL(PRTLOGGER) RTLogDefaultInstance(void) function
333 RTDECL(PRTLOGGER) RTLogRelDefaultInstance(void) function
380 RTDECL(bool) RTAssertShouldPanic(void) function
[all...]
/vbox/src/VBox/Runtime/r0drv/freebsd/
H A Dmp-r0drv-freebsd.c40 RTDECL(RTCPUID) RTMpCpuId(void) function
46 RTDECL(int) RTMpCurSetIndex(void)
52 RTDECL(int) RTMpCurSetIndexAndId(PRTCPUID pidCpu)
58 RTDECL(int) RTMpCpuIdToSetIndex(RTCPUID idCpu)
64 RTDECL(RTCPUID) RTMpCpuIdFromSetIndex(int iCpu) function
70 RTDECL(RTCPUID) RTMpGetMaxCpuId(void) function
76 RTDECL(bool) RTMpIsCpuPossible(RTCPUID idCpu) function
82 RTDECL(PRTCPUSET) RTMpGetSet(PRTCPUSET pSet) function
97 RTDECL(RTCPUID) RTMpGetCount(void) function
103 RTDECL(RTCPUI function
108 RTDECL(bool) RTMpIsCpuOnline(RTCPUID idCpu) function
115 RTDECL(PRTCPUSET) RTMpGetOnlineSet(PRTCPUSET pSet) function
131 RTDECL(RTCPUID) RTMpGetOnlineCount(void) function
304 RTDECL(bool) RTMpOnAllIsConcurrentSafe(void) function
[all...]
/vbox/src/VBox/Runtime/common/err/
H A Derrinfo-alloc.cpp40 RTDECL(PRTERRINFO) RTErrInfoAlloc(size_t cbMsg)
48 RTDECL(int) RTErrInfoAllocEx(size_t cbMsg, PRTERRINFO *ppErrInfo)
66 RTDECL(void) RTErrInfoFree(PRTERRINFO pErrInfo)
/vbox/src/VBox/Runtime/common/misc/
H A Dcircbuf.cpp61 RTDECL(int) RTCircBufCreate(PRTCIRCBUF *ppBuf, size_t cbSize)
85 RTDECL(void) RTCircBufDestroy(PRTCIRCBUF pBuf)
96 RTDECL(void) RTCircBufReset(PRTCIRCBUF pBuf)
109 RTDECL(size_t) RTCircBufFree(PRTCIRCBUF pBuf)
118 RTDECL(size_t) RTCircBufUsed(PRTCIRCBUF pBuf)
126 RTDECL(size_t) RTCircBufSize(PRTCIRCBUF pBuf)
134 RTDECL(bool) RTCircBufIsReading(PRTCIRCBUF pBuf)
142 RTDECL(bool) RTCircBufIsWriting(PRTCIRCBUF pBuf)
150 RTDECL(void) RTCircBufAcquireReadBlock(PRTCIRCBUF pBuf, size_t cbReqSize, void **ppvStart, size_t *pcbSize)
181 RTDECL(voi
[all...]
H A Dmessage.cpp48 RTDECL(int) RTMsgSetProgName(const char *pszFormat, ...)
113 RTDECL(int) RTMsgError(const char *pszFormat, ...)
124 RTDECL(int) RTMsgErrorV(const char *pszFormat, va_list va)
131 RTDECL(RTEXITCODE) RTMsgErrorExit(RTEXITCODE enmExitCode, const char *pszFormat, ...)
142 RTDECL(RTEXITCODE) RTMsgErrorExitV(RTEXITCODE enmExitCode, const char *pszFormat, va_list va)
150 RTDECL(int) RTMsgErrorRc(int rcRet, const char *pszFormat, ...)
161 RTDECL(int) RTMsgErrorRcV(int rcRet, const char *pszFormat, va_list va)
169 RTDECL(RTEXITCODE) RTMsgInitFailure(int rcRTR3Init)
183 RTDECL(int) RTMsgWarning(const char *pszFormat, ...)
194 RTDECL(in
[all...]
/vbox/src/VBox/Runtime/common/string/
H A Dutf-8-case2.cpp41 RTDECL(bool) RTStrIsCaseFoldable(const char *psz)
68 RTDECL(bool) RTStrIsUpperCased(const char *psz)
94 RTDECL(bool) RTStrIsLowerCased(const char *psz)
/vbox/src/VBox/Runtime/r3/darwin/
H A Dmp-darwin.cpp115 RTDECL(int) RTMpCpuIdToSetIndex(RTCPUID idCpu)
121 RTDECL(RTCPUID) RTMpCpuIdFromSetIndex(int iCpu)
127 RTDECL(RTCPUID) RTMpGetMaxCpuId(void)
133 RTDECL(bool) RTMpIsCpuOnline(RTCPUID idCpu)
152 RTDECL(bool) RTMpIsCpuPossible(RTCPUID idCpu)
159 RTDECL(PRTCPUSET) RTMpGetSet(PRTCPUSET pSet)
176 RTDECL(RTCPUID) RTMpGetCount(void)
182 RTDECL(RTCPUID) RTMpGetCoreCount(void)
188 RTDECL(PRTCPUSET) RTMpGetOnlineSet(PRTCPUSET pSet)
203 RTDECL(RTCPUI
[all...]
/vbox/src/VBox/Runtime/common/asn1/
H A Dasn1-ut-null.cpp66 RTDECL(int) RTAsn1Null_Init(PRTASN1NULL pThis, PCRTASN1ALLOCATORVTABLE pAllocator)
73 RTDECL(int) RTAsn1Null_Clone(PRTASN1NULL pThis, PCRTASN1NULL pSrc, PCRTASN1ALLOCATORVTABLE pAllocator)
90 RTDECL(void) RTAsn1Null_Delete(PRTASN1NULL pThis)
101 RTDECL(int) RTAsn1Null_Enum(PRTASN1NULL pThis, PFNRTASN1ENUMCALLBACK pfnCallback, uint32_t uDepth, void *pvUser)
110 RTDECL(int) RTAsn1Null_Compare(PCRTASN1NULL pLeft, PCRTASN1NULL pRight)
119 RTDECL(int) RTAsn1Null_CheckSanity(PCRTASN1NULL pThis, uint32_t fFlags, PRTERRINFO pErrInfo, const char *pszErrorTag)
/vbox/src/VBox/Runtime/common/path/
H A DRTPathFilename.cpp38 RTDECL(char *) RTPathFilename(const char *pszPath)
45 RTDECL(char *) RTPathFilenameEx(const char *pszPath, uint32_t fFlags)
/vbox/src/VBox/Runtime/r3/posix/
H A Dtime-posix.cpp71 RTDECL(uint64_t) RTTimeSystemNanoTS(void)
85 RTDECL(uint64_t) RTTimeSystemMilliTS(void)

Completed in 70 milliseconds

1234567891011>>