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

/freebsd-11-stable/sys/contrib/ncsw/etc/
H A Dmemcpy.c421 uint64_t *pDst64; local
453 pDst64 = (uint64_t*)(p_Dst8);
456 *pDst64++ = *pSrc64++;
460 p_Dst8 = (uint8_t*)(pDst64);
466 pDst64 = (uint64_t*)(p_Dst8);
471 *pDst64 = (lastWord << leftAlign) | (currWord >> rightAlign);
474 pDst64++;
477 p_Dst8 = (uint8_t*)(pDst64);
568 uint64_t *pDst64; local
588 pDst64
[all...]

Completed in 174 milliseconds