Searched refs:dx (Results 26 - 50 of 134) sorted by relevance

123456

/asus-wl-520gu-7.0.1.45/src/linux/linux/include/video/
H A Dfbcon-afb.h22 extern void fbcon_afb_bmove(struct display *p, int sy, int sx, int dy, int dx,
H A Dfbcon-cfb2.h22 extern void fbcon_cfb2_bmove(struct display *p, int sy, int sx, int dy, int dx,
H A Dfbcon-cfb4.h22 extern void fbcon_cfb4_bmove(struct display *p, int sy, int sx, int dy, int dx,
H A Dfbcon-hga.h22 extern void fbcon_hga_bmove(struct display *p, int sy, int sx, int dy, int dx,
H A Dfbcon-ilbm.h22 extern void fbcon_ilbm_bmove(struct display *p, int sy, int sx, int dy, int dx,
H A Dfbcon-iplan2p2.h23 int dx, int height, int width);
H A Dfbcon-iplan2p4.h23 int dx, int height, int width);
H A Dfbcon-iplan2p8.h23 int dx, int height, int width);
H A Dfbcon-mac.h22 extern void fbcon_mac_bmove(struct display *p, int sy, int sx, int dy, int dx,
H A Dfbcon-mfb.h22 extern void fbcon_mfb_bmove(struct display *p, int sy, int sx, int dy, int dx,
H A Dfbcon-vga.h22 extern void fbcon_vga_bmove(struct display *p, int sy, int sx, int dy, int dx,
H A Dfbcon-cfb16.h23 int dx, int height, int width);
H A Dfbcon-cfb24.h23 int dx, int height, int width);
H A Dfbcon-cfb32.h23 int dx, int height, int width);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/video/
H A Dfbcon-iplan2p2.c156 void fbcon_iplan2p2_bmove(struct display *p, int sy, int sx, int dy, int dx, argument
171 if (sx == 0 && dx == 0 && width * 2 == p->next_line) {
185 u_int upwards = (dy < sy) || (dy == sy && dx < sx);
194 if ((sx & 1) == (dx & 1)) {
198 dst = p->screen_base + dy * linesize + (dx>>1)*4 + (dx & 1);
221 dst = p->screen_base + dy * linesize + ((dx+width-1)>>1)*4;
226 dst = p->screen_base + dy * linesize + (dx>>1)*4 + (dx & 1);
243 dst = p->screen_base + dy * linesize + (dx>>
[all...]
H A Dfbcon-iplan2p4.c164 void fbcon_iplan2p4_bmove(struct display *p, int sy, int sx, int dy, int dx, argument
179 if (sx == 0 && dx == 0 && width * 4 == p->next_line) {
193 u_int upwards = (dy < sy) || (dy == sy && dx < sx);
202 if ((sx & 1) == (dx & 1)) {
207 dst = p->screen_base + dy * linesize + (dx>>1)*8 + (dx & 1);
230 dst = p->screen_base + dy * linesize + ((dx+width-1)>>1)*8;
235 dst = p->screen_base + dy * linesize + (dx>>1)*8 + (dx & 1);
254 dst = p->screen_base + dy * linesize + (dx>>
[all...]
/asus-wl-520gu-7.0.1.45/src/router/samba/source/nsswitch/
H A Dwinbind_nss_irix.c92 winbind_xid_t **last, *dx; local
95 for (last = &winbind_xids, dx = winbind_xids; dx && (dx->xid != xid);
96 last = &dx->next, dx = dx->next);
97 if (dx) {
98 *last = dx->next;
99 result = dx
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/
H A Dmsbusmouse.c81 char dx, dy; local
88 dx = inb(MS_MSE_DATA_PORT);
100 * if (dx != 0 || dy != 0 || buttons != mouse.buttons ||
104 busmouse_add_movementbuttons(msedev, dx, -dy, buttons);
H A Datixlmouse.c72 char dx, dy, buttons; local
76 dx = inb( ATIXL_MSE_DATA_PORT);
81 busmouse_add_movementbuttons(msedev, dx, -dy, buttons);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/isdn/sc/
H A Dmessage.h38 #define IS_CM_MESSAGE(mesg, tx, cx, dx) \
41 &&(mesg.code == cmRsp##dx))
46 #define IS_CE_MESSAGE(mesg, tx, cx, dx) \
49 &&(mesg.code == ceRsp##tx##dx))
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/video/
H A Dfbcon-cfb16.h23 int dx, int height, int width);
H A Dfbcon-cfb24.h23 int dx, int height, int width);
H A Dfbcon-cfb32.h23 int dx, int height, int width);
H A Dfbcon-cfb8.h22 extern void fbcon_cfb8_bmove(struct display *p, int sy, int sx, int dy, int dx,
H A Dfbcon-vga-planes.h23 extern void fbcon_vga_planes_bmove(struct display *p, int sy, int sx, int dy, int dx,

Completed in 172 milliseconds

123456