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

/freebsd-13-stable/sys/contrib/ncsw/etc/
H A Dmemcpy.c67 uint8_t *p_Src8; local
70 p_Src8 = (uint8_t*)(pSrc);
76 while((PTR_TO_UINT(p_Src8) & 3) && size) /* (pSrc mod 4) > 0 and size > 0 */
78 *p_Dst8++ = *p_Src8++;
85 *p_Dst8++ = *p_Src8++;
90 leftAlign = (uint32_t)((PTR_TO_UINT(p_Src8) & 3) << 3); /* leftAlign = (pSrc mod 4)*8 */
97 p_Src32 = (uint32_t*)(p_Src8);
104 p_Src8 = (uint8_t*)(p_Src32);
110 p_Src32 = (uint32_t*)(p_Src8 - (leftAlign >> 3));
123 p_Src8
141 uint8_t *p_Src8; local
220 uint8_t *p_Src8; local
298 uint8_t *p_Src8; local
377 uint8_t *p_Src8; local
[all...]

Completed in 46 milliseconds