Searched refs:pDst (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/IOAudioFamily-197.4.2/PCMBlitterLib/
H A DIOAudioBlitterLibDispatch.cpp129 void IOAF_bcopy_WriteCombine(const void *pSrc, void *pDst, unsigned int count) argument
134 bool dalign = !((uintptr_t)pDst & 0xF);
137 UInt8* dst_data = (UInt8*) pDst;
/macosx-10.9.5/xnu-2422.115.4/bsd/dev/i386/
H A Dfbt_x86.c546 uint32_t *pDst; local
616 for (pDst = (uint32_t *)fp;
617 pDst > (((uint32_t *)old_sp));
618 pDst--)
619 *pDst = pDst[-delta];
/macosx-10.9.5/Heimdal-323.92.1/lib/sqlite/
H A Dsqlite3.c127600 u8 *pDst = &pNode->zData[4 + pRtree->nBytesPerCell*iCell]; local
[all...]

Completed in 403 milliseconds