Home
last modified time | relevance | path

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

/freebsd/sys/contrib/ncsw/etc/
H A Dmemcpy.c66 uint32_t *p_Dst32; in MemCpy32() local
98 p_Dst32 = (uint32_t*)(p_Dst8); in MemCpy32()
101 *p_Dst32++ = *p_Src32++; in MemCpy32()
105 p_Dst8 = (uint8_t*)(p_Dst32); in MemCpy32()
111 p_Dst32 = (uint32_t*)(p_Dst8); in MemCpy32()
116 *p_Dst32 = (lastWord << leftAlign) | (currWord >> rightAlign); in MemCpy32()
119 p_Dst32++; in MemCpy32()
122 p_Dst8 = (uint8_t*)(p_Dst32); in MemCpy32()
140 uint32_t *p_Dst32; in IO2IOCpy32() local
173 p_Dst32 = (uint32_t*)(p_Dst8); in IO2IOCpy32()
[all …]