Home | History | Annotate | Download | only in common

Lines Matching refs:UWORD8

60  *  UWORD8 pointer to the destination
63 * UWORD8 pointer to the source
75 void ihevc_memcpy(UWORD8 *pu1_dst, UWORD8 *pu1_src, UWORD32 num_bytes)
81 void ihevc_memcpy_mul_8(UWORD8 *pu1_dst, UWORD8 *pu1_src, UWORD32 num_bytes)
96 * UWORD8 pointer to the destination
99 * UWORD8 value used for memset
111 void ihevc_memset(UWORD8 *pu1_dst, UWORD8 value, UWORD32 num_bytes)
117 void ihevc_memset_mul_8(UWORD8 *pu1_dst, UWORD8 value, UWORD32 num_bytes)
132 * UWORD8 pointer to the destination