| /netbsd-src/games/cgram/ |
| H A D | cgram.c | 178 static int offset_y; variable 332 int max_y = imin(LINES - 1, extent_y - offset_y); in redraw() 336 int len = (int)lines.v[offset_y + y].len; in redraw() 338 const char *line = lines.v[offset_y + y].s; in redraw() 339 const char *solline = sollines.v[offset_y + y].s; in redraw() 359 if (extent_y + 1 - offset_y < LINES - 2) in redraw() 360 move(extent_y + 1 - offset_y, 0); in redraw() 368 move(cursor_y - offset_y, cursor_x - offset_x); in redraw() 393 if (cursor_y < offset_y) in scroll_into_view() 394 offset_y = cursor_y; in scroll_into_view() [all …]
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/include/ |
| H A D | gpio_types.h | 80 uint32_t offset_y; member
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/gpio/dcn21/ |
| H A D | amdgpu_hw_translate_dcn21.c | 356 info->offset_y = info->offset + 2; in id_to_offset()
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/gpio/dce110/ |
| H A D | amdgpu_hw_translate_dce110.c | 361 info->offset_y = info->offset + 2; in id_to_offset()
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/gpio/dcn20/ |
| H A D | amdgpu_hw_translate_dcn20.c | 353 info->offset_y = info->offset + 2; in id_to_offset()
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/gpio/dce80/ |
| H A D | amdgpu_hw_translate_dce80.c | 395 info->offset_y = info->offset + 2; in id_to_offset()
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/ast/ |
| H A D | ast_drv.h | 240 u8 offset_x, offset_y; member
|
| H A D | ast_mode.c | 718 ast_crtc->offset_y = AST_MAX_HWC_WIDTH - fb->height; in ast_cursor_plane_helper_atomic_update() 1463 y_offset = ast_crtc->offset_y; in ast_cursor_move() 1470 y_offset = (-y) + ast_crtc->offset_y; in ast_cursor_move()
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/gpio/dce120/ |
| H A D | amdgpu_hw_translate_dce120.c | 383 info->offset_y = info->offset + 2; in id_to_offset()
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/gpio/dcn10/ |
| H A D | amdgpu_hw_translate_dcn10.c | 383 info->offset_y = info->offset + 2; in id_to_offset()
|
| /netbsd-src/sys/dev/pci/ |
| H A D | pm3fb.c | 721 int x_align, offset_x, offset_y; 725 offset_y = srcy - dsty; in pm3fb_bitblt() 756 (((offset_y) & 0xffff) << 16) | ((offset_x) & 0xffff)); in pm3fb_bitblt() 726 int x_align, offset_x, offset_y; pm3fb_bitblt() local
|
| /netbsd-src/external/mit/xorg/lib/libxcb/files/ |
| H A D | xinput.h | 1769 uint32_t offset_y; member 1855 uint32_t offset_y; member 1969 uint32_t offset_y; member 2053 uint32_t offset_y; member
|
| H A D | xinput.c | 6267 xcb_parts[xcb_parts_idx].iov_base = (char *) &_aux->abs_area.offset_y; in xcb_input_device_state_data_serialize() 6469 _aux->abs_area.offset_y = *(uint32_t *)xcb_tmp; in xcb_input_device_state_data_unpack() 6990 xcb_parts[xcb_parts_idx].iov_base = (char *) &_aux->abs_area.offset_y; in xcb_input_device_ctl_data_serialize() 7171 _aux->abs_area.offset_y = *(uint32_t *)xcb_tmp; in xcb_input_device_ctl_data_unpack()
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/bios/ |
| H A D | amdgpu_bios_parser2.c | 555 info->offset_y = info->offset + 2; in bios_parser_get_gpio_pin_info()
|
| H A D | amdgpu_bios_parser.c | 1816 info->offset_y = info->offset + 2; in bios_parser_get_gpio_pin_info()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
| H A D | IntrinsicsAMDGPU.td | 85 llvm_i32_ty, // offset_y, 99 llvm_i32_ty, // offset_y,
|