Home
last modified time | relevance | path

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

/devicemodel/include/
A Dtree.h286 #define SPLAY_INSERT(name, x, y) name##_SPLAY_INSERT(x, y) argument
287 #define SPLAY_REMOVE(name, x, y) name##_SPLAY_REMOVE(x, y) argument
288 #define SPLAY_FIND(name, x, y) name##_SPLAY_FIND(x, y) argument
289 #define SPLAY_NEXT(name, x, y) name##_SPLAY_NEXT(x, y) argument
778 #define RB_INSERT(name, x, y) name##_RB_INSERT(x, y) argument
779 #define RB_REMOVE(name, x, y) name##_RB_REMOVE(x, y) argument
780 #define RB_FIND(name, x, y) name##_RB_FIND(x, y) argument
781 #define RB_NFIND(name, x, y) name##_RB_NFIND(x, y) argument
782 #define RB_NEXT(name, x, y) name##_RB_NEXT(y) argument
783 #define RB_PREV(name, x, y) name##_RB_PREV(y) argument
[all …]
A Dtypes.h52 #define roundup2(x, y) (((x)+((y)-1))&(~((y)-1))) argument
53 #define rounddown2(x, y) ((x)&(~((y)-1))) argument
A Dvdisplay.h61 uint32_t y; member
79 uint32_t y; member
96 void vdpy_cursor_move(int handle, int scanout_id, uint32_t x, uint32_t y);
A Dconsole.h36 typedef void (*ptr_event_func_t)(uint8_t mask, int x, int y, void *arg);
A Dusb.h110 #define UREQ(x, y) ((x) | ((y) << 8)) argument
/devicemodel/hw/
A Dvga.c188 vga_get_pixel(struct vga_vdev *vd, int x, int y) in vga_get_pixel() argument
195 offset = (y * vd->gc_width / 8) + (x / 8); in vga_get_pixel()
219 int x, y; in vga_render_graphics() local
221 for (y = 0; y < vd->gc_height; y++) { in vga_render_graphics()
225 offset = y * vd->gc_width + x; in vga_render_graphics()
260 (ch << 5) + y % 16; in vga_get_text_pixel()
263 (ch << 5) + y % 16; in vga_get_text_pixel()
266 font_offset = (ch << 5) + y % 16; in vga_get_text_pixel()
282 int x, y; in vga_render_text() local
284 for (y = 0; y < vd->gc_height; y++) { in vga_render_text()
[all …]
A Dvdisplay_sdl.c623 bogus_rect.y = 0; in sdl_gl_prepare_draw()
814 rect->y = (vscr->cur.y * vscr->height) / vscr->guest_height; in vdpy_cursor_position_transformation()
911 vdpy_cursor_move(int handle, int scanout_id, uint32_t x, uint32_t y) in vdpy_cursor_move() argument
928 vscr->cur.y = y; in vdpy_cursor_move()
1035 vscr->org_y = vscr->pscreen_rect.y; in vdpy_create_vscreen_window()
/devicemodel/hw/platform/
A Dps2mouse.c160 movement_update(struct ps2mouse_info *mouse, int x, int y) in movement_update() argument
163 mouse->delta_y += mouse->cur_y - y; in movement_update()
165 mouse->cur_y = y; in movement_update()
358 ps2mouse_event(uint8_t button, int x, int y, void *arg) in ps2mouse_event() argument
363 movement_update(mouse, x, y); in ps2mouse_event()
A Dusb_mouse.c134 int16_t y; /* y position */ member
241 umouse_event(uint8_t button, int x, int y, void *arg) in umouse_event() argument
272 dev->um_report.y = MOUSE_MAX_Y * y / gc->height; in umouse_event()
A Drtc.c143 #define days_in_year(y) (leapyear(y) ? 366 : 365) argument
144 #define days_in_month(y, m) \ argument
145 (month_days[(m) - 1] + (m == FEBRUARY ? leapyear(y) : 0))
/devicemodel/hw/pci/virtio/
A Dvirtio_gpu.c169 uint32_t y; member
296 uint32_t y; member
598 resp.pmodes[i].r.y = 0; in virtio_gpu_cmd_get_display_info()
899 (req.r.y > r2d->height) || in virtio_gpu_cmd_set_scanout()
913 surf.y = req.r.y; in virtio_gpu_cmd_set_scanout()
965 (req.r.y > r2d->height) || in virtio_gpu_cmd_transfer_to_host_2d()
1033 gpu_scanout->scanout_rect.y, in virtio_gpu_scanout_needs_flush()
1037 flush_rect->x, flush_rect->y, in virtio_gpu_scanout_needs_flush()
1103 surf.y = gpu_scanout->scanout_rect.y; in virtio_gpu_cmd_resource_flush()
1374 surf.y = req.r.y; in virtio_gpu_cmd_set_scanout_blob()
[all …]
/devicemodel/include/public/
A Dhsm_ioctl_defs.h66 #define _IC_ID(x, y) (((x)<<24)|(y)) argument
/devicemodel/
A DMakefile18 override RELEASE := y

Completed in 799 milliseconds