tag | line | file | source code |
memcpy_fs | 1110 | arch/m68k/amiga/amifb.c | static void memcpy_fs(int fsfromto, void *to, void *from, int len); |
memcpy_fs | 4374 | arch/m68k/amiga/amifb.c | memcpy_fs(fsfromto, to->red+tooff, from->red+fromoff, size); |
memcpy_fs | 4375 | arch/m68k/amiga/amifb.c | memcpy_fs(fsfromto, to->green+tooff, from->green+fromoff, size); |
memcpy_fs | 4376 | arch/m68k/amiga/amifb.c | memcpy_fs(fsfromto, to->blue+tooff, from->blue+fromoff, size); |
memcpy_fs | 4378 | arch/m68k/amiga/amifb.c | memcpy_fs(fsfromto, to->transp+tooff, from->transp+fromoff, size); |
memcpy_fs | 2514 | arch/m68k/atari/atafb.c | memcpy_fs(fsfromto, to->red+tooff, from->red+fromoff, size); |
memcpy_fs | 2515 | arch/m68k/atari/atafb.c | memcpy_fs(fsfromto, to->green+tooff, from->green+fromoff, size); |
memcpy_fs | 2516 | arch/m68k/atari/atafb.c | memcpy_fs(fsfromto, to->blue+tooff, from->blue+fromoff, size); |
memcpy_fs | 2518 | arch/m68k/atari/atafb.c | memcpy_fs(fsfromto, to->transp+tooff, from->transp+fromoff, size); |