Searched defs:RT_CONCAT (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/Graphics/
H A DDevVGATmpl.h58 static inline void RT_CONCAT(vga_draw_glyph_line_, DEPTH)(uint8_t *d, function
94 static void RT_CONCAT(vga_draw_glyph8_, DEPTH)(uint8_t *d, int linesize, function
104 RT_CONCAT(vga_draw_glyph_line_, DEPTH)(d, font_data, xorcol, bgcol, dscan, linesize);
110 static void RT_CONCAT(vga_draw_glyph16_, DEPTH)(uint8_t *d, int linesize, function
120 RT_CONCAT(vga_draw_glyph_line_, DEPTH)(d,
123 RT_CONCAT(vga_draw_glyph_line_, DEPTH)(d + 8 * BPP,
131 static void RT_CONCAT(vga_draw_glyph9_, DEPTH)(uint8_t *d, int linesize, function
183 static void RT_CONCAT(vga_draw_line2_, DEPTH)(VGAState *s1, uint8_t *d, function
227 static void RT_CONCAT(vga_draw_line2d2_, DEPTH)(VGAState *s1, uint8_t *d, function
262 static void RT_CONCAT(vga_draw_line4 function
294 static void RT_CONCAT(vga_draw_line4d2_, DEPTH)(VGAState *s1, uint8_t *d, function
328 static void RT_CONCAT(vga_draw_line8d2_, DEPTH)(VGAState *s1, uint8_t *d, function
351 static void RT_CONCAT(vga_draw_line8_, DEPTH)(VGAState *s1, uint8_t *d, function
381 static void RT_CONCAT(vga_draw_line15_, DEPTH)(VGAState *s1, uint8_t *d, function
407 static void RT_CONCAT(vga_draw_line16_, DEPTH)(VGAState *s1, uint8_t *d, function
433 static void RT_CONCAT(vga_draw_line24_, DEPTH)(VGAState *s1, uint8_t *d, function
460 static void RT_CONCAT(vga_draw_line32_, DEPTH)(VGAState *s1, uint8_t *d, function
493 void RT_CONCAT(vga_draw_cursor_line_, DEPTH)(uint8_t *d1, function
[all...]
/vbox/include/iprt/
H A Dcdefs.h1378 /** @def RT_CONCAT
1384 #define RT_CONCAT(a,b) RT_CONCAT_HLP(a,b) macro
1385 /** RT_CONCAT helper, don't use. */
1388 /** @def RT_CONCAT
1399 /** @def RT_CONCAT

Completed in 44 milliseconds