Home
last modified time | relevance | path

Searched refs:slowcpy (Results 1 – 1 of 1) sorted by relevance

/dports/graphics/svgalib/svgalib-1.4.3/src/
H A Dvga.c1081 static void slowcpy(unsigned char *dest, unsigned char *src, unsigned bytes) in slowcpy() function
1124 slowcpy(GM, text_buf1, TEXT_SIZE); in restore_text()
1131 slowcpy(GM, text_buf2, TEXT_SIZE); in restore_text()
1162 slowcpy(text_buf1, GM, TEXT_SIZE); in save_text()
1171 slowcpy(text_buf2, GM, TEXT_SIZE); in save_text()
2031 slowcpy(font_buf1, GM, FONT_SIZE); in initialize()
2040 slowcpy(font_buf2, GM, FONT_SIZE); in initialize()
2341 slowcpy(GM, font_buf1, FONT_SIZE); in vga_setmode()
2350 slowcpy(GM, font_buf2, FONT_SIZE); in vga_setmode()