Home
last modified time | relevance | path

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

/qemu/hw/display/
H A Dcirrus_vga_rop2.h50 unsigned int col; in glue() local
89 PUTPIXEL(s, addr, col); in glue()
108 unsigned int col; in glue() local
121 col = s->cirrus_blt_bgcol; in glue()
124 col = s->cirrus_blt_fgcol; in glue()
158 unsigned int col; in glue() local
193 unsigned int col; in glue() local
204 col = s->cirrus_blt_bgcol; in glue()
238 unsigned int col; in glue() local
268 uint32_t col; in glue() local
[all …]
H A Dssd0323.c61 int32_t col; member
81 s->framebuffer[s->col + s->row * 64] = data; in OBJECT_DECLARE_SIMPLE_TYPE()
86 s->col++; in OBJECT_DECLARE_SIMPLE_TYPE()
88 if (s->col > s->col_end) { in OBJECT_DECLARE_SIMPLE_TYPE()
89 s->col = s->col_start; in OBJECT_DECLARE_SIMPLE_TYPE()
92 s->col++; in OBJECT_DECLARE_SIMPLE_TYPE()
93 if (s->col > s->col_end) { in OBJECT_DECLARE_SIMPLE_TYPE()
95 s->col = s->col_start; in OBJECT_DECLARE_SIMPLE_TYPE()
115 s->col = s->col_start = s->cmd_data[0] % 64; in OBJECT_DECLARE_SIMPLE_TYPE()
306 if (s->col < 0 || s->col >= 64) { in ssd0323_post_load()
[all …]
H A Dssd0303.c57 int col; member
92 if (s->col < 132) { in ssd0303_send()
93 s->framebuffer[s->col + s->row * 132] = data; in ssd0303_send()
94 s->col++; in ssd0303_send()
107 s->col = (s->col & 0xf0) | (data & 0xf); in ssd0303_send()
110 s->col = (s->col & 0x0f) | ((data & 0xf) << 4); in ssd0303_send()
286 VMSTATE_INT32(col, ssd0303_state),
H A Dtcx.c473 uint32_t col; in tcx_stip_writel() local
479 col = cpu_to_be32(s->tmpblit); in tcx_stip_writel()
484 s->vram24[addr + i] = col; in tcx_stip_writel()
505 uint32_t col; in tcx_rstip_writel() local
511 col = cpu_to_be32(s->tmpblit); in tcx_rstip_writel()
516 s->vram24[addr + i] = col; in tcx_rstip_writel()
517 s->cplane[addr + i] = col; in tcx_rstip_writel()
H A Dvmware_vga.c469 uint8_t col[4]; in vmsvga_fill_rect() local
475 col[0] = c; in vmsvga_fill_rect()
476 col[1] = c >> 8; in vmsvga_fill_rect()
477 col[2] = c >> 16; in vmsvga_fill_rect()
478 col[3] = c >> 24; in vmsvga_fill_rect()
484 src = col; in vmsvga_fill_rect()
487 if (src - col == surface_bytes_per_pixel(surface)) { in vmsvga_fill_rect()
488 src = col; in vmsvga_fill_rect()
H A Dvga.c1040 uint32_t v, col, *palette; in update_palette16() local
1052 col = rgb_to_pixel32(c6_to_8(s->palette[v]), in update_palette16()
1055 if (col != palette[i]) { in update_palette16()
1057 palette[i] = col; in update_palette16()
1067 uint32_t v, col, *palette; in update_palette256() local
1074 col = rgb_to_pixel32(s->palette[v], in update_palette256()
1078 col = rgb_to_pixel32(c6_to_8(s->palette[v]), in update_palette256()
1082 if (col != palette[i]) { in update_palette256()
1084 palette[i] = col; in update_palette256()
H A Dxenfb.c603 int col; \
616 for (col = x ; col < (x+w) ; col++) { \
/qemu/target/arm/tcg/
H A Dsme_helper.c827 for (col = 0; col < oprsz; ) { in DO_ST()
851 for (col = 0; col < oprsz; ++col) { in HELPER()
872 for (col = 0; col < oprsz; ) { in HELPER()
897 for (col = 0; col < oprsz; ++col) { in HELPER()
929 for (col = 0; col < oprsz; ) { in HELPER()
964 for (col = 0; col < oprsz; ++col) { in HELPER()
1061 for (col = 0; col < oprsz; ) { in HELPER()
1099 for (col = 0; col < oprsz; ) { in HELPER()
1126 for (col = 0; col < oprsz; ) { in HELPER()
1160 for (col = 0; col < oprsz; ++col) { in do_imopa_s()
[all …]
/qemu/hw/input/
H A Dpxa2xx_keypad.c83 #define KPASMKPx_MKC(row, col) (1 << (row + 16 * (col % 2))) argument
109 *col = i * 2; in pxa27x_keypad_find_pressed_key()
114 *col = i * 2 + 1; in pxa27x_keypad_find_pressed_key()
124 int row, col, rel, assert_irq = 0; in pxa27x_keyboard_event() local
143 col = kp->map[keycode].column; in pxa27x_keyboard_event()
144 if (row == -1 || col == -1) { in pxa27x_keyboard_event()
148 val = KPASMKPx_MKC(row, col); in pxa27x_keyboard_event()
150 if (kp->kpasmkp[col / 2] & val) { in pxa27x_keyboard_event()
151 kp->kpasmkp[col / 2] &= ~val; in pxa27x_keyboard_event()
156 if (!(kp->kpasmkp[col / 2] & val)) { in pxa27x_keyboard_event()
[all …]
/qemu/tests/tcg/plugins/
H A Dsyscall.c101 for (guint col = 0; col < 16; col++) { in hexdump() local
102 if (index + col < data->len) { in hexdump()
103 g_string_append_printf(out, "%02x ", data->data[index + col]); in hexdump()
111 for (guint col = 0; col < 16; col++) { in hexdump() local
112 if (index + col >= data->len) { in hexdump()
116 if (g_ascii_isgraph(data->data[index + col])) { in hexdump()
117 g_string_append_printf(out, "%c", data->data[index + col]); in hexdump()
/qemu/scripts/qapi/
H A Derror.py34 col: Optional[int] = None):
38 self.col = col
43 if self.col is not None:
45 loc += ':%s' % self.col
H A Dparser.py61 col = 1
64 col = (col + 7) % 8 + 1
66 col += 1
67 super().__init__(parser.info, msg, col)
/qemu/scripts/codeconverter/codeconverter/
H A Dutils.py45 col: int
48 return '%d:%d' % (self.line, self.col)
58 col = len(lines[-1]) + 1
59 return LineAndColumn(line, col)
H A Dpatching.py81 logger.log(level, '%s:%d:%d: '+fmt, self.file.filename, pos.line, pos.col, *args)
151 start.line, start.col,
152 end.line, end.col, self.group(0)[:100])
/qemu/tests/qemu-iotests/
H A Dtestrunner.py201 col = '\033[32m'
203 col = '\033[1m\033[31m'
205 col = '\033[33m'
207 col = ''
211 col = ''
/qemu/hw/arm/
H A Dmusicpal.c128 static uint8_t scale_lcd_color(musicpal_lcd_state *s, uint8_t col) in scale_lcd_color() argument
132 return col; in scale_lcd_color()
136 return (col * s->brightness) / 7; in scale_lcd_color()
141 int x, int y, uint32_t col) in set_lcd_pixel32() argument
150 *pixel = col; in set_lcd_pixel32()
158 int x, y, col; in lcd_refresh() local
160 col = rgb_to_pixel32(scale_lcd_color(s, (MP_LCD_TEXTCOLOR >> 16) & 0xff), in lcd_refresh()
166 set_lcd_pixel32(s, x, y, col); in lcd_refresh()
H A Domap1.c2149 void omap_mpuio_key(struct omap_mpuio_s *s, int row, int col, int down) in omap_mpuio_key() argument
2152 hw_error("%s: No key %i-%i\n", __func__, col, row); in omap_mpuio_key()
2155 s->buttons[row] |= 1 << col; in omap_mpuio_key()
2157 s->buttons[row] &= ~(1 << col); in omap_mpuio_key()
/qemu/scripts/
H A Dminikconf.py382 col = 1
385 col += 8 - ((col - 1) % 8)
387 col += 1
388 return '%s%s:%d:%d' %(self.error_path(), self.fname, self.line, col)
/qemu/tcg/
H A Dtcg.c2567 int col = 0; in tcg_dump_ops() local
2574 col += ne_fprintf(f, "\n ----"); in tcg_dump_ops()
2577 col += ne_fprintf(f, " %016" PRIx64, in tcg_dump_ops()
2589 col += ne_fprintf(f, " %s ", def->name); in tcg_dump_ops()
2597 col += ne_fprintf(f, "%s", info->name); in tcg_dump_ops()
2599 col += ne_fprintf(f, "plugin(%p)", func); in tcg_dump_ops()
2610 col += ne_fprintf(f, ",%s", t); in tcg_dump_ops()
2613 col += ne_fprintf(f, " %s ", def->name); in tcg_dump_ops()
2627 col += ne_fprintf(f, "%s%s", sep, in tcg_dump_ops()
2633 col += ne_fprintf(f, "%s%s", sep, in tcg_dump_ops()
[all …]
/qemu/include/hw/arm/
H A Domap.h731 void omap_mpuio_key(struct omap_mpuio_s *s, int row, int col, int down);
/qemu/hw/misc/
H A Dtrace-events22 …ffset_to_cell(uint64_t offset, int row, int bank, int col) "offset 0x%" PRIx64 " row %d bank %d co…