Home
last modified time | relevance | path

Searched refs:pDst64 (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/contrib/ncsw/etc/
H A Dmemcpy.c376 uint64_t *pDst64; in MemCpy64() local
408 pDst64 = (uint64_t*)(p_Dst8); in MemCpy64()
411 *pDst64++ = *pSrc64++; in MemCpy64()
415 p_Dst8 = (uint8_t*)(pDst64); in MemCpy64()
421 pDst64 = (uint64_t*)(p_Dst8); in MemCpy64()
426 *pDst64 = (lastWord << leftAlign) | (currWord >> rightAlign); in MemCpy64()
429 pDst64++; in MemCpy64()
432 p_Dst8 = (uint8_t*)(pDst64); in MemCpy64()
523 uint64_t *pDst64; in MemSet64() local
543 pDst64 = (uint64_t*)(p_Dst8); in MemSet64()
[all …]