Home
last modified time | relevance | path

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

/freebsd/sys/contrib/ncsw/etc/
H A Dmemcpy.c68 uint8_t *p_Dst8; in MemCpy32() local
71 p_Dst8 = (uint8_t*)(pDst); in MemCpy32()
78 *p_Dst8++ = *p_Src8++; in MemCpy32()
83 while((PTR_TO_UINT(p_Dst8) & 3) && size) /* (pDst mod 4) > 0 and size > 0 */ in MemCpy32()
85 *p_Dst8++ = *p_Src8++; in MemCpy32()
98 p_Dst32 = (uint32_t*)(p_Dst8); in MemCpy32()
105 p_Dst8 = (uint8_t*)(p_Dst32); in MemCpy32()
111 p_Dst32 = (uint32_t*)(p_Dst8); in MemCpy32()
122 p_Dst8 = (uint8_t*)(p_Dst32); in MemCpy32()
128 *p_Dst8++ = *p_Src8++; in MemCpy32()
[all …]