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

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

Completed in 101 milliseconds