Searched refs:ctrl (Results 1 - 25 of 222) sorted by relevance

123456789

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A DquartzAudio.h38 void QuartzBell(int volume, DeviceIntPtr pDevice, pointer ctrl, int class);
H A Dusb-keyboard.h48 extern void kbdUSBCtrl(DevicePtr pDev, KeybdCtrl *ctrl);
H A Dusb-mouse.h48 extern void mouUSBCtrl(DevicePtr pDev, PtrCtrl *ctrl);
H A Dusb-other.h48 extern void othUSBCtrl(DevicePtr pDev, PtrCtrl *ctrl);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A DquartzAudio.h38 void QuartzBell(int volume, DeviceIntPtr pDevice, pointer ctrl, int class);
H A Dusb-keyboard.h47 extern void kbdUSBCtrl(DevicePtr pDev, KeybdCtrl *ctrl);
H A Dusb-mouse.h47 extern void mouUSBCtrl(DevicePtr pDev, PtrCtrl *ctrl);
H A Dusb-other.h47 extern void othUSBCtrl(DevicePtr pDev, PtrCtrl *ctrl);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A DquartzAudio.h39 void QuartzBell(int volume, DeviceIntPtr pDevice, pointer ctrl, int class);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A DquartzAudio.h39 void QuartzBell(int volume, DeviceIntPtr pDevice, pointer ctrl, int class);
/vbox/src/libs/liblzf-3.4/
H A Dlzf_d.c67 unsigned int ctrl = *ip++; local
69 if (ctrl < (1 << 5)) /* literal run */
71 ctrl++;
73 if (op + ctrl > out_end)
80 if (ip + ctrl > in_end)
88 lzf_movsb (op, ip, ctrl);
92 while (--ctrl);
97 unsigned int len = ctrl >> 5;
99 u8 *ref = op - ((ctrl & 0x1f) << 8) - 1;
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dusb-keyboard.h46 extern void kbdUSBCtrl(DevicePtr pDev, KeybdCtrl * ctrl);
H A Dusb-mouse.h46 extern void mouUSBCtrl(DevicePtr pDev, PtrCtrl * ctrl);
H A Dusb-other.h46 extern void othUSBCtrl(DevicePtr pDev, PtrCtrl * ctrl);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dusb-keyboard.h46 extern void kbdUSBCtrl(DevicePtr pDev, KeybdCtrl * ctrl);
H A Dusb-mouse.h46 extern void mouUSBCtrl(DevicePtr pDev, PtrCtrl * ctrl);
H A Dusb-other.h46 extern void othUSBCtrl(DevicePtr pDev, PtrCtrl * ctrl);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dusb-keyboard.h47 extern void kbdUSBCtrl(DevicePtr pDev, KeybdCtrl *ctrl);
H A Dusb-mouse.h47 extern void mouUSBCtrl(DevicePtr pDev, PtrCtrl *ctrl);
H A Dusb-other.h47 extern void othUSBCtrl(DevicePtr pDev, PtrCtrl *ctrl);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Dusb-keyboard.h47 extern void kbdUSBCtrl(DevicePtr pDev, KeybdCtrl *ctrl);
H A Dusb-mouse.h47 extern void mouUSBCtrl(DevicePtr pDev, PtrCtrl *ctrl);
H A Dusb-other.h47 extern void othUSBCtrl(DevicePtr pDev, PtrCtrl *ctrl);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Dusb-keyboard.h47 extern void kbdUSBCtrl(DevicePtr pDev, KeybdCtrl *ctrl);
H A Dusb-mouse.h47 extern void mouUSBCtrl(DevicePtr pDev, PtrCtrl *ctrl);

Completed in 2430 milliseconds

123456789