Searched refs:DECL_FORCE_INLINE (Results 1 - 25 of 37) sorted by relevance

12

/vbox/include/iprt/
H A Dctype.h65 DECL_FORCE_INLINE(bool) RTLocCIsBlank(int ch)
77 DECL_FORCE_INLINE(bool) RTLocCIsCntrl(int ch)
89 DECL_FORCE_INLINE(bool) RTLocCIsDigit(int ch)
100 DECL_FORCE_INLINE(bool) RTLocCIsLower(int ch)
111 DECL_FORCE_INLINE(bool) RTLocCIsODigit(int ch)
122 DECL_FORCE_INLINE(bool) RTLocCIsPrint(int ch)
133 DECL_FORCE_INLINE(bool) RTLocCIsPunct(int ch)
148 DECL_FORCE_INLINE(bool) RTLocCIsSpace(int ch)
160 DECL_FORCE_INLINE(bool) RTLocCIsUpper(int ch)
171 DECL_FORCE_INLINE(boo
[all...]
H A Dasn1.h395 DECL_FORCE_INLINE(PRTASN1CORE) RT_CONCAT(a_ImplExtNm,_GetAsn1Core)(RT_CONCAT(PC,a_TypeNm) pThis) \
545 DECL_FORCE_INLINE(PRTASN1CORE) RTAsn1Core_GetAsn1Core(PCRTASN1CORE pThis)
551 DECL_FORCE_INLINE(bool) RTAsn1Core_IsPresent(PCRTASN1CORE pThis)
/vbox/src/VBox/VMM/include/
H A DTMInline.h30 DECL_FORCE_INLINE(void) tmTimerQueueUnlinkActive(PTMTIMERQUEUE pQueue, PTMTIMER pTimer)
H A DSELMInline.h179 DECL_FORCE_INLINE(void) selmGuestToShadowDesc(PVM pVM, PX86DESC pDesc)
H A DPGMInline.h546 DECL_FORCE_INLINE(bool) pgmGstIsNoExecuteActive(PVMCPU pVCpu)
563 DECL_FORCE_INLINE(bool) pgmGst32BitIsPageSizeExtActive(PVMCPU pVCpu)
1483 DECL_FORCE_INLINE(bool) pgmMapAreMappingsEnabled(PVM pVM)
1502 DECL_FORCE_INLINE(bool) pgmMapAreMappingsFloating(PVM pVM)
/vbox/src/VBox/Runtime/generic/
H A Dsemxroads-generic.cpp125 # undef DECL_FORCE_INLINE macro
126 # define DECL_FORCE_INLINE(type) static type macro
200 DECL_FORCE_INLINE(int) rtSemXRoadsEnter(RTSEMXROADSINTERNAL *pThis, uint64_t fDir,
330 DECL_FORCE_INLINE(int) rtSemXRoadsLeave(RTSEMXROADSINTERNAL *pThis, uint64_t fDir, uint64_t uCountShift, uint64_t fCountMask)
H A Dcritsect-generic.cpp132 DECL_FORCE_INLINE(int) rtCritSectTryEnter(PRTCRITSECT pCritSect, PCRTLOCKVALSRCPOS pSrcPos)
210 DECL_FORCE_INLINE(int) rtCritSectEnter(PRTCRITSECT pCritSect, PCRTLOCKVALSRCPOS pSrcPos)
H A Dsemrw-generic.cpp265 DECL_FORCE_INLINE(int) rtSemRWRequestRead(RTSEMRW hRWSem, RTMSINTERVAL cMillies, bool fInterruptible, PCRTLOCKVALSRCPOS pSrcPos)
559 DECL_FORCE_INLINE(int) rtSemRWRequestWrite(RTSEMRW hRWSem, RTMSINTERVAL cMillies, bool fInterruptible, PCRTLOCKVALSRCPOS pSrcPos)
/vbox/src/VBox/Devices/Audio/
H A Dfilteraudio.c92 DECL_FORCE_INLINE(void) IORingBufferReset(PIORINGBUFFER pBuffer)
101 DECL_FORCE_INLINE(uint32_t) IORingBufferFree(PIORINGBUFFER pBuffer) function
107 DECL_FORCE_INLINE(uint32_t) IORingBufferUsed(PIORINGBUFFER pBuffer) function
113 DECL_FORCE_INLINE(uint32_t) IORingBufferSize(PIORINGBUFFER pBuffer) function
146 DECL_FORCE_INLINE(void) IORingBufferReleaseReadBlock(PIORINGBUFFER pBuffer, uint32_t cSize)
183 DECL_FORCE_INLINE(void) IORingBufferReleaseWriteBlock(PIORINGBUFFER pBuffer, uint32_t cSize)
H A Dcoreaudio.c106 DECL_FORCE_INLINE(void) IORingBufferReset(PIORINGBUFFER pBuffer)
115 DECL_FORCE_INLINE(uint32_t) IORingBufferFree(PIORINGBUFFER pBuffer) function
121 DECL_FORCE_INLINE(uint32_t) IORingBufferUsed(PIORINGBUFFER pBuffer) function
127 DECL_FORCE_INLINE(uint32_t) IORingBufferSize(PIORINGBUFFER pBuffer) function
160 DECL_FORCE_INLINE(void) IORingBufferReleaseReadBlock(PIORINGBUFFER pBuffer, uint32_t cSize)
197 DECL_FORCE_INLINE(void) IORingBufferReleaseWriteBlock(PIORINGBUFFER pBuffer, uint32_t cSize)
354 DECL_FORCE_INLINE(bool) caIsRunning(AudioDeviceID deviceID) function
/vbox/src/VBox/Runtime/common/checksum/
H A Dalt-sha256.cpp114 DECL_FORCE_INLINE(uint32_t) rtSha256Ch(uint32_t uX, uint32_t uY, uint32_t uZ)
133 DECL_FORCE_INLINE(uint32_t) rtSha256Maj(uint32_t uX, uint32_t uY, uint32_t uZ)
153 DECL_FORCE_INLINE(uint32_t) rtSha256CapitalSigma0(uint32_t uX)
165 DECL_FORCE_INLINE(uint32_t) rtSha256CapitalSigma1(uint32_t uX)
177 DECL_FORCE_INLINE(uint32_t) rtSha256SmallSigma0(uint32_t uX)
189 DECL_FORCE_INLINE(uint32_t) rtSha256SmallSigma1(uint32_t uX)
H A Dalt-sha512.cpp119 DECL_FORCE_INLINE(uint64_t) rtSha512Ch(uint64_t uX, uint64_t uY, uint64_t uZ)
138 DECL_FORCE_INLINE(uint64_t) rtSha512Maj(uint64_t uX, uint64_t uY, uint64_t uZ)
158 DECL_FORCE_INLINE(uint64_t) rtSha512CapitalSigma0(uint64_t uX)
170 DECL_FORCE_INLINE(uint64_t) rtSha512CapitalSigma1(uint64_t uX)
182 DECL_FORCE_INLINE(uint64_t) rtSha512SmallSigma0(uint64_t uX)
194 DECL_FORCE_INLINE(uint64_t) rtSha512SmallSigma1(uint64_t uX)
H A Dalt-md5.cpp71 DECL_FORCE_INLINE(uint32_t) F1(uint32_t x, uint32_t y, uint32_t z)
79 DECL_FORCE_INLINE(uint32_t) F3(uint32_t x, uint32_t y, uint32_t z)
85 DECL_FORCE_INLINE(uint32_t) F4(uint32_t x, uint32_t y, uint32_t z)
H A Dalt-sha1.cpp198 DECL_FORCE_INLINE(uint32_t) rtSha1Ch(uint32_t uX, uint32_t uY, uint32_t uZ)
217 DECL_FORCE_INLINE(uint32_t) rtSha1Parity(uint32_t uX, uint32_t uY, uint32_t uZ)
227 DECL_FORCE_INLINE(uint32_t) rtSha1Maj(uint32_t uX, uint32_t uY, uint32_t uZ)
/vbox/src/VBox/VMM/VMMAll/
H A DPDMAllCritSect.cpp66 DECL_FORCE_INLINE(RTNATIVETHREAD) pdmCritSectGetNativeSelf(PCPDMCRITSECT pCritSect)
90 DECL_FORCE_INLINE(int) pdmCritSectEnterFirst(PPDMCRITSECT pCritSect, RTNATIVETHREAD hNativeSelf, PCRTLOCKVALSRCPOS pSrcPos)
215 DECL_FORCE_INLINE(int) pdmCritSectEnter(PPDMCRITSECT pCritSect, int rcBusy, PCRTLOCKVALSRCPOS pSrcPos)
/vbox/src/VBox/Runtime/testcase/
H A DtstRTPrfIO.cpp128 DECL_FORCE_INLINE(int) benchmarkFileOpenCloseOp(const char *pszFilename)
/vbox/src/VBox/Runtime/common/misc/
H A Dgetoptargv.cpp176 DECL_FORCE_INLINE(bool) rtGetOptIsCpInSet(RTUNICP Cp, const char *pszSeparators, size_t cchSeparators)
H A Dlockvalidator.cpp342 DECL_FORCE_INLINE(PRTLOCKVALRECUNION) rtLockValidatorReadRecUnionPtr(PRTLOCKVALRECUNION volatile *ppRec)
351 DECL_FORCE_INLINE(void) rtLockValidatorWriteRecUnionPtr(PRTLOCKVALRECUNION volatile *ppRec, PRTLOCKVALRECUNION pRecNew)
359 DECL_FORCE_INLINE(PRTTHREADINT) rtLockValidatorReadThreadHandle(RTTHREAD volatile *phThread)
368 DECL_FORCE_INLINE(PRTLOCKVALRECSHRDOWN) rtLockValidatorUoReadSharedOwner(PRTLOCKVALRECSHRDOWN volatile *ppOwner)
577 DECL_FORCE_INLINE(void) rtLockValComplainAboutLockHlp(const char *pszPrefix, PRTLOCKVALRECUNION pRec, const char *pszSuffix,
818 DECL_FORCE_INLINE(void) rtLockValidatorSrcPosCopy(PRTLOCKVALSRCPOS pDst, PCRTLOCKVALSRCPOS pSrc)
842 DECL_FORCE_INLINE(void) rtLockValidatorSrcPosInit(PRTLOCKVALSRCPOS pSrcPos)
1158 DECL_FORCE_INLINE(uint32_t) rtLockValidatorClassRetain(RTLOCKVALCLASSINT *pClass)
1176 DECL_FORCE_INLINE(RTLOCKVALCLASS) rtLockValidatorClassValidateAndRetain(RTLOCKVALCLASS hClass)
1359 DECL_FORCE_INLINE(boo
[all...]
/vbox/src/VBox/Runtime/r3/win/
H A Dsemevent-win.cpp195 DECL_FORCE_INLINE(int) rtSemEventWaitHandleStatus(struct RTSEMEVENTINTERNAL *pThis, DWORD rc)
H A Dsemmutex-win.cpp182 DECL_FORCE_INLINE(int) rtSemMutexRequestNoResume(RTSEMMUTEX hMutexSem, RTMSINTERVAL cMillies, PCRTLOCKVALSRCPOS pSrcPos)
H A Dsemeventmulti-win.cpp205 DECL_FORCE_INLINE(int)
/vbox/src/VBox/Runtime/r3/posix/
H A Dsemrw-posix.cpp226 DECL_FORCE_INLINE(int) rtSemRWRequestRead(RTSEMRW hRWSem, RTMSINTERVAL cMillies, PCRTLOCKVALSRCPOS pSrcPos)
421 DECL_FORCE_INLINE(int) rtSemRWRequestWrite(RTSEMRW hRWSem, RTMSINTERVAL cMillies, PCRTLOCKVALSRCPOS pSrcPos)
H A Dsemmutex-posix.cpp225 DECL_FORCE_INLINE(int) rtSemMutexRequest(RTSEMMUTEX hMutexSem, RTMSINTERVAL cMillies, PCRTLOCKVALSRCPOS pSrcPos)
/vbox/src/VBox/Runtime/r0drv/generic/
H A Dsemspinmutex-r0drv-generic.c248 DECL_FORCE_INLINE(void) rtSemSpinMutexLeave(RTSEMSPINMUTEXSTATE *pState)
/vbox/src/VBox/Runtime/r3/linux/
H A Dsemmutex-linux.cpp202 DECL_FORCE_INLINE(int) rtSemMutexRequest(RTSEMMUTEX hMutexSem, RTMSINTERVAL cMillies, bool fAutoResume, PCRTLOCKVALSRCPOS pSrcPos)

Completed in 5124 milliseconds

12