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