tag | line | file | source code |
---|---|---|---|
fast_memmove | 251 | arch/m68k/console/fbcon.c | static __inline__ void fast_memmove(char *dst, char *src, size_t size); |
fast_memmove | 3026 | arch/m68k/console/fbcon.c | fast_memmove (p->screen_base + dy * p->next_line * p->fontheight, |
fast_memmove | 3055 | arch/m68k/console/fbcon.c | fast_memmove (dst, src, (width >> 1) * 16); |
fast_memmove | 3086 | arch/m68k/console/fbcon.c | fast_memmove (dst, src, (width>>1)*16); |