Searched refs:cpy_dst (Results 1 – 1 of 1) sorted by relevance
677 uint32_t *cpy_dst = dst, *cpy_src = src; in bitcopy() local679 cpy_dst += (dst_offset >> 5); in bitcopy()685 *cpy_dst |= *cpy_src << off1; in bitcopy()686 cpy_dst++; in bitcopy()692 *cpy_dst |= *cpy_src >> off2; in bitcopy()701 memcpy(cpy_dst, cpy_src, align_to_word(src_size) * 4); in bitcopy()