Home
last modified time | relevance | path

Searched defs:dz (Results 1 – 9 of 9) sorted by relevance

/openbmc/qemu/hw/usb/
H A Ddev-wacom.c46 int dx, dy, dz, buttons_state; member
205 int x, int y, int dz, int buttons_state) in usb_wacom_event()
230 int dx, dy, dz, b, l; in usb_mouse_poll() local
/openbmc/openbmc-tools/dbus-vis/
H A Dtimeline_view.js278 Zoom(dz, mid = undefined, iter = 1) { argument
297 BeginZoomAnimation(dz, mid = undefined, iter = 1) { argument
/openbmc/qemu/include/hw/input/
H A Dhid.h12 int32_t dz, buttons_state; member
/openbmc/qemu/hw/input/
H A Dadb-mouse.c43 int dx, dy, dz; member
H A Dhid.c360 int dx, dy, dz, l; in hid_pointer_poll() local
[all...]
/openbmc/u-boot/lib/bzip2/
H A Dbzlib_blocksort.c636 #define mpush(lz,hz,dz) { stackLo[sp] = lz; \ argument
641 #define mpop(lz,hz,dz) { sp--; \ argument
/openbmc/qemu/ui/
H A Dspice-input.c143 static void mouse_motion(SpiceMouseInstance *sin, int dx, int dy, int dz, in mouse_motion()
H A Dui-hmp-cmds.c33 int dx, dy, dz, button; in hmp_mouse_move() local
/openbmc/qemu/hw/i386/
H A Dvmmouse.c102 static void vmmouse_mouse_event(void *opaque, int x, int y, int dz, int buttons_state) in vmmouse_mouse_event()