Searched refs:RTDECL (Results 201 - 225 of 668) sorted by relevance

1234567891011>>

/vbox/src/VBox/Runtime/r3/win/
H A DRTSystemQueryTotalRam-win.cpp40 RTDECL(int) RTSystemQueryTotalRam(uint64_t *pcb)
55 RTDECL(int) RTSystemQueryAvailableRam(uint64_t *pcb)
/vbox/src/VBox/Runtime/r0drv/linux/
H A Dthread-r0drv-linux.c53 RTDECL(RTNATIVETHREAD) RTThreadNativeSelf(void) function
71 RTDECL(int) RTThreadSleep(RTMSINTERVAL cMillies)
78 RTDECL(int) RTThreadSleepNoLog(RTMSINTERVAL cMillies)
85 RTDECL(bool) RTThreadYield(void) function
100 RTDECL(bool) RTThreadPreemptIsEnabled(RTTHREAD hThread) function
134 RTDECL(bool) RTThreadPreemptIsPending(RTTHREAD hThread) function
153 RTDECL(bool) RTThreadPreemptIsPendingTrusty(void) function
161 RTDECL(bool) RTThreadPreemptIsPossible(void) function
174 RTDECL(void) RTThreadPreemptDisable(PRTTHREADPREEMPTSTATE pState)
199 RTDECL(voi
223 RTDECL(bool) RTThreadIsInInterrupt(RTTHREAD hThread) function
[all...]
/vbox/src/VBox/GuestHost/OpenGL/include/
H A Dcr_bmpscale.h13 # define VBOXBLITTERDECL(_type) RTDECL(_type)
/vbox/src/VBox/Runtime/common/asn1/
H A Dasn1-ut-bitstring-template.h27 #define RTASN1TMPL_DECL RTDECL
H A Dasn1-ut-boolean-template.h27 #define RTASN1TMPL_DECL RTDECL
H A Dasn1-ut-core-template.h27 #define RTASN1TMPL_DECL RTDECL
H A Dasn1-ut-integer-template.h27 #define RTASN1TMPL_DECL RTDECL
H A Dasn1-ut-objid-template.h27 #define RTASN1TMPL_DECL RTDECL
H A Dasn1-ut-octetstring-template.h27 #define RTASN1TMPL_DECL RTDECL
H A Dasn1-ut-string-template.h27 #define RTASN1TMPL_DECL RTDECL
H A Dasn1-ut-time-template.h27 #define RTASN1TMPL_DECL RTDECL
/vbox/src/VBox/Runtime/common/checksum/
H A Dcrc32-zlib.cpp54 RTDECL(uint32_t) RTCrc32(const void *pv, register size_t cb)
66 RTDECL(uint32_t) RTCrc32Start(void)
73 RTDECL(uint32_t) RTCrc32Process(uint32_t uCRC32, const void *pv, size_t cb)
84 RTDECL(uint32_t) RTCrc32Finish(uint32_t uCRC32)
/vbox/src/VBox/Runtime/common/misc/
H A DRTAssertMsg2.cpp37 RTDECL(void) RTAssertMsg2(const char *pszFormat, ...)
H A DRTAssertMsg2Add.cpp37 RTDECL(void) RTAssertMsg2Add(const char *pszFormat, ...)
H A DRTAssertMsg2AddWeak.cpp37 RTDECL(void) RTAssertMsg2AddWeak(const char *pszFormat, ...)
H A DRTAssertMsg2Weak.cpp37 RTDECL(void) RTAssertMsg2Weak(const char *pszFormat, ...)
/vbox/src/VBox/Runtime/common/path/
H A DRTPathAbsDup.cpp45 RTDECL(char *) RTPathAbsDup(const char *pszPath)
H A DRTPathAbsExDup.cpp49 RTDECL(char *) RTPathAbsExDup(const char *pszBase, const char *pszPath)
H A DRTPathCountComponents.cpp38 RTDECL(size_t) RTPathCountComponents(const char *pszPath)
H A DRTPathExt.cpp35 RTDECL(char *) RTPathSuffix(const char *pszPath)
H A DRTPathRealDup.cpp46 RTDECL(char *) RTPathRealDup(const char *pszPath)
H A DRTPathStripTrailingSlash.cpp38 RTDECL(size_t) RTPathStripTrailingSlash(char *pszPath)
/vbox/include/iprt/crypto/
H A Dtaf.h67 RTASN1TYPE_STANDARD_PROTOTYPES(RTCRTAFCERTPATHCONTROLS, RTDECL, RTCrTafCertPathControls, SeqCore.Asn1Core);
110 RTASN1TYPE_STANDARD_PROTOTYPES(RTCRTAFTRUSTANCHORINFO, RTDECL, RTCrTafTrustAnchorInfo, SeqCore.Asn1Core);
177 RTASN1TYPE_STANDARD_PROTOTYPES(RTCRTAFTRUSTANCHORCHOICE, RTDECL, RTCrTafTrustAnchorChoice, Dummy.Asn1Core);
182 RTASN1_IMPL_GEN_SEQ_OF_TYPEDEFS_AND_PROTOS(RTCRTAFTRUSTANCHORLIST, RTCRTAFTRUSTANCHORCHOICE, RTDECL, RTCrTafTrustAnchorList);
/vbox/src/VBox/Runtime/common/sort/
H A DRTSortApvIsSorted.cpp35 RTDECL(bool) RTSortApvIsSorted(void const * const *papvArray, size_t cElements, PFNRTSORTCMP pfnCmp, void *pvUser)
H A DRTSortIsSorted.cpp35 RTDECL(bool) RTSortIsSorted(void const *pvArray, size_t cElements, size_t cbElement, PFNRTSORTCMP pfnCmp, void *pvUser)

Completed in 84 milliseconds

1234567891011>>