Searched refs:pDest (Results 1 - 4 of 4) sorted by relevance

/haiku/src/add-ons/kernel/drivers/audio/echo/generic/
H A DOsSupportBeOS.h194 #define OsCopyMemory(pDest, pSrc, dwBytes) memcpy(pDest, pSrc, dwBytes)
199 #define OsZeroMemory(pDest, dwBytes) memset(pDest, 0, dwBytes)
H A DCEchoGals_mixer.cpp366 PMIXER_NOTIFY pDest,pSrc; local
370 pDest = pNotifies->Notifies;
376 OsCopyMemory(pDest,pSrc,sizeof(MIXER_NOTIFY));
378 pDest++;
/haiku/src/apps/cortex/support/
H A DMouseTrackingHelpers.cpp70 IMouseTrackingDestination* pDest) {
74 m_pDest = pDest;
69 setTrackingDestination( IMouseTrackingDestination* pDest) argument
H A DMouseTrackingHelpers.h124 status_t setTrackingDestination(IMouseTrackingDestination* pDest);

Completed in 101 milliseconds