Searched refs:RT_LIKELY (Results 1 - 25 of 204) sorted by relevance

123456789

/vbox/src/VBox/Runtime/common/string/
H A DRTUtf16CopyAscii.cpp40 if (RT_LIKELY(cchSrc < cwcDst))
57 if (RT_LIKELY(ch < 0x80))
H A DRTStrCopy.cpp38 if (RT_LIKELY(cchSrc < cbDst))
H A DRTStrCat.cpp42 if (RT_LIKELY(cchSrc < cbDst))
H A DRTUtf16Copy.cpp38 if (RT_LIKELY(wcwSrc < cwcDst))
H A DRTStrCatEx.cpp43 if (RT_LIKELY(cchSrc < cbDst))
H A DRTStrCopyEx.cpp39 if (RT_LIKELY(cchSrc < cbDst))
H A DRTStrCopyP.cpp40 if (RT_LIKELY(cchSrc < cbDst))
H A DRTStrCopyPEx.cpp41 if (RT_LIKELY(cchSrc < cbDst))
/vbox/src/VBox/Runtime/common/time/
H A Dtimesupref.h62 if ( RT_LIKELY(pGip)
63 && RT_LIKELY(pGip->u32Magic == SUPGLOBALINFOPAGE_MAGIC)
65 && RT_LIKELY(pGip->enmUseTscDelta >= SUPGIPUSETSCDELTA_PRACTICALLY_ZERO)
67 && RT_LIKELY(pGip->enmUseTscDelta <= SUPGIPUSETSCDELTA_ROUGHLY_ZERO)
70 && RT_LIKELY(pGip->fGetGipCpu & TMPL_GET_CPU_METHOD)
108 if (RT_LIKELY(iGipCpu < pGip->cCpus))
169 if (RT_LIKELY(ASMGetApicId() == idApic))
171 if (RT_LIKELY(uAux2 == uAux))
173 if (RT_LIKELY(ASMGetIdtrLimit() == cbLim))
182 if (RT_LIKELY(pGipCp
[all...]
/vbox/src/VBox/Runtime/r0drv/solaris/
H A Dmemuserkernel-r0drv-solaris.c48 if (RT_LIKELY(rc == 0))
60 if (RT_LIKELY(rc == 0))
87 if (RT_LIKELY(rc == 0))
96 if (RT_LIKELY(rc == 0))
H A Dthread2-r0drv-solaris.c142 if (RT_LIKELY(pThread))
/vbox/src/VBox/HostDrivers/Support/
H A DSUPLibAll.cpp87 if (RT_LIKELY(ASMGetIdtrLimit() == cbLim))
110 if (RT_LIKELY(ASMGetApicId() == idApic))
127 if (RT_LIKELY((unsigned)iCpuSet < RT_ELEMENTS(pGip->aiCpuFromCpuSetIdx)))
138 if (RT_LIKELY(iCpuSet < RT_ELEMENTS(pGip->aiCpuFromCpuSetIdx)))
151 if (RT_LIKELY(iGipCpu < pGip->cCpus))
154 if (RT_LIKELY(iTscDelta != INT64_MAX))
214 if (RT_LIKELY((unsigned)iCpuSet < RT_ELEMENTS(pGip->aiCpuFromCpuSetIdx)))
223 if (RT_LIKELY(iCpuSet < RT_ELEMENTS(pGip->aiCpuFromCpuSetIdx)))
244 if (RT_LIKELY(iGipCpu < pGip->cCpus))
265 if (RT_LIKELY(iGipCp
[all...]
/vbox/src/VBox/Runtime/r0drv/freebsd/
H A Dmemuserkernel-r0drv-freebsd.c40 if (RT_LIKELY(rc == 0))
49 if (RT_LIKELY(rc == 0))
/vbox/src/VBox/Runtime/r0drv/os2/
H A Dmemuserkernel-r0drv-os2.cpp40 if (RT_LIKELY(rc == 0))
49 if (RT_LIKELY(rc == 0))
/vbox/src/VBox/Runtime/r0drv/darwin/
H A Dmemuserkernel-r0drv-darwin.cpp46 if (RT_LIKELY(rc == 0))
56 if (RT_LIKELY(rc == 0))
/vbox/include/iprt/cpp/
H A Dmem.h172 if (a_fZeroed && RT_LIKELY(this->get() != NULL))
233 if (a_fZeroed && RT_LIKELY(pNewMem != NULL))
260 if (RT_LIKELY(aNewValue != NULL))
/vbox/include/iprt/
H A Donce.h159 if (RT_LIKELY( iState == RTONCESTATE_DONE
183 if (RT_LIKELY( iState == RTONCESTATE_DONE
/vbox/src/VBox/Runtime/r0drv/linux/
H A Dmemuserkernel-r0drv-linux.c40 if (RT_LIKELY(copy_from_user(pvDst, (void *)R3PtrSrc, cb) == 0))
49 if (RT_LIKELY(copy_to_user((void *)R3PtrDst, pvSrc, cb) == 0))
/vbox/src/VBox/Additions/solaris/Virtio/
H A DVirtio-solaris.c67 if (RT_LIKELY(pDevice))
74 if (RT_LIKELY(pDevice->pvDevice))
77 if (RT_LIKELY(pDevice->pvHyper))
/vbox/src/VBox/Runtime/testcase/
H A DtstRTR0Thread.cpp59 if (RT_LIKELY(pData))
/vbox/src/VBox/HostDrivers/Support/os2/
H A DSUPLib-os2.cpp146 if (RT_LIKELY(rc == NO_ERROR))
159 if (RT_LIKELY(rc == NO_ERROR))
H A DSUPDrv-os2.cpp247 if (RT_LIKELY(pSession))
284 if (RT_LIKELY(pSession))
297 if (RT_LIKELY(iCat == SUP_CTL_CATEGORY))
315 if (RT_LIKELY((pHdr->fFlags & SUPREQHDR_FLAGS_MAGIC_MASK) == SUPREQHDR_FLAGS_MAGIC))
318 if (RT_LIKELY( pHdr->cbIn >= sizeof(*pHdr)
/vbox/src/VBox/Runtime/generic/
H A DRTMpOnPair-generic.cpp108 if (RT_LIKELY(Args.cPresent == 2))
/vbox/src/VBox/VMM/VMMAll/
H A DTMAllCpu.cpp275 && RT_LIKELY(pVM->tm.s.fVirtualSyncTicking)
372 && RT_LIKELY(pVM->tm.s.fVirtualSyncTicking)
406 if (RT_LIKELY(pVCpu->tm.s.fTSCTicking))
416 if (RT_LIKELY(u64 > pVCpu->tm.s.u64TSCLastSeen))
539 if (RT_LIKELY(cTSCTicksPerSecond != ~(uint64_t)0))
/vbox/src/VBox/HostDrivers/VBoxUSB/solaris/
H A DVBoxUSB-solaris.c477 if (RT_LIKELY(pState))
555 if (RT_LIKELY(rc == DDI_SUCCESS))
561 if (RT_LIKELY(rc == USB_SUCCESS))
1193 if (RT_LIKELY(!rc))
1390 if (RT_LIKELY(pPower))
1589 if (RT_LIKELY(rc == DDI_PROP_SUCCESS))
1617 if (RT_LIKELY(rc == DDI_PROP_SUCCESS))
1727 if (RT_LIKELY(pUrb))
1857 if (RT_LIKELY(pUrb->pMsg))
1862 if (RT_LIKELY(pUr
[all...]

Completed in 368 milliseconds

123456789