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

/freebsd-11-stable/sys/contrib/ncsw/etc/
H A Dmemcpy.c112 uint8_t *p_Src8; local
115 p_Src8 = (uint8_t*)(pSrc);
121 while((PTR_TO_UINT(p_Src8) & 3) && size) /* (pSrc mod 4) > 0 and size > 0 */
123 *p_Dst8++ = *p_Src8++;
130 *p_Dst8++ = *p_Src8++;
135 leftAlign = (uint32_t)((PTR_TO_UINT(p_Src8) & 3) << 3); /* leftAlign = (pSrc mod 4)*8 */
142 p_Src32 = (uint32_t*)(p_Src8);
149 p_Src8 = (uint8_t*)(p_Src32);
155 p_Src32 = (uint32_t*)(p_Src8 - (leftAlign >> 3));
168 p_Src8
186 uint8_t *p_Src8; local
265 uint8_t *p_Src8; local
343 uint8_t *p_Src8; local
422 uint8_t *p_Src8; local
[all...]

Completed in 69 milliseconds