Searched refs:cpy_dst (Results 1 – 1 of 1) sorted by relevance
678 uint32_t *cpy_dst = dst, *cpy_src = src; in bitcopy() local680 cpy_dst += (dst_offset >> 5); in bitcopy()686 *cpy_dst |= *cpy_src << off1; in bitcopy()687 cpy_dst++; in bitcopy()693 *cpy_dst |= *cpy_src >> off2; in bitcopy()702 memcpy(cpy_dst, cpy_src, align_to_word(src_size) * 4); in bitcopy()