<dec f='src/src/sys/dev/rasops/rasops.h' l='178' type='void rasops_copycols(void * , int , int , int , int )'/>
<use f='src/src/sys/dev/rasops/rasops.c' l='409' u='r' c='rasops_reconfig'/>
<def f='src/src/sys/dev/rasops/rasops.c' l='719' ll='775' type='void rasops_copycols(void * cookie, int row, int src, int dst, int num)'/>
<doc f='src/src/sys/dev/rasops/rasops.c' l='713'>/*
 * Copy columns. This is slow, and hard to optimize due to alignment,
 * and the fact that we have to copy both left-&gt;right and right-&gt;left.
 * We simply cop-out here and use memmove(), since it handles all of
 * these cases anyway.
 */</doc>
