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

/freebsd-11-stable/sys/contrib/ncsw/inc/etc/
H A Dmemcpy_ext.h72 @Param[in] pDst - The address of the destination buffer.
74 @Param[in] size - The number of bytes that will be copied from pSrc to pDst.
76 @Return pDst (the address of the destination buffer).
82 void * MemCpy32(void* pDst,void* pSrc, uint32_t size);
83 void * IO2IOCpy32(void* pDst,void* pSrc, uint32_t size);
84 void * IO2MemCpy32(void* pDst,void* pSrc, uint32_t size);
85 void * Mem2IOCpy32(void* pDst,void* pSrc, uint32_t size);
102 @Param[in] pDst - The address of the destination buffer.
104 @Param[in] size - The number of bytes that will be copied from pSrc to pDst.
106 @Return pDst (th
[all...]
/freebsd-11-stable/sys/contrib/ncsw/etc/
H A Dmemcpy.c104 void * MemCpy32(void* pDst,void* pSrc, uint32_t size) argument
116 p_Dst8 = (uint8_t*)(pDst);
128 while((PTR_TO_UINT(p_Dst8) & 3) && size) /* (pDst mod 4) > 0 and size > 0 */
175 return pDst;
178 void * IO2IOCpy32(void* pDst,void* pSrc, uint32_t size) argument
190 p_Dst8 = (uint8_t*)(pDst);
203 while((PTR_TO_UINT(p_Dst8) & 3) && size) /* (pDst mod 4) > 0 and size > 0 */
254 return pDst;
257 void * Mem2IOCpy32(void* pDst,void* pSrc, uint32_t size) argument
269 p_Dst8 = (uint8_t*)(pDst);
335 IO2MemCpy32(void* pDst,void* pSrc, uint32_t size) argument
414 MemCpy64(void* pDst,void* pSrc, uint32_t size) argument
488 MemSet32(void* pDst, uint8_t val, uint32_t size) argument
524 IOMemSet32(void* pDst, uint8_t val, uint32_t size) argument
565 MemSet64(void* pDst, uint8_t val, uint32_t size) argument
[all...]
/freebsd-11-stable/sys/dev/netmap/
H A Dnetmap_mem2.c883 PPFN_NUMBER pSrc, pDst; local
896 pDst = &MmGetMdlPfnArray(mainMdl)[BYTES_TO_PAGES(ofs)];
899 RtlCopyMemory(pDst, pSrc, mdl_len); /* copy the page descriptors */
/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c127600 u8 *pDst = &pNode->zData[4 + pRtree->nBytesPerCell*iCell]; local
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c192019 u8 *pDst = &pNode->zData[4 + pRtree->nBytesPerCell*iCell]; local
[all...]

Completed in 883 milliseconds