tag | line | file | source code |
y | 180 | arch/i386/boot/compressed/misc.c | int x,y,pos; |
y | 184 | arch/i386/boot/compressed/misc.c | y = SCREEN_INFO.orig_y; |
y | 189 | arch/i386/boot/compressed/misc.c | if ( ++y >= lines ) { |
y | 191 | arch/i386/boot/compressed/misc.c | y--; |
y | 194 | arch/i386/boot/compressed/misc.c | vidmem [ ( x + cols * y ) * 2 ] = c; |
y | 197 | arch/i386/boot/compressed/misc.c | if ( ++y >= lines ) { |
y | 199 | arch/i386/boot/compressed/misc.c | y--; |
y | 206 | arch/i386/boot/compressed/misc.c | SCREEN_INFO.orig_y = y; |
y | 208 | arch/i386/boot/compressed/misc.c | pos = (x + cols * y) * 2; /* Update cursor position */ |
y | 135 | arch/i386/math-emu/fpu_emu.h | #define reg_move(x, y) { \ |
y | 136 | arch/i386/math-emu/fpu_emu.h | *(short *)&((y)->sign) = *(const short *)&((x)->sign); \ |
y | 137 | arch/i386/math-emu/fpu_emu.h | *(long *)&((y)->exp) = *(const long *)&((x)->exp); \ |
y | 138 | arch/i386/math-emu/fpu_emu.h | *(long long *)&((y)->sigl) = *(const long long *)&((x)->sigl); } |
y | 161 | arch/i386/math-emu/fpu_emu.h | asmlinkage unsigned long div_small(unsigned long long *x, unsigned long y); |
y | 84 | arch/i386/math-emu/fpu_proto.h | extern void poly_l2(FPU_REG const *arg, FPU_REG const *y, FPU_REG *result); |
y | 85 | arch/i386/math-emu/fpu_proto.h | extern int poly_l2p1(FPU_REG const *arg, FPU_REG const *y, FPU_REG *result); |
y | 66 | arch/i386/math-emu/fpu_system.h | #define FPU_verify_area(x,y,z) if ( verify_area(x,y,z) ) \ |
y | 21 | arch/i386/math-emu/fpu_trig.c | static void rem_kernel(unsigned long long st0, unsigned long long *y, |
y | 739 | arch/i386/math-emu/fpu_trig.c | static void rem_kernel(unsigned long long st0, unsigned long long *y, |
y | 756 | arch/i386/math-emu/fpu_trig.c | *y = x; |
y | 29 | arch/i386/math-emu/poly_l2.c | void poly_l2(FPU_REG const *arg, FPU_REG const *y, FPU_REG *result) |
y | 89 | arch/i386/math-emu/poly_l2.c | yaccum.lsw = 0; XSIG_LL(yaccum) = significand(y); |
y | 96 | arch/i386/math-emu/poly_l2.c | reg_move(&CONST_Z, y); |
y | 100 | arch/i386/math-emu/poly_l2.c | result->exp = expon_expon + y->exp + 1; |
y | 103 | arch/i386/math-emu/poly_l2.c | result->sign = sign ^ y->sign; |
y | 114 | arch/i386/math-emu/poly_l2.c | int poly_l2p1(FPU_REG const *arg, FPU_REG const *y, FPU_REG *result) |
y | 128 | arch/i386/math-emu/poly_l2.c | XSIG_LL(yaccum) = significand(y); |
y | 133 | arch/i386/math-emu/poly_l2.c | result->exp = exponent + y->exp + 1; |
y | 136 | arch/i386/math-emu/poly_l2.c | result->sign = sign ^ y->sign; |
y | 143 | arch/i386/math-emu/poly_l2.c | reg_move(y, result); |
y | 558 | arch/m68k/amiga/amifb.c | #define CWAIT(x, y) (((y) & 0xff)<<24 | ((x) & 0xfe)<<16 | 0x0001fffe) |
y | 581 | arch/m68k/atari/atakeyb.c | void ikbd_mouse_thresh(int x, int y) |
y | 583 | arch/m68k/atari/atakeyb.c | char cmd[3] = { 0x0B, x, y }; |
y | 589 | arch/m68k/atari/atakeyb.c | void ikbd_mouse_scale(int x, int y) |
y | 591 | arch/m68k/atari/atakeyb.c | char cmd[3] = { 0x0C, x, y }; |
y | 597 | arch/m68k/atari/atakeyb.c | void ikbd_mouse_pos_get(int *x, int *y) |
y | 607 | arch/m68k/atari/atakeyb.c | void ikbd_mouse_pos_set(int x, int y) |
y | 609 | arch/m68k/atari/atakeyb.c | char cmd[6] = { 0x0E, 0x00, x>>8, x&0xFF, y>>8, y&0xFF }; |
y | 231 | arch/m68k/console/fbcon.c | static int fbcon_putc(struct vc_data *conp, int c, int y, int x); |
y | 232 | arch/m68k/console/fbcon.c | static int fbcon_putcs(struct vc_data *conp, const char *s, int count, int y, |
y | 271 | arch/m68k/console/fbcon.c | static __inline__ int real_y(struct display *p, int y); |
y | 286 | arch/m68k/console/fbcon.c | static void putc_mono(struct vc_data *conp, struct display *p, int c, int y, |
y | 289 | arch/m68k/console/fbcon.c | int count, int y, int x); |
y | 290 | arch/m68k/console/fbcon.c | static void rev_char_mono(struct display *p, int x, int y); |
y | 303 | arch/m68k/console/fbcon.c | static void putc_ilbm(struct vc_data *conp, struct display *p, int c, int y, |
y | 306 | arch/m68k/console/fbcon.c | int count, int y, int x); |
y | 307 | arch/m68k/console/fbcon.c | static void rev_char_ilbm(struct display *p, int x, int y); |
y | 320 | arch/m68k/console/fbcon.c | static void putc_plan(struct vc_data *conp, struct display *p, int c, int y, |
y | 323 | arch/m68k/console/fbcon.c | int count, int y, int x); |
y | 324 | arch/m68k/console/fbcon.c | static void rev_char_plan(struct display *p, int x, int y); |
y | 337 | arch/m68k/console/fbcon.c | static void putc_2_plane(struct vc_data *conp, struct display *p, int c, int y, |
y | 340 | arch/m68k/console/fbcon.c | const char *s, int count, int y, int x); |
y | 341 | arch/m68k/console/fbcon.c | static void rev_char_2_plane(struct display *display, int x, int y); |
y | 354 | arch/m68k/console/fbcon.c | static void putc_4_plane(struct vc_data *conp, struct display *p, int c, int y, |
y | 357 | arch/m68k/console/fbcon.c | const char *s, int count, int y, int x); |
y | 358 | arch/m68k/console/fbcon.c | static void rev_char_4_plane(struct display *p, int x, int y); |
y | 371 | arch/m68k/console/fbcon.c | static void putc_8_plane(struct vc_data *conp, struct display *p, int c, int y, |
y | 374 | arch/m68k/console/fbcon.c | const char *s, int count, int y, int x); |
y | 375 | arch/m68k/console/fbcon.c | static void rev_char_8_plane(struct display *display, int x, int y); |
y | 388 | arch/m68k/console/fbcon.c | static void putc_8_packed(struct vc_data *conp, struct display *p, int c, int y, |
y | 391 | arch/m68k/console/fbcon.c | const char *s, int count, int y, int x); |
y | 392 | arch/m68k/console/fbcon.c | static void rev_char_8_packed(struct display *p, int x, int y); |
y | 406 | arch/m68k/console/fbcon.c | int y, int x); |
y | 408 | arch/m68k/console/fbcon.c | const char *s, int count, int y, int x); |
y | 409 | arch/m68k/console/fbcon.c | static void rev_char_16_packed(struct display *p, int x, int y); |
y | 422 | arch/m68k/console/fbcon.c | static void putc_cyber(struct vc_data *conp, struct display *p, int c, int y, |
y | 425 | arch/m68k/console/fbcon.c | int count, int y, int x); |
y | 426 | arch/m68k/console/fbcon.c | static void rev_char_cyber(struct display *p, int x, int y); |
y | 433 | arch/m68k/console/fbcon.c | extern void Cyber_RectFill(u_short x, u_short y, u_short width, u_short height, |
y | 435 | arch/m68k/console/fbcon.c | extern void Cyber_MoveCursor(u_short x, u_short y); |
y | 448 | arch/m68k/console/fbcon.c | void (*putc)(struct vc_data *conp, struct display *p, int c, int y, int x); |
y | 450 | arch/m68k/console/fbcon.c | int count, int y, int x); |
y | 451 | arch/m68k/console/fbcon.c | void (*rev_char)(struct display *p, int x, int y); |
y | 1392 | arch/m68k/console/fbcon.c | static __inline__ int real_y(struct display *p, int y) |
y | 1396 | arch/m68k/console/fbcon.c | y += p->yscroll; |
y | 1397 | arch/m68k/console/fbcon.c | return(y < rows ? y : y-rows); |
y | 1429 | arch/m68k/console/fbcon.c | static int fbcon_putc(struct vc_data *conp, int c, int y, int x) |
y | 1437 | arch/m68k/console/fbcon.c | if ((p->cursor_x == x) && (p->cursor_y == y)) |
y | 1440 | arch/m68k/console/fbcon.c | p->dispsw->putc(conp, p, c, real_y(p, y), x); |
y | 1446 | arch/m68k/console/fbcon.c | static int fbcon_putcs(struct vc_data *conp, const char *s, int count, int y, |
y | 1455 | arch/m68k/console/fbcon.c | if ((p->cursor_y == y) && (x <= p->cursor_x) && (p->cursor_x < x+count)) |
y | 1458 | arch/m68k/console/fbcon.c | p->dispsw->putcs(conp, p, s, count, real_y(p, y), x); |
y | 1913 | arch/m68k/console/fbcon.c | static void putc_mono(struct vc_data *conp, struct display *p, int c, int y, |
y | 1922 | arch/m68k/console/fbcon.c | dest = p->screen_base+y*p->fontheight*p->next_line+x; |
y | 1942 | arch/m68k/console/fbcon.c | int count, int y, int x) |
y | 1948 | arch/m68k/console/fbcon.c | dest0 = p->screen_base+y*p->fontheight*p->next_line+x; |
y | 1971 | arch/m68k/console/fbcon.c | static void rev_char_mono(struct display *p, int x, int y) |
y | 1976 | arch/m68k/console/fbcon.c | dest = p->screen_base+y*p->fontheight*p->next_line+x; |
y | 2053 | arch/m68k/console/fbcon.c | static void putc_ilbm(struct vc_data *conp, struct display *p, int c, int y, |
y | 2063 | arch/m68k/console/fbcon.c | dest = p->screen_base+y*p->fontheight*p->next_line+x; |
y | 2106 | arch/m68k/console/fbcon.c | int count, int y, int x) |
y | 2114 | arch/m68k/console/fbcon.c | dest0 = p->screen_base+y*p->fontheight*p->next_line+x; |
y | 2182 | arch/m68k/console/fbcon.c | static void rev_char_ilbm(struct display *p, int x, int y) |
y | 2188 | arch/m68k/console/fbcon.c | dest0 = p->screen_base+y*p->fontheight*p->next_line+x; |
y | 2286 | arch/m68k/console/fbcon.c | static void putc_plan(struct vc_data *conp, struct display *p, int c, int y, |
y | 2296 | arch/m68k/console/fbcon.c | dest0 = p->screen_base+y*p->fontheight*p->next_line+x; |
y | 2329 | arch/m68k/console/fbcon.c | int count, int y, int x) |
y | 2338 | arch/m68k/console/fbcon.c | dest0 = p->screen_base+y*p->fontheight*p->next_line+x; |
y | 2415 | arch/m68k/console/fbcon.c | static void rev_char_plan(struct display *p, int x, int y) |
y | 2421 | arch/m68k/console/fbcon.c | dest0 = p->screen_base+y*p->fontheight*p->next_line+x; |
y | 2635 | arch/m68k/console/fbcon.c | static void putc_2_plane(struct vc_data *conp, struct display *p, int c, int y, |
y | 2646 | arch/m68k/console/fbcon.c | dest = p->screen_base + y * p->fontheight * bytes + (x>>1)*4 + (x & 1); |
y | 2662 | arch/m68k/console/fbcon.c | const char *s, int count, int y, int x) |
y | 2671 | arch/m68k/console/fbcon.c | dest0 = p->screen_base + y * p->fontheight * bytes + (x>>1)*4 + (x & 1); |
y | 2691 | arch/m68k/console/fbcon.c | static void rev_char_2_plane(struct display *p, int x, int y) |
y | 2697 | arch/m68k/console/fbcon.c | dest = p->screen_base + y * p->fontheight * p->next_line + (x>>1)*4 + (x & 1); |
y | 2898 | arch/m68k/console/fbcon.c | static void putc_4_plane(struct vc_data *conp, struct display *p, int c, int y, |
y | 2909 | arch/m68k/console/fbcon.c | dest = p->screen_base + y * p->fontheight * bytes + (x>>1)*8 + (x & 1); |
y | 2925 | arch/m68k/console/fbcon.c | const char *s, int count, int y, int x) |
y | 2934 | arch/m68k/console/fbcon.c | dest0 = p->screen_base + y * p->fontheight * bytes + (x>>1)*8 + (x & 1); |
y | 2961 | arch/m68k/console/fbcon.c | static void rev_char_4_plane(struct display *p, int x, int y) |
y | 2967 | arch/m68k/console/fbcon.c | dest = p->screen_base + y * p->fontheight * p->next_line + (x>>1)*8 + (x & 1); |
y | 3178 | arch/m68k/console/fbcon.c | static void putc_8_plane(struct vc_data *conp, struct display *p, int c, int y, |
y | 3189 | arch/m68k/console/fbcon.c | dest = p->screen_base + y * p->fontheight * bytes + (x>>1)*16 + (x & 1); |
y | 3210 | arch/m68k/console/fbcon.c | const char *s, int count, int y, int x) |
y | 3219 | arch/m68k/console/fbcon.c | dest0 = p->screen_base + y * p->fontheight * bytes + (x>>1)*16 + (x & 1); |
y | 3252 | arch/m68k/console/fbcon.c | static void rev_char_8_plane(struct display *p, int x, int y) |
y | 3258 | arch/m68k/console/fbcon.c | dest = p->screen_base + y * p->fontheight * p->next_line + (x>>1)*16 + (x & 1); |
y | 3363 | arch/m68k/console/fbcon.c | static void putc_8_packed(struct vc_data *conp, struct display *p, int c, int y, |
y | 3372 | arch/m68k/console/fbcon.c | dest = p->screen_base + y * p->fontheight * bytes + x * 8; |
y | 3393 | arch/m68k/console/fbcon.c | const char *s, int count, int y, int x) |
y | 3399 | arch/m68k/console/fbcon.c | dest0 = p->screen_base + y * p->fontheight * bytes + x * 8; |
y | 3422 | arch/m68k/console/fbcon.c | static void rev_char_8_packed(struct display *p, int x, int y) |
y | 3427 | arch/m68k/console/fbcon.c | dest = p->screen_base + y * p->fontheight * bytes + x * 8; |
y | 3524 | arch/m68k/console/fbcon.c | int y, int x) |
y | 3532 | arch/m68k/console/fbcon.c | dest = p->screen_base + y * p->fontheight * bytes + x * 16; |
y | 3558 | arch/m68k/console/fbcon.c | const char *s, int count, int y, int x) |
y | 3564 | arch/m68k/console/fbcon.c | dest0 = p->screen_base + y * p->fontheight * bytes + x * 16; |
y | 3591 | arch/m68k/console/fbcon.c | static void rev_char_16_packed(struct display *p, int x, int y) |
y | 3596 | arch/m68k/console/fbcon.c | dest = p->screen_base + y * p->fontheight * bytes + x * 16; |
y | 3639 | arch/m68k/console/fbcon.c | static void putc_cyber(struct vc_data *conp, struct display *p, int c, int y, |
y | 3650 | arch/m68k/console/fbcon.c | dest = p->screen_base+y*p->fontheight*p->next_line+8*x; |
y | 3681 | arch/m68k/console/fbcon.c | int count, int y, int x) |
y | 3689 | arch/m68k/console/fbcon.c | dest0 = p->screen_base+y*p->fontheight*p->next_line+8*x; |
y | 3724 | arch/m68k/console/fbcon.c | static void rev_char_cyber(struct display *p, int x, int y) |
y | 3733 | arch/m68k/console/fbcon.c | dest = p->screen_base+y*p->fontheight*p->next_line+8*x; |
y | 30 | arch/m68k/console/txtcon.c | static int txtcon_putc(struct vc_data *conp, int c, int y, int x); |
y | 31 | arch/m68k/console/txtcon.c | static int txtcon_putcs(struct vc_data *conp, const char *s, int count, int y, |
y | 72 | arch/m68k/console/txtcon.c | static int txtcon_putc(struct vc_data *conp, int c, int y, int x) |
y | 78 | arch/m68k/console/txtcon.c | static int txtcon_putcs(struct vc_data *conp, const char *s, int count, int y, |
y | 399 | arch/m68k/kernel/console.c | gotoxy(currcons, x, y); |
y | 488 | arch/m68k/kernel/console.c | gotoxy(currcons, x, y); |
y | 555 | arch/m68k/kernel/console.c | y = 0; |
y | 558 | arch/m68k/kernel/console.c | y = max_y - 1; |
y | 560 | arch/m68k/kernel/console.c | y = new_y; |
y | 561 | arch/m68k/kernel/console.c | pos = video_mem_start + y * cols + x; |
y | 668 | arch/m68k/kernel/console.c | if (y+1 == bottom) |
y | 670 | arch/m68k/kernel/console.c | else if (y < rows-1) { |
y | 671 | arch/m68k/kernel/console.c | y++; |
y | 682 | arch/m68k/kernel/console.c | if (y == top) |
y | 684 | arch/m68k/kernel/console.c | else if (y > 0) { |
y | 685 | arch/m68k/kernel/console.c | y--; |
y | 725 | arch/m68k/kernel/console.c | sw->con_clear(vc_cons[currcons].d,y,x,1,cols-x); |
y | 726 | arch/m68k/kernel/console.c | sw->con_clear(vc_cons[currcons].d,y+1,0,rows-y-1, cols); |
y | 734 | arch/m68k/kernel/console.c | sw->con_clear(vc_cons[currcons].d,0,0,y, cols); |
y | 735 | arch/m68k/kernel/console.c | sw->con_clear(vc_cons[currcons].d,y,0,1,x + 1); |
y | 763 | arch/m68k/kernel/console.c | sw->con_clear(vc_cons[currcons].d,y,x,1,cols-x); |
y | 770 | arch/m68k/kernel/console.c | sw->con_clear(vc_cons[currcons].d,y,0,1,x + 1); |
y | 777 | arch/m68k/kernel/console.c | sw->con_clear(vc_cons[currcons].d,y,0,1,cols); |
y | 799 | arch/m68k/kernel/console.c | sw->con_clear(vc_cons[currcons].d,y,x,1,count); |
y | 968 | arch/m68k/kernel/console.c | sprintf(buf, "\033[%ld;%ldR", y + (decom ? top+1 : 1), x+1); |
y | 1109 | arch/m68k/kernel/console.c | p[1] = y; |
y | 1249 | arch/m68k/kernel/console.c | sw->con_bmove(vc_cons[currcons].d,y,x,y,x+1,1,(cols-x-1)); |
y | 1253 | arch/m68k/kernel/console.c | sw->con_putc(vc_cons[currcons].d,(video_erase_char & 0x00ff),y,x); |
y | 1276 | arch/m68k/kernel/console.c | sw->con_bmove (vc_cons[currcons].d, y, x, y, x + nr, |
y | 1280 | arch/m68k/kernel/console.c | y, x + nr); |
y | 1289 | arch/m68k/kernel/console.c | scrdown (currcons, y, bottom, nr); |
y | 1314 | arch/m68k/kernel/console.c | sw->con_bmove (vc_cons[currcons].d, y, x + nr, y, x, |
y | 1319 | arch/m68k/kernel/console.c | y, cols - 1 - nr); |
y | 1328 | arch/m68k/kernel/console.c | scrup (currcons, y, bottom, nr); |
y | 1335 | arch/m68k/kernel/console.c | saved_y = y; |
y | 1575 | arch/m68k/kernel/console.c | *putcs_buf, y, x); |
y | 1614 | arch/m68k/kernel/console.c | putcs_buf, putcs_count, y, x); |
y | 1631 | arch/m68k/kernel/console.c | sw->con_putc(vc_cons[currcons].d,tc,y,x); |
y | 1826 | arch/m68k/kernel/console.c | gotoxy(currcons,par[0],y); |
y | 1830 | arch/m68k/kernel/console.c | gotoxy(currcons,x,y-par[0]); |
y | 1834 | arch/m68k/kernel/console.c | gotoxy(currcons,x,y+par[0]); |
y | 1838 | arch/m68k/kernel/console.c | gotoxy(currcons,x+par[0],y); |
y | 1842 | arch/m68k/kernel/console.c | gotoxy(currcons,x-par[0],y); |
y | 1846 | arch/m68k/kernel/console.c | gotoxy(currcons,0,y+par[0]); |
y | 1850 | arch/m68k/kernel/console.c | gotoxy(currcons,0,y-par[0]); |
y | 2059 | arch/m68k/kernel/console.c | y, x); |
y | 2093 | arch/m68k/kernel/console.c | y, x); |
y | 127 | arch/sparc/kernel/process.c | regs->pc, regs->npc, regs->y); |
y | 291 | arch/sparc/kernel/process.c | dump->regs.y = regs->y; |
y | 578 | arch/sparc/kernel/ptrace.c | pregs->y = cregs->y; |
y | 606 | arch/sparc/kernel/ptrace.c | cregs->y = pregs->y; |
y | 866 | arch/sparc/kernel/sys_sunos.c | #define POLL_ROUND_UP(x,y) (((x)+(y)-1)/(y)) |
y | 2069 | drivers/block/floppy.c | #define FM_MODE(x,y) ((y) & ~(((x)->rate & 0x80) >>1)) |
y | 429 | drivers/char/console.c | gotoxy(currcons, x, y); |
y | 500 | drivers/char/console.c | y = 0; |
y | 503 | drivers/char/console.c | y = max_y - 1; |
y | 505 | drivers/char/console.c | y = new_y; |
y | 506 | drivers/char/console.c | pos = origin + y*video_size_row + (x<<1); |
y | 678 | drivers/char/console.c | if (y+1 == bottom) |
y | 680 | drivers/char/console.c | else if (y < video_num_lines-1) { |
y | 681 | drivers/char/console.c | y++; |
y | 692 | drivers/char/console.c | if (y == top) |
y | 694 | drivers/char/console.c | else if (y > 0) { |
y | 695 | drivers/char/console.c | y--; |
y | 939 | drivers/char/console.c | sprintf(buf, "\033[%ld;%ldR", y + (decom ? top+1 : 1), x+1); |
y | 1040 | drivers/char/console.c | p[1] = y; |
y | 1184 | drivers/char/console.c | scrdown(currcons,y,bottom); |
y | 1203 | drivers/char/console.c | scrup(currcons,y,bottom); |
y | 1250 | drivers/char/console.c | saved_y = y; |
y | 1658 | drivers/char/console.c | gotoxy(currcons,par[0],y); |
y | 1662 | drivers/char/console.c | gotoxy(currcons,x,y-par[0]); |
y | 1666 | drivers/char/console.c | gotoxy(currcons,x,y+par[0]); |
y | 1670 | drivers/char/console.c | gotoxy(currcons,x+par[0],y); |
y | 1674 | drivers/char/console.c | gotoxy(currcons,x-par[0],y); |
y | 1678 | drivers/char/console.c | gotoxy(currcons,0,y+par[0]); |
y | 1682 | drivers/char/console.c | gotoxy(currcons,0,y-par[0]); |
y | 464 | drivers/char/random.c | #define F1(x, y, z) (z ^ (x & (y ^ z))) |
y | 465 | drivers/char/random.c | #define F2(x, y, z) F1(z, x, y) |
y | 466 | drivers/char/random.c | #define F3(x, y, z) (x ^ y ^ z) |
y | 467 | drivers/char/random.c | #define F4(x, y, z) (y ^ (x | ~z)) |
y | 470 | drivers/char/random.c | #define MD5STEP(f, w, x, y, z, data, s) \ |
y | 471 | drivers/char/random.c | ( w += f(x, y, z) + data, w = w<<s | w>>(32-s), w += x ) |
y | 333 | drivers/char/tga.c | pos = origin + y*video_size_row + (x<<1); |
y | 347 | drivers/char/tga.c | pos = origin + y*video_size_row + (x<<1); |
y | 80 | drivers/char/tty_ioctl.c | #define NOSET_MASK(x,y,z) (x = ((x) & ~(z)) | ((y) & (z))) |
y | 235 | drivers/char/vga.c | pos = origin + y*video_size_row + (x<<1); |
y | 280 | drivers/char/vga.c | pos = origin + y*video_size_row + (x<<1); |
y | 89 | drivers/net/smc9194.c | #define free_irq( x, y ) free_irq( x ) |
y | 90 | drivers/net/smc9194.c | #define request_irq( x, y, z, u, v ) request_irq( x, y, z, u ) |
y | 344 | drivers/sbus/char/suncons.c | pos = origin + y*video_size_row + (x<<1); |
y | 358 | drivers/sbus/char/suncons.c | pos = origin + y*video_size_row + (x<<1); |
y | 71 | drivers/scsi/AM53C974.c | #define LIST(x,y) {printk("LINE:%d Adding %p to %p\n", __LINE__, (void*)(x), (void*)(y)); if ((x)==(y)) udelay(5); } |
y | 72 | drivers/scsi/AM53C974.c | #define REMOVE(w,x,y,z) {printk("LINE:%d Removing: %p->%p %p->%p \n", __LINE__, (void*)(w), (void*)(x), (void*)(y), (void*)(z)); if ((x)==(y)) udelay(5); } |
y | 75 | drivers/scsi/AM53C974.c | #define LIST(x,y) |
y | 76 | drivers/scsi/AM53C974.c | #define REMOVE(w,x,y,z) |
y | 97 | drivers/scsi/AM53C974.c | #define LIST(x,y) |
y | 98 | drivers/scsi/AM53C974.c | #define REMOVE(w,x,y,z) |
y | 78 | drivers/scsi/NCR5380.c | #define LIST(x,y) {printk("LINE:%d Adding %p to %p\n", __LINE__, (void*)(x), (void*)(y)); if ((x)==(y)) udelay(5); } |
y | 79 | drivers/scsi/NCR5380.c | #define REMOVE(w,x,y,z) {printk("LINE:%d Removing: %p->%p %p->%p \n", __LINE__, (void*)(w), (void*)(x), (void*)(y), (void*)(z)); if ((x)==(y)) udelay(5); } |
y | 81 | drivers/scsi/NCR5380.c | #define LIST(x,y) |
y | 82 | drivers/scsi/NCR5380.c | #define REMOVE(w,x,y,z) |
y | 118 | drivers/scsi/atari_NCR5380.c | #define LIST(x,y) \ |
y | 119 | drivers/scsi/atari_NCR5380.c | { printk("LINE:%d Adding %p to %p\n", __LINE__, (void*)(x), (void*)(y)); \ |
y | 120 | drivers/scsi/atari_NCR5380.c | if ((x)==(y)) udelay(5); } |
y | 121 | drivers/scsi/atari_NCR5380.c | #define REMOVE(w,x,y,z) \ |
y | 123 | drivers/scsi/atari_NCR5380.c | (void*)(w), (void*)(x), (void*)(y), (void*)(z)); \ |
y | 124 | drivers/scsi/atari_NCR5380.c | if ((x)==(y)) udelay(5); } |
y | 126 | drivers/scsi/atari_NCR5380.c | #define LIST(x,y) |
y | 127 | drivers/scsi/atari_NCR5380.c | #define REMOVE(w,x,y,z) |
y | 348 | drivers/scsi/eata_dma.c | unsigned int i, x, y; |
y | 364 | drivers/scsi/eata_dma.c | for (y = hd->last_ccb + 1, x = 0; x < sh->can_queue; x++, y++) { |
y | 365 | drivers/scsi/eata_dma.c | if (y >= sh->can_queue) |
y | 366 | drivers/scsi/eata_dma.c | y = 0; |
y | 367 | drivers/scsi/eata_dma.c | if (hd->ccb[y].status == FREE) |
y | 371 | drivers/scsi/eata_dma.c | hd->last_ccb = y; |
y | 378 | drivers/scsi/eata_dma.c | queue_counter, int_counter, sh->can_queue, x, y); |
y | 397 | drivers/scsi/eata_dma.c | cp = &hd->ccb[y]; |
y | 404 | drivers/scsi/eata_dma.c | cmd->pid, cmd->target, cmd->lun, y)); |
y | 508 | drivers/scsi/eata_dma.c | cmd->host_scribble = (char *)&hd->ccb[y]; |
y | 522 | drivers/scsi/eata_dma.c | cmd->target, cmd->lun, y, sh->irq)); |
y | 56 | drivers/scsi/eata_dma.h | #define DBG(x, y) if ((x)) {y;} |
y | 58 | drivers/scsi/eata_dma.h | #define DBG(x, y) |
y | 4 | drivers/scsi/eata_dma_proc.c | u32 y; |
y | 18 | drivers/scsi/eata_dma_proc.c | y = *(bp + 3); |
y | 281 | drivers/scsi/eata_pio.c | uint x, y; |
y | 300 | drivers/scsi/eata_pio.c | y = x = 0; |
y | 302 | drivers/scsi/eata_pio.c | if (hd->ccb[y].status!=FREE) { |
y | 304 | drivers/scsi/eata_pio.c | DBG(DBG_QUEUE, printk("can_queue %d, x %d, y %d\n",sh->can_queue,x,y)); |
y | 313 | drivers/scsi/eata_pio.c | cp = &hd->ccb[y]; |
y | 321 | drivers/scsi/eata_pio.c | cmd->pid, cmd->target, cmd->lun, y)); |
y | 361 | drivers/scsi/eata_pio.c | cmd->host_scribble = (char *)&hd->ccb[y]; |
y | 395 | drivers/scsi/eata_pio.c | cmd->target, cmd->lun, y, sh->irq)); |
y | 56 | drivers/scsi/eata_pio.h | #define DBG(x, y) if ((x)) {y;} |
y | 58 | drivers/scsi/eata_pio.h | #define DBG(x, y) |
y | 259 | drivers/scsi/scsi_proc.c | int x, y = *size; |
y | 261 | drivers/scsi/scsi_proc.c | y = sprintf(buffer + len, |
y | 266 | drivers/scsi/scsi_proc.c | y += sprintf(buffer + len + y, "%c", scd->vendor[x]); |
y | 268 | drivers/scsi/scsi_proc.c | y += sprintf(buffer + len + y," "); |
y | 270 | drivers/scsi/scsi_proc.c | y += sprintf(buffer + len + y, " Model: "); |
y | 273 | drivers/scsi/scsi_proc.c | y += sprintf(buffer + len + y, "%c", scd->model[x]); |
y | 275 | drivers/scsi/scsi_proc.c | y += sprintf(buffer + len + y, " "); |
y | 277 | drivers/scsi/scsi_proc.c | y += sprintf(buffer + len + y, " Rev: "); |
y | 280 | drivers/scsi/scsi_proc.c | y += sprintf(buffer + len + y, "%c", scd->rev[x]); |
y | 282 | drivers/scsi/scsi_proc.c | y += sprintf(buffer + len + y, " "); |
y | 284 | drivers/scsi/scsi_proc.c | y += sprintf(buffer + len + y, "\n"); |
y | 286 | drivers/scsi/scsi_proc.c | y += sprintf(buffer + len + y, " Type: %s ", |
y | 289 | drivers/scsi/scsi_proc.c | y += sprintf(buffer + len + y, " ANSI" |
y | 292 | drivers/scsi/scsi_proc.c | y += sprintf(buffer + len + y, " CCS\n"); |
y | 294 | drivers/scsi/scsi_proc.c | y += sprintf(buffer + len + y, "\n"); |
y | 296 | drivers/scsi/scsi_proc.c | *size = y; |
y | 144 | drivers/sound/dmasound.c | #define min(x, y) ((x) < (y) ? (x) : (y)) |
y | 855 | fs/binfmt_elf.c | #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) |
y | 28 | fs/select.c | #define ROUND_UP(x,y) (((x)+(y)-1)/(y)) |
y | 32 | include/asm-alpha/segment.h | static inline void __put_user(unsigned long x, void * y, int size) |
y | 37 | include/asm-alpha/segment.h | *(char *) y = x; |
y | 40 | include/asm-alpha/segment.h | *(short *) y = x; |
y | 43 | include/asm-alpha/segment.h | *(int *) y = x; |
y | 46 | include/asm-alpha/segment.h | *(long *) y = x; |
y | 55 | include/asm-alpha/segment.h | static inline unsigned long __get_user(const void * y, int size) |
y | 62 | include/asm-alpha/segment.h | result = *(unsigned char *) y; |
y | 65 | include/asm-alpha/segment.h | result = *(unsigned short *) y; |
y | 68 | include/asm-alpha/segment.h | result = *(unsigned int *) y; |
y | 71 | include/asm-alpha/segment.h | result = *(unsigned long *) y; |
y | 90 | include/asm-alpha/termios.h | #define SET_LOW_BITS(x,y) ((x) = (0xffff0000 & (x)) | (y)) |
y | 47 | include/asm-i386/bugs.h | static double y = 3145727.0; |
y | 93 | include/asm-i386/bugs.h | : "m" (*&x), "m" (*&y)); |
y | 70 | include/asm-i386/i82489.h | #define SET_APIC_DELIVERY_MODE(x,y) (((x)&~0x700)|((y)<<8)) |
y | 35 | include/asm-i386/segment.h | static inline void __put_user(unsigned long x, void * y, int size) |
y | 40 | include/asm-i386/segment.h | :"=m" (*__sd(y)) |
y | 41 | include/asm-i386/segment.h | :"iq" ((unsigned char) x), "m" (*__sd(y))); |
y | 45 | include/asm-i386/segment.h | :"=m" (*__sd(y)) |
y | 46 | include/asm-i386/segment.h | :"ir" ((unsigned short) x), "m" (*__sd(y))); |
y | 50 | include/asm-i386/segment.h | :"=m" (*__sd(y)) |
y | 51 | include/asm-i386/segment.h | :"ir" (x), "m" (*__sd(y))); |
y | 58 | include/asm-i386/segment.h | static inline unsigned long __get_user(const void * y, int size) |
y | 66 | include/asm-i386/segment.h | :"m" (*__const_sd(y))); |
y | 71 | include/asm-i386/segment.h | :"m" (*__const_sd(y))); |
y | 76 | include/asm-i386/segment.h | :"m" (*__const_sd(y))); |
y | 66 | include/asm-i386/termios.h | #define SET_LOW_BITS(x,y) (*(unsigned short *)(&x) = (y)) |
y | 23 | include/asm-m68k/atarikb.h | void ikbd_mouse_thresh(int x, int y); |
y | 24 | include/asm-m68k/atarikb.h | void ikbd_mouse_scale(int x, int y); |
y | 25 | include/asm-m68k/atarikb.h | void ikbd_mouse_pos_get(int *x, int *y); |
y | 26 | include/asm-m68k/atarikb.h | void ikbd_mouse_pos_set(int x, int y); |
y | 37 | include/asm-m68k/segment.h | static inline void __put_user(unsigned long x, void * y, int size) |
y | 43 | include/asm-m68k/segment.h | :"r" (x),"m" (*__ptr(y)) : "memory"); |
y | 48 | include/asm-m68k/segment.h | :"r" (x),"m" (*__ptr(y)) : "memory"); |
y | 53 | include/asm-m68k/segment.h | :"r" (x),"m" (*__ptr(y)) : "memory"); |
y | 60 | include/asm-m68k/segment.h | static inline unsigned long __get_user(const void * y, int size) |
y | 68 | include/asm-m68k/segment.h | :"m" (*__ptr(y))); |
y | 73 | include/asm-m68k/segment.h | :"m" (*__ptr(y))); |
y | 78 | include/asm-m68k/segment.h | :"m" (*__ptr(y))); |
y | 64 | include/asm-m68k/termios.h | #define SET_LOW_BITS(x,y) ((x) = (0xffff0000 & (x)) | (y)) |
y | 49 | include/asm-mips/segment.h | static inline void __put_user(unsigned long x, void * y, int size) |
y | 54 | include/asm-mips/segment.h | *(char *) y = x; |
y | 57 | include/asm-mips/segment.h | *(short *) y = x; |
y | 60 | include/asm-mips/segment.h | *(int *) y = x; |
y | 63 | include/asm-mips/segment.h | *(long *) y = x; |
y | 72 | include/asm-mips/segment.h | static inline unsigned long __get_user(const void * y, int size) |
y | 79 | include/asm-mips/segment.h | result = *(unsigned char *) y; |
y | 82 | include/asm-mips/segment.h | result = *(unsigned short *) y; |
y | 85 | include/asm-mips/segment.h | result = *(unsigned int *) y; |
y | 88 | include/asm-mips/segment.h | result = *(unsigned long *) y; |
y | 24 | include/asm-mips/termios.h | #define SET_LOW_BITS(x,y) ((x) = (0xffff0000 & (x)) | (y)) |
y | 11 | include/asm-ppc/segment.h | static inline void __put_user(unsigned long x, void * y, int size) |
y | 15 | include/asm-ppc/segment.h | *(char *) y = x; |
y | 18 | include/asm-ppc/segment.h | *(short *) y = x; |
y | 21 | include/asm-ppc/segment.h | *(int *) y = x; |
y | 24 | include/asm-ppc/segment.h | *(long *) y = x; |
y | 31 | include/asm-ppc/segment.h | static inline unsigned long __get_user(const void * y, int size) |
y | 35 | include/asm-ppc/segment.h | return *(unsigned char *) y; |
y | 37 | include/asm-ppc/segment.h | return *(unsigned short *) y; |
y | 39 | include/asm-ppc/segment.h | return *(unsigned int *) y; |
y | 41 | include/asm-ppc/segment.h | return *(unsigned long *) y; |
y | 351 | include/asm-ppc/termios.h | #define SET_LOW_BITS(x,y) ((x) = (0xffff0000 & (x)) | (y)) |
y | 85 | include/asm-sparc/fbio.h | short x, y; |
y | 26 | include/asm-sparc/kgdb.h | unsigned long y; |
y | 121 | include/asm-sparc/processor.h | regs->y = 0; |
y | 17 | include/asm-sparc/ptrace.h | unsigned long y; |
y | 27 | include/asm-sparc/segment.h | static inline void __put_user(unsigned long x, void * y, int size) |
y | 31 | include/asm-sparc/segment.h | *(char *) y = x; |
y | 34 | include/asm-sparc/segment.h | *(short *) y = x; |
y | 37 | include/asm-sparc/segment.h | *(int *) y = x; |
y | 45 | include/asm-sparc/segment.h | static inline unsigned long __get_user(const void * y, int size) |
y | 49 | include/asm-sparc/segment.h | return *(unsigned char *) y; |
y | 51 | include/asm-sparc/segment.h | return *(unsigned short *) y; |
y | 53 | include/asm-sparc/segment.h | return *(unsigned int *) y; |
y | 75 | include/asm-sparc/termios.h | #define SET_LOW_BITS(x,y) ((x) = (0xffff0000 & (x)) | (y)) |
y | 10 | include/asm-sparc/user.h | unsigned long psr, pc, npc, y; |
y | 60 | include/asm-sparc/winmacro.h | wr %scratch, 0x0, %y; |
y | 86 | include/asm-sparc/winmacro.h | rd %y, %scratch; \ |
y | 431 | include/linux/sbpcd.h | #define OUT(x,y) outb(y,x) |
y | 130 | include/linux/sjcd.h | unsigned char x, y, z; |
y | 82 | include/linux/soundcard.h | #define _IO(x,y) ((int)(IOC_VOID|(x<<8)|y)) |
y | 83 | include/linux/soundcard.h | #define _IOR(x,y,t) ((int)(IOC_OUT|((sizeof(t)&IOCPARM_MASK)<<16)|(x<<8)|y)) |
y | 84 | include/linux/soundcard.h | #define _IOW(x,y,t) ((int)(IOC_IN|((sizeof(t)&IOCPARM_MASK)<<16)|(x<<8)|y)) |
y | 86 | include/linux/soundcard.h | #define _IOWR(x,y,t) ((int)(IOC_INOUT|((sizeof(t)&IOCPARM_MASK)<<16)|(x<<8)|y)) |
y | 19 | include/linux/stats206.h | y {x(interrupt), x(data_ready), x(fifo_overflow), x(data_error), |
y | 169 | include/net/tcp.h | #define tcp_reset_msl_timer(x,y,z) reset_timer(x,y,z) |
y | 299 | lib/inflate.c | int y; /* number of dummy codes added */ |
y | 341 | lib/inflate.c | for (y = 1 << j; j < i; j++, y <<= 1) |
y | 342 | lib/inflate.c | if ((y -= c[j]) < 0) |
y | 344 | lib/inflate.c | if ((y -= c[i]) < 0) |
y | 346 | lib/inflate.c | c[i] += y; |
y | 481 | lib/inflate.c | return y != 0 && g != 1; |
y | 23 | net/core/iovec.c | extern inline int min(int x, int y) |
y | 25 | net/core/iovec.c | return x>y?y:x; |
y | 41 | scripts/ksymoops.cc | inline int strequ(char const* x, char const* y) { return (::strcmp(x, y) == 0); } |
y | 42 | scripts/ksymoops.cc | inline int strnequ(char const* x, char const* y, size_t n) { return (::strncmp(x, y, n) == 0); } |
y | 61 | scripts/lxdialog/checklist.c | int y, int x, int height) |
y | 63 | scripts/lxdialog/checklist.c | wmove(win, y, x); |
y | 78 | scripts/lxdialog/checklist.c | y = y + height + 1; |
y | 79 | scripts/lxdialog/checklist.c | wmove(win, y, x); |
y | 102 | scripts/lxdialog/checklist.c | int y = height - 2; |
y | 104 | scripts/lxdialog/checklist.c | print_button (dialog, "Select", y, x, selected == 0); |
y | 105 | scripts/lxdialog/checklist.c | print_button (dialog, " Help ", y, x + 14, selected == 1); |
y | 107 | scripts/lxdialog/checklist.c | wmove(dialog, y, x+1 + 14*selected); |
y | 120 | scripts/lxdialog/checklist.c | int i, x, y, box_x, box_y; |
y | 145 | scripts/lxdialog/checklist.c | y = (LINES - height) / 2; |
y | 147 | scripts/lxdialog/checklist.c | draw_shadow (stdscr, y, x, height, width); |
y | 149 | scripts/lxdialog/checklist.c | dialog = newwin (height, width, y, x); |
y | 175 | scripts/lxdialog/checklist.c | list = subwin (dialog, list_height, list_width, y+box_y+1, x+box_x+1); |
y | 147 | scripts/lxdialog/colors.h | #define C_ATTR(x,y) ((x ? A_BOLD : 0) | COLOR_PAIR((y))) |
y | 35 | scripts/lxdialog/dialog.h | #define MIN(x,y) (x < y ? x : y) |
y | 36 | scripts/lxdialog/dialog.h | #define MAX(x,y) (x > y ? x : y) |
y | 128 | scripts/lxdialog/dialog.h | void print_autowrap (WINDOW * win, const char *prompt, int width, int y, int x); |
y | 129 | scripts/lxdialog/dialog.h | void print_button (WINDOW * win, const char *label, int y, int x, int selected); |
y | 130 | scripts/lxdialog/dialog.h | void draw_box (WINDOW * win, int y, int x, int height, int width, chtype box, |
y | 132 | scripts/lxdialog/dialog.h | void draw_shadow (WINDOW * win, int y, int x, int height, int width); |
y | 33 | scripts/lxdialog/inputbox.c | int y = height - 2; |
y | 35 | scripts/lxdialog/inputbox.c | print_button (dialog, " Ok ", y, x, selected==0); |
y | 36 | scripts/lxdialog/inputbox.c | print_button (dialog, " Help ", y, x + 14, selected==1); |
y | 38 | scripts/lxdialog/inputbox.c | wmove(dialog, y, x+1+14*selected); |
y | 49 | scripts/lxdialog/inputbox.c | int i, x, y, box_y, box_x, box_width; |
y | 56 | scripts/lxdialog/inputbox.c | y = (LINES - height) / 2; |
y | 59 | scripts/lxdialog/inputbox.c | draw_shadow (stdscr, y, x, height, width); |
y | 61 | scripts/lxdialog/inputbox.c | dialog = newwin (height, width, y, x); |
y | 84 | scripts/lxdialog/inputbox.c | getyx (dialog, y, x); |
y | 85 | scripts/lxdialog/inputbox.c | box_y = y + 2; |
y | 87 | scripts/lxdialog/inputbox.c | draw_box (dialog, y + 1, box_x - 1, 3, box_width + 2, |
y | 57 | scripts/lxdialog/menubox.c | int y, int x, int height) |
y | 63 | scripts/lxdialog/menubox.c | wmove(win, y, x); |
y | 78 | scripts/lxdialog/menubox.c | y = y + height + 1; |
y | 79 | scripts/lxdialog/menubox.c | wmove(win, y, x); |
y | 104 | scripts/lxdialog/menubox.c | int y = height - 2; |
y | 106 | scripts/lxdialog/menubox.c | print_button (win, "Select", y, x, selected == 0); |
y | 107 | scripts/lxdialog/menubox.c | print_button (win, " Exit ", y, x + 12, selected == 1); |
y | 108 | scripts/lxdialog/menubox.c | print_button (win, " Help ", y, x + 24, selected == 2); |
y | 110 | scripts/lxdialog/menubox.c | wmove(win, y, x+1+12*selected); |
y | 123 | scripts/lxdialog/menubox.c | int i, j, x, y, box_x, box_y; |
y | 131 | scripts/lxdialog/menubox.c | y = (LINES - height) / 2; |
y | 133 | scripts/lxdialog/menubox.c | draw_shadow (stdscr, y, x, height, width); |
y | 135 | scripts/lxdialog/menubox.c | dialog = newwin (height, width, y, x); |
y | 162 | scripts/lxdialog/menubox.c | y + box_y + 1, x + box_x + 1); |
y | 32 | scripts/lxdialog/msgbox.c | int i, x, y, key = 0; |
y | 37 | scripts/lxdialog/msgbox.c | y = (LINES - height) / 2; |
y | 39 | scripts/lxdialog/msgbox.c | draw_shadow (stdscr, y, x, height, width); |
y | 41 | scripts/lxdialog/msgbox.c | dialog = newwin (height, width, y, x); |
y | 40 | scripts/lxdialog/textbox.c | int i, x, y, cur_x, cur_y, fpos, key = 0; |
y | 83 | scripts/lxdialog/textbox.c | y = (LINES - height) / 2; |
y | 86 | scripts/lxdialog/textbox.c | draw_shadow (stdscr, y, x, height, width); |
y | 88 | scripts/lxdialog/textbox.c | dialog = newwin (height, width, y, x); |
y | 92 | scripts/lxdialog/textbox.c | text = subwin (dialog, height - 4, width - 2, y + 1, x + 1); |
y | 451 | scripts/lxdialog/textbox.c | int i, y, x; |
y | 460 | scripts/lxdialog/textbox.c | getyx (win, y, x); |
y | 198 | scripts/lxdialog/util.c | print_autowrap (WINDOW * win, const char *prompt, int width, int y, int x) |
y | 216 | scripts/lxdialog/util.c | wmove (win, y, (width - prompt_len) / 2); |
y | 220 | scripts/lxdialog/util.c | cur_y = y; |
y | 258 | scripts/lxdialog/util.c | print_button (WINDOW * win, const char *label, int y, int x, int selected) |
y | 262 | scripts/lxdialog/util.c | wmove (win, y, x); |
y | 279 | scripts/lxdialog/util.c | wmove (win, y, x + temp + 1); |
y | 286 | scripts/lxdialog/util.c | draw_box (WINDOW * win, int y, int x, int height, int width, |
y | 293 | scripts/lxdialog/util.c | wmove (win, y + i, x); |
y | 321 | scripts/lxdialog/util.c | draw_shadow (WINDOW * win, int y, int x, int height, int width) |
y | 327 | scripts/lxdialog/util.c | wmove (win, y + height, x + 2); |
y | 330 | scripts/lxdialog/util.c | for (i = y + 1; i < y + height + 1; i++) { |
y | 31 | scripts/lxdialog/yesno.c | int y = height - 2; |
y | 33 | scripts/lxdialog/yesno.c | print_button (dialog, " Yes ", y, x, selected == 0); |
y | 34 | scripts/lxdialog/yesno.c | print_button (dialog, " No ", y, x + 13, selected == 1); |
y | 36 | scripts/lxdialog/yesno.c | wmove(dialog, y, x+1 + 13*selected ); |
y | 46 | scripts/lxdialog/yesno.c | int i, x, y, key = 0, button = 0; |
y | 51 | scripts/lxdialog/yesno.c | y = (LINES - height) / 2; |
y | 53 | scripts/lxdialog/yesno.c | draw_shadow (stdscr, y, x, height, width); |
y | 55 | scripts/lxdialog/yesno.c | dialog = newwin (height, width, y, x); |