taglinefilesource code
y180arch/i386/boot/compressed/misc.cint x,y,pos;
y184arch/i386/boot/compressed/misc.cy = SCREEN_INFO.orig_y;
y189arch/i386/boot/compressed/misc.cif ( ++y >= lines ) {
y191arch/i386/boot/compressed/misc.cy--;
y194arch/i386/boot/compressed/misc.cvidmem [ ( x + cols * y ) * 2 ] = c; 
y197arch/i386/boot/compressed/misc.cif ( ++y >= lines ) {
y199arch/i386/boot/compressed/misc.cy--;
y206arch/i386/boot/compressed/misc.cSCREEN_INFO.orig_y = y;
y208arch/i386/boot/compressed/misc.cpos = (x + cols * y) * 2;  /* Update cursor position */
y135arch/i386/math-emu/fpu_emu.h#define reg_move(x, y) { \
y136arch/i386/math-emu/fpu_emu.h*(short *)&((y)->sign) = *(const short *)&((x)->sign); \
y137arch/i386/math-emu/fpu_emu.h*(long *)&((y)->exp) = *(const long *)&((x)->exp); \
y138arch/i386/math-emu/fpu_emu.h*(long long *)&((y)->sigl) = *(const long long *)&((x)->sigl); }
y161arch/i386/math-emu/fpu_emu.hasmlinkage unsigned long div_small(unsigned long long *x, unsigned long y);
y84arch/i386/math-emu/fpu_proto.hextern void poly_l2(FPU_REG const *arg, FPU_REG const *y, FPU_REG *result);
y85arch/i386/math-emu/fpu_proto.hextern int poly_l2p1(FPU_REG const *arg, FPU_REG const *y, FPU_REG *result);
y66arch/i386/math-emu/fpu_system.h#define FPU_verify_area(x,y,z)  if ( verify_area(x,y,z) ) \
y21arch/i386/math-emu/fpu_trig.cstatic void rem_kernel(unsigned long long st0, unsigned long long *y,
y739arch/i386/math-emu/fpu_trig.cstatic void rem_kernel(unsigned long long st0, unsigned long long *y,
y756arch/i386/math-emu/fpu_trig.c*y = x;
y29arch/i386/math-emu/poly_l2.cvoid  poly_l2(FPU_REG const *arg, FPU_REG const *y, FPU_REG *result)
y89arch/i386/math-emu/poly_l2.cyaccum.lsw = 0; XSIG_LL(yaccum) = significand(y);
y96arch/i386/math-emu/poly_l2.creg_move(&CONST_Z, y);
y100arch/i386/math-emu/poly_l2.cresult->exp = expon_expon + y->exp + 1;
y103arch/i386/math-emu/poly_l2.cresult->sign = sign ^ y->sign;
y114arch/i386/math-emu/poly_l2.cint  poly_l2p1(FPU_REG const *arg, FPU_REG const *y, FPU_REG *result)
y128arch/i386/math-emu/poly_l2.cXSIG_LL(yaccum) = significand(y);
y133arch/i386/math-emu/poly_l2.cresult->exp = exponent + y->exp + 1;
y136arch/i386/math-emu/poly_l2.cresult->sign = sign ^ y->sign;
y143arch/i386/math-emu/poly_l2.creg_move(y, result);
y558arch/m68k/amiga/amifb.c#define CWAIT(x, y)           (((y) & 0xff)<<24 | ((x) & 0xfe)<<16 | 0x0001fffe)
y581arch/m68k/atari/atakeyb.cvoid ikbd_mouse_thresh(int x, int y)
y583arch/m68k/atari/atakeyb.cchar cmd[3] = { 0x0B, x, y };
y589arch/m68k/atari/atakeyb.cvoid ikbd_mouse_scale(int x, int y)
y591arch/m68k/atari/atakeyb.cchar cmd[3] = { 0x0C, x, y };
y597arch/m68k/atari/atakeyb.cvoid ikbd_mouse_pos_get(int *x, int *y)
y607arch/m68k/atari/atakeyb.cvoid ikbd_mouse_pos_set(int x, int y)
y609arch/m68k/atari/atakeyb.cchar cmd[6] = { 0x0E, 0x00, x>>8, x&0xFF, y>>8, y&0xFF };
y231arch/m68k/console/fbcon.cstatic int fbcon_putc(struct vc_data *conp, int c, int y, int x);
y232arch/m68k/console/fbcon.cstatic int fbcon_putcs(struct vc_data *conp, const char *s, int count, int y,
y271arch/m68k/console/fbcon.cstatic __inline__ int real_y(struct display *p, int y);
y286arch/m68k/console/fbcon.cstatic void putc_mono(struct vc_data *conp, struct display *p, int c, int y,
y289arch/m68k/console/fbcon.cint count, int y, int x);
y290arch/m68k/console/fbcon.cstatic void rev_char_mono(struct display *p, int x, int y);
y303arch/m68k/console/fbcon.cstatic void putc_ilbm(struct vc_data *conp, struct display *p, int c, int y,
y306arch/m68k/console/fbcon.cint count, int y, int x);
y307arch/m68k/console/fbcon.cstatic void rev_char_ilbm(struct display *p, int x, int y);
y320arch/m68k/console/fbcon.cstatic void putc_plan(struct vc_data *conp, struct display *p, int c, int y,
y323arch/m68k/console/fbcon.cint count, int y, int x);
y324arch/m68k/console/fbcon.cstatic void rev_char_plan(struct display *p, int x, int y);
y337arch/m68k/console/fbcon.cstatic void putc_2_plane(struct vc_data *conp, struct display *p, int c, int y,
y340arch/m68k/console/fbcon.cconst char *s, int count, int y, int x);
y341arch/m68k/console/fbcon.cstatic void rev_char_2_plane(struct display *display, int x, int y);
y354arch/m68k/console/fbcon.cstatic void putc_4_plane(struct vc_data *conp, struct display *p, int c, int y,
y357arch/m68k/console/fbcon.cconst char *s, int count, int y, int x);
y358arch/m68k/console/fbcon.cstatic void rev_char_4_plane(struct display *p, int x, int y);
y371arch/m68k/console/fbcon.cstatic void putc_8_plane(struct vc_data *conp, struct display *p, int c, int y,
y374arch/m68k/console/fbcon.cconst char *s, int count, int y, int x);
y375arch/m68k/console/fbcon.cstatic void rev_char_8_plane(struct display *display, int x, int y);
y388arch/m68k/console/fbcon.cstatic void putc_8_packed(struct vc_data *conp, struct display *p, int c, int y,
y391arch/m68k/console/fbcon.cconst char *s, int count, int y, int x);
y392arch/m68k/console/fbcon.cstatic void rev_char_8_packed(struct display *p, int x, int y);
y406arch/m68k/console/fbcon.cint y, int x);
y408arch/m68k/console/fbcon.cconst char *s, int count, int y, int x);
y409arch/m68k/console/fbcon.cstatic void rev_char_16_packed(struct display *p, int x, int y);
y422arch/m68k/console/fbcon.cstatic void putc_cyber(struct vc_data *conp, struct display *p, int c, int y,
y425arch/m68k/console/fbcon.cint count, int y, int x);
y426arch/m68k/console/fbcon.cstatic void rev_char_cyber(struct display *p, int x, int y);
y433arch/m68k/console/fbcon.cextern void Cyber_RectFill(u_short x, u_short y, u_short width, u_short height,
y435arch/m68k/console/fbcon.cextern void Cyber_MoveCursor(u_short x, u_short y);
y448arch/m68k/console/fbcon.cvoid (*putc)(struct vc_data *conp, struct display *p, int c, int y, int x);
y450arch/m68k/console/fbcon.cint count, int y, int x);
y451arch/m68k/console/fbcon.cvoid (*rev_char)(struct display *p, int x, int y);
y1392arch/m68k/console/fbcon.cstatic __inline__ int real_y(struct display *p, int y)
y1396arch/m68k/console/fbcon.cy += p->yscroll;
y1397arch/m68k/console/fbcon.creturn(y < rows ? y : y-rows);
y1429arch/m68k/console/fbcon.cstatic int fbcon_putc(struct vc_data *conp, int c, int y, int x)
y1437arch/m68k/console/fbcon.cif ((p->cursor_x == x) && (p->cursor_y == y))
y1440arch/m68k/console/fbcon.cp->dispsw->putc(conp, p, c, real_y(p, y), x);
y1446arch/m68k/console/fbcon.cstatic int fbcon_putcs(struct vc_data *conp, const char *s, int count, int y,
y1455arch/m68k/console/fbcon.cif ((p->cursor_y == y) && (x <= p->cursor_x) && (p->cursor_x < x+count))
y1458arch/m68k/console/fbcon.cp->dispsw->putcs(conp, p, s, count, real_y(p, y), x);
y1913arch/m68k/console/fbcon.cstatic void putc_mono(struct vc_data *conp, struct display *p, int c, int y,
y1922arch/m68k/console/fbcon.cdest = p->screen_base+y*p->fontheight*p->next_line+x;
y1942arch/m68k/console/fbcon.cint count, int y, int x)
y1948arch/m68k/console/fbcon.cdest0 = p->screen_base+y*p->fontheight*p->next_line+x;
y1971arch/m68k/console/fbcon.cstatic void rev_char_mono(struct display *p, int x, int y)
y1976arch/m68k/console/fbcon.cdest = p->screen_base+y*p->fontheight*p->next_line+x;
y2053arch/m68k/console/fbcon.cstatic void putc_ilbm(struct vc_data *conp, struct display *p, int c, int y,
y2063arch/m68k/console/fbcon.cdest = p->screen_base+y*p->fontheight*p->next_line+x;
y2106arch/m68k/console/fbcon.cint count, int y, int x)
y2114arch/m68k/console/fbcon.cdest0 = p->screen_base+y*p->fontheight*p->next_line+x;
y2182arch/m68k/console/fbcon.cstatic void rev_char_ilbm(struct display *p, int x, int y)
y2188arch/m68k/console/fbcon.cdest0 = p->screen_base+y*p->fontheight*p->next_line+x;
y2286arch/m68k/console/fbcon.cstatic void putc_plan(struct vc_data *conp, struct display *p, int c, int y,
y2296arch/m68k/console/fbcon.cdest0 = p->screen_base+y*p->fontheight*p->next_line+x;
y2329arch/m68k/console/fbcon.cint count, int y, int x)
y2338arch/m68k/console/fbcon.cdest0 = p->screen_base+y*p->fontheight*p->next_line+x;
y2415arch/m68k/console/fbcon.cstatic void rev_char_plan(struct display *p, int x, int y)
y2421arch/m68k/console/fbcon.cdest0 = p->screen_base+y*p->fontheight*p->next_line+x;
y2635arch/m68k/console/fbcon.cstatic void putc_2_plane(struct vc_data *conp, struct display *p, int c, int y,
y2646arch/m68k/console/fbcon.cdest  = p->screen_base + y * p->fontheight * bytes + (x>>1)*4 + (x & 1);
y2662arch/m68k/console/fbcon.cconst char *s, int count, int y, int x)
y2671arch/m68k/console/fbcon.cdest0 = p->screen_base + y * p->fontheight * bytes + (x>>1)*4 + (x & 1);
y2691arch/m68k/console/fbcon.cstatic void rev_char_2_plane(struct display *p, int x, int y)
y2697arch/m68k/console/fbcon.cdest = p->screen_base + y * p->fontheight * p->next_line + (x>>1)*4 + (x & 1);
y2898arch/m68k/console/fbcon.cstatic void putc_4_plane(struct vc_data *conp, struct display *p, int c, int y,
y2909arch/m68k/console/fbcon.cdest  = p->screen_base + y * p->fontheight * bytes + (x>>1)*8 + (x & 1);
y2925arch/m68k/console/fbcon.cconst char *s, int count, int y, int x)
y2934arch/m68k/console/fbcon.cdest0 = p->screen_base + y * p->fontheight * bytes + (x>>1)*8 + (x & 1);
y2961arch/m68k/console/fbcon.cstatic void rev_char_4_plane(struct display *p, int x, int y)
y2967arch/m68k/console/fbcon.cdest = p->screen_base + y * p->fontheight * p->next_line + (x>>1)*8 + (x & 1);
y3178arch/m68k/console/fbcon.cstatic void putc_8_plane(struct vc_data *conp, struct display *p, int c, int y,
y3189arch/m68k/console/fbcon.cdest  = p->screen_base + y * p->fontheight * bytes + (x>>1)*16 + (x & 1);
y3210arch/m68k/console/fbcon.cconst char *s, int count, int y, int x)
y3219arch/m68k/console/fbcon.cdest0 = p->screen_base + y * p->fontheight * bytes + (x>>1)*16 + (x & 1);
y3252arch/m68k/console/fbcon.cstatic void rev_char_8_plane(struct display *p, int x, int y)
y3258arch/m68k/console/fbcon.cdest = p->screen_base + y * p->fontheight * p->next_line + (x>>1)*16 + (x & 1);
y3363arch/m68k/console/fbcon.cstatic void putc_8_packed(struct vc_data *conp, struct display *p, int c, int y,
y3372arch/m68k/console/fbcon.cdest = p->screen_base + y * p->fontheight * bytes + x * 8;
y3393arch/m68k/console/fbcon.cconst char *s, int count, int y, int x)
y3399arch/m68k/console/fbcon.cdest0 = p->screen_base + y * p->fontheight * bytes + x * 8;
y3422arch/m68k/console/fbcon.cstatic void rev_char_8_packed(struct display *p, int x, int y)
y3427arch/m68k/console/fbcon.cdest = p->screen_base + y * p->fontheight * bytes + x * 8;
y3524arch/m68k/console/fbcon.cint y, int x)
y3532arch/m68k/console/fbcon.cdest = p->screen_base + y * p->fontheight * bytes + x * 16;
y3558arch/m68k/console/fbcon.cconst char *s, int count, int y, int x)
y3564arch/m68k/console/fbcon.cdest0 = p->screen_base + y * p->fontheight * bytes + x * 16;
y3591arch/m68k/console/fbcon.cstatic void rev_char_16_packed(struct display *p, int x, int y)
y3596arch/m68k/console/fbcon.cdest = p->screen_base + y * p->fontheight * bytes + x * 16;
y3639arch/m68k/console/fbcon.cstatic void putc_cyber(struct vc_data *conp, struct display *p, int c, int y,
y3650arch/m68k/console/fbcon.cdest = p->screen_base+y*p->fontheight*p->next_line+8*x;
y3681arch/m68k/console/fbcon.cint count, int y, int x)
y3689arch/m68k/console/fbcon.cdest0 = p->screen_base+y*p->fontheight*p->next_line+8*x;
y3724arch/m68k/console/fbcon.cstatic void rev_char_cyber(struct display *p, int x, int y)
y3733arch/m68k/console/fbcon.cdest = p->screen_base+y*p->fontheight*p->next_line+8*x;
y30arch/m68k/console/txtcon.cstatic int txtcon_putc(struct vc_data *conp, int c, int y, int x);
y31arch/m68k/console/txtcon.cstatic int txtcon_putcs(struct vc_data *conp, const char *s, int count, int y,
y72arch/m68k/console/txtcon.cstatic int txtcon_putc(struct vc_data *conp, int c, int y, int x)
y78arch/m68k/console/txtcon.cstatic int txtcon_putcs(struct vc_data *conp, const char *s, int count, int y,
y399arch/m68k/kernel/console.cgotoxy(currcons, x, y);
y488arch/m68k/kernel/console.cgotoxy(currcons, x, y);
y555arch/m68k/kernel/console.cy = 0;
y558arch/m68k/kernel/console.cy = max_y - 1;
y560arch/m68k/kernel/console.cy = new_y;
y561arch/m68k/kernel/console.cpos = video_mem_start + y * cols + x;
y668arch/m68k/kernel/console.cif (y+1 == bottom)
y670arch/m68k/kernel/console.celse if (y < rows-1) {
y671arch/m68k/kernel/console.cy++;
y682arch/m68k/kernel/console.cif (y == top)
y684arch/m68k/kernel/console.celse if (y > 0) {
y685arch/m68k/kernel/console.cy--;
y725arch/m68k/kernel/console.csw->con_clear(vc_cons[currcons].d,y,x,1,cols-x);
y726arch/m68k/kernel/console.csw->con_clear(vc_cons[currcons].d,y+1,0,rows-y-1, cols);
y734arch/m68k/kernel/console.csw->con_clear(vc_cons[currcons].d,0,0,y, cols);
y735arch/m68k/kernel/console.csw->con_clear(vc_cons[currcons].d,y,0,1,x + 1);
y763arch/m68k/kernel/console.csw->con_clear(vc_cons[currcons].d,y,x,1,cols-x);
y770arch/m68k/kernel/console.csw->con_clear(vc_cons[currcons].d,y,0,1,x + 1);
y777arch/m68k/kernel/console.csw->con_clear(vc_cons[currcons].d,y,0,1,cols);
y799arch/m68k/kernel/console.csw->con_clear(vc_cons[currcons].d,y,x,1,count);
y968arch/m68k/kernel/console.csprintf(buf, "\033[%ld;%ldR", y + (decom ? top+1 : 1), x+1);
y1109arch/m68k/kernel/console.cp[1] = y;
y1249arch/m68k/kernel/console.csw->con_bmove(vc_cons[currcons].d,y,x,y,x+1,1,(cols-x-1));
y1253arch/m68k/kernel/console.csw->con_putc(vc_cons[currcons].d,(video_erase_char & 0x00ff),y,x);
y1276arch/m68k/kernel/console.csw->con_bmove (vc_cons[currcons].d, y, x, y, x + nr,
y1280arch/m68k/kernel/console.cy, x + nr);
y1289arch/m68k/kernel/console.cscrdown (currcons, y, bottom, nr);
y1314arch/m68k/kernel/console.csw->con_bmove (vc_cons[currcons].d, y, x + nr, y, x,
y1319arch/m68k/kernel/console.cy, cols - 1 - nr);
y1328arch/m68k/kernel/console.cscrup (currcons, y, bottom, nr);
y1335arch/m68k/kernel/console.csaved_y    = y;
y1575arch/m68k/kernel/console.c*putcs_buf, y, x);
y1614arch/m68k/kernel/console.cputcs_buf, putcs_count, y, x);
y1631arch/m68k/kernel/console.csw->con_putc(vc_cons[currcons].d,tc,y,x);
y1826arch/m68k/kernel/console.cgotoxy(currcons,par[0],y);
y1830arch/m68k/kernel/console.cgotoxy(currcons,x,y-par[0]);
y1834arch/m68k/kernel/console.cgotoxy(currcons,x,y+par[0]);
y1838arch/m68k/kernel/console.cgotoxy(currcons,x+par[0],y);
y1842arch/m68k/kernel/console.cgotoxy(currcons,x-par[0],y);
y1846arch/m68k/kernel/console.cgotoxy(currcons,0,y+par[0]);
y1850arch/m68k/kernel/console.cgotoxy(currcons,0,y-par[0]);
y2059arch/m68k/kernel/console.cy, x);
y2093arch/m68k/kernel/console.cy, x);
y127arch/sparc/kernel/process.cregs->pc, regs->npc, regs->y);
y291arch/sparc/kernel/process.cdump->regs.y = regs->y;
y578arch/sparc/kernel/ptrace.cpregs->y = cregs->y;
y606arch/sparc/kernel/ptrace.ccregs->y = pregs->y;
y866arch/sparc/kernel/sys_sunos.c#define POLL_ROUND_UP(x,y) (((x)+(y)-1)/(y))
y2069drivers/block/floppy.c#define FM_MODE(x,y) ((y) & ~(((x)->rate & 0x80) >>1))
y429drivers/char/console.cgotoxy(currcons, x, y);
y500drivers/char/console.cy = 0;
y503drivers/char/console.cy = max_y - 1;
y505drivers/char/console.cy = new_y;
y506drivers/char/console.cpos = origin + y*video_size_row + (x<<1);
y678drivers/char/console.cif (y+1 == bottom)
y680drivers/char/console.celse if (y < video_num_lines-1) {
y681drivers/char/console.cy++;
y692drivers/char/console.cif (y == top)
y694drivers/char/console.celse if (y > 0) {
y695drivers/char/console.cy--;
y939drivers/char/console.csprintf(buf, "\033[%ld;%ldR", y + (decom ? top+1 : 1), x+1);
y1040drivers/char/console.cp[1] = y;
y1184drivers/char/console.cscrdown(currcons,y,bottom);
y1203drivers/char/console.cscrup(currcons,y,bottom);
y1250drivers/char/console.csaved_y    = y;
y1658drivers/char/console.cgotoxy(currcons,par[0],y);
y1662drivers/char/console.cgotoxy(currcons,x,y-par[0]);
y1666drivers/char/console.cgotoxy(currcons,x,y+par[0]);
y1670drivers/char/console.cgotoxy(currcons,x+par[0],y);
y1674drivers/char/console.cgotoxy(currcons,x-par[0],y);
y1678drivers/char/console.cgotoxy(currcons,0,y+par[0]);
y1682drivers/char/console.cgotoxy(currcons,0,y-par[0]);
y464drivers/char/random.c#define F1(x, y, z) (z ^ (x & (y ^ z)))
y465drivers/char/random.c#define F2(x, y, z) F1(z, x, y)
y466drivers/char/random.c#define F3(x, y, z) (x ^ y ^ z)
y467drivers/char/random.c#define F4(x, y, z) (y ^ (x | ~z))
y470drivers/char/random.c#define MD5STEP(f, w, x, y, z, data, s) \
y471drivers/char/random.c( w += f(x, y, z) + data,  w = w<<s | w>>(32-s),  w += x )
y333drivers/char/tga.cpos = origin + y*video_size_row + (x<<1);
y347drivers/char/tga.cpos = origin + y*video_size_row + (x<<1);
y80drivers/char/tty_ioctl.c#define NOSET_MASK(x,y,z) (x = ((x) & ~(z)) | ((y) & (z)))
y235drivers/char/vga.cpos = origin + y*video_size_row + (x<<1);
y280drivers/char/vga.cpos = origin + y*video_size_row + (x<<1);
y89drivers/net/smc9194.c#define free_irq( x, y ) free_irq( x )
y90drivers/net/smc9194.c#define request_irq( x, y, z, u, v ) request_irq( x, y, z, u )
y344drivers/sbus/char/suncons.cpos = origin + y*video_size_row + (x<<1);
y358drivers/sbus/char/suncons.cpos = origin + y*video_size_row + (x<<1);
y71drivers/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); }
y72drivers/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); }
y75drivers/scsi/AM53C974.c#define LIST(x,y)
y76drivers/scsi/AM53C974.c#define REMOVE(w,x,y,z)
y97drivers/scsi/AM53C974.c#define LIST(x,y)
y98drivers/scsi/AM53C974.c#define REMOVE(w,x,y,z)
y78drivers/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); }
y79drivers/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); }
y81drivers/scsi/NCR5380.c#define LIST(x,y)
y82drivers/scsi/NCR5380.c#define REMOVE(w,x,y,z)
y118drivers/scsi/atari_NCR5380.c#define LIST(x,y) \
y119drivers/scsi/atari_NCR5380.c{ printk("LINE:%d   Adding %p to %p\n", __LINE__, (void*)(x), (void*)(y)); \
y120drivers/scsi/atari_NCR5380.cif ((x)==(y)) udelay(5); }
y121drivers/scsi/atari_NCR5380.c#define REMOVE(w,x,y,z) \
y123drivers/scsi/atari_NCR5380.c(void*)(w), (void*)(x), (void*)(y), (void*)(z)); \
y124drivers/scsi/atari_NCR5380.cif ((x)==(y)) udelay(5); }
y126drivers/scsi/atari_NCR5380.c#define LIST(x,y)
y127drivers/scsi/atari_NCR5380.c#define REMOVE(w,x,y,z)
y348drivers/scsi/eata_dma.cunsigned int i, x, y;
y364drivers/scsi/eata_dma.cfor (y = hd->last_ccb + 1, x = 0; x < sh->can_queue; x++, y++) { 
y365drivers/scsi/eata_dma.cif (y >= sh->can_queue)
y366drivers/scsi/eata_dma.cy = 0;
y367drivers/scsi/eata_dma.cif (hd->ccb[y].status == FREE)
y371drivers/scsi/eata_dma.chd->last_ccb = y;
y378drivers/scsi/eata_dma.cqueue_counter, int_counter, sh->can_queue, x, y);
y397drivers/scsi/eata_dma.ccp = &hd->ccb[y];
y404drivers/scsi/eata_dma.ccmd->pid, cmd->target, cmd->lun, y));
y508drivers/scsi/eata_dma.ccmd->host_scribble = (char *)&hd->ccb[y];  
y522drivers/scsi/eata_dma.ccmd->target, cmd->lun, y, sh->irq));
y56drivers/scsi/eata_dma.h#define DBG(x, y)   if ((x)) {y;} 
y58drivers/scsi/eata_dma.h#define DBG(x, y)
y4drivers/scsi/eata_dma_proc.cu32 y;
y18drivers/scsi/eata_dma_proc.cy = *(bp + 3);
y281drivers/scsi/eata_pio.cuint x, y;
y300drivers/scsi/eata_pio.cy = x = 0;
y302drivers/scsi/eata_pio.cif (hd->ccb[y].status!=FREE) { 
y304drivers/scsi/eata_pio.cDBG(DBG_QUEUE, printk("can_queue %d, x %d, y %d\n",sh->can_queue,x,y));
y313drivers/scsi/eata_pio.ccp = &hd->ccb[y];
y321drivers/scsi/eata_pio.ccmd->pid, cmd->target, cmd->lun, y));
y361drivers/scsi/eata_pio.ccmd->host_scribble = (char *)&hd->ccb[y];   
y395drivers/scsi/eata_pio.ccmd->target, cmd->lun, y, sh->irq));
y56drivers/scsi/eata_pio.h#define DBG(x, y)   if ((x)) {y;} 
y58drivers/scsi/eata_pio.h#define DBG(x, y)
y259drivers/scsi/scsi_proc.cint x, y = *size;
y261drivers/scsi/scsi_proc.cy = sprintf(buffer + len, 
y266drivers/scsi/scsi_proc.cy += sprintf(buffer + len + y, "%c", scd->vendor[x]);
y268drivers/scsi/scsi_proc.cy += sprintf(buffer + len + y," ");
y270drivers/scsi/scsi_proc.cy += sprintf(buffer + len + y, " Model: ");
y273drivers/scsi/scsi_proc.cy +=  sprintf(buffer + len + y, "%c", scd->model[x]);
y275drivers/scsi/scsi_proc.cy += sprintf(buffer + len + y, " ");
y277drivers/scsi/scsi_proc.cy += sprintf(buffer + len + y, " Rev: ");
y280drivers/scsi/scsi_proc.cy += sprintf(buffer + len + y, "%c", scd->rev[x]);
y282drivers/scsi/scsi_proc.cy += sprintf(buffer + len + y, " ");
y284drivers/scsi/scsi_proc.cy += sprintf(buffer + len + y, "\n");
y286drivers/scsi/scsi_proc.cy += sprintf(buffer + len + y, "  Type:   %s ",
y289drivers/scsi/scsi_proc.cy += sprintf(buffer + len + y, "               ANSI"
y292drivers/scsi/scsi_proc.cy += sprintf(buffer + len + y, " CCS\n");
y294drivers/scsi/scsi_proc.cy += sprintf(buffer + len + y, "\n");
y296drivers/scsi/scsi_proc.c*size = y; 
y144drivers/sound/dmasound.c#define min(x, y)  ((x) < (y) ? (x) : (y))
y855fs/binfmt_elf.c#define roundup(x, y)  ((((x)+((y)-1))/(y))*(y))
y28fs/select.c#define ROUND_UP(x,y) (((x)+(y)-1)/(y))
y32include/asm-alpha/segment.hstatic inline void __put_user(unsigned long x, void * y, int size)
y37include/asm-alpha/segment.h*(char *) y = x;
y40include/asm-alpha/segment.h*(short *) y = x;
y43include/asm-alpha/segment.h*(int *) y = x;
y46include/asm-alpha/segment.h*(long *) y = x;
y55include/asm-alpha/segment.hstatic inline unsigned long __get_user(const void * y, int size)
y62include/asm-alpha/segment.hresult = *(unsigned char *) y;
y65include/asm-alpha/segment.hresult = *(unsigned short *) y;
y68include/asm-alpha/segment.hresult = *(unsigned int *) y;
y71include/asm-alpha/segment.hresult = *(unsigned long *) y;
y90include/asm-alpha/termios.h#define SET_LOW_BITS(x,y)  ((x) = (0xffff0000 & (x)) | (y))
y47include/asm-i386/bugs.hstatic double y = 3145727.0;
y93include/asm-i386/bugs.h: "m" (*&x), "m" (*&y));
y70include/asm-i386/i82489.h#define      SET_APIC_DELIVERY_MODE(x,y)  (((x)&~0x700)|((y)<<8))
y35include/asm-i386/segment.hstatic inline void __put_user(unsigned long x, void * y, int size)
y40include/asm-i386/segment.h:"=m" (*__sd(y))
y41include/asm-i386/segment.h:"iq" ((unsigned char) x), "m" (*__sd(y)));
y45include/asm-i386/segment.h:"=m" (*__sd(y))
y46include/asm-i386/segment.h:"ir" ((unsigned short) x), "m" (*__sd(y)));
y50include/asm-i386/segment.h:"=m" (*__sd(y))
y51include/asm-i386/segment.h:"ir" (x), "m" (*__sd(y)));
y58include/asm-i386/segment.hstatic inline unsigned long __get_user(const void * y, int size)
y66include/asm-i386/segment.h:"m" (*__const_sd(y)));
y71include/asm-i386/segment.h:"m" (*__const_sd(y)));
y76include/asm-i386/segment.h:"m" (*__const_sd(y)));
y66include/asm-i386/termios.h#define SET_LOW_BITS(x,y)  (*(unsigned short *)(&x) = (y))
y23include/asm-m68k/atarikb.hvoid ikbd_mouse_thresh(int x, int y);
y24include/asm-m68k/atarikb.hvoid ikbd_mouse_scale(int x, int y);
y25include/asm-m68k/atarikb.hvoid ikbd_mouse_pos_get(int *x, int *y);
y26include/asm-m68k/atarikb.hvoid ikbd_mouse_pos_set(int x, int y);
y37include/asm-m68k/segment.hstatic inline void __put_user(unsigned long x, void * y, int size)
y43include/asm-m68k/segment.h:"r" (x),"m" (*__ptr(y)) : "memory");
y48include/asm-m68k/segment.h:"r" (x),"m" (*__ptr(y)) : "memory");
y53include/asm-m68k/segment.h:"r" (x),"m" (*__ptr(y)) : "memory");
y60include/asm-m68k/segment.hstatic inline unsigned long __get_user(const void * y, int size)
y68include/asm-m68k/segment.h:"m" (*__ptr(y)));
y73include/asm-m68k/segment.h:"m" (*__ptr(y)));
y78include/asm-m68k/segment.h:"m" (*__ptr(y)));
y64include/asm-m68k/termios.h#define SET_LOW_BITS(x,y)  ((x) = (0xffff0000 & (x)) | (y))
y49include/asm-mips/segment.hstatic inline void __put_user(unsigned long x, void * y, int size)
y54include/asm-mips/segment.h*(char *) y = x;
y57include/asm-mips/segment.h*(short *) y = x;
y60include/asm-mips/segment.h*(int *) y = x;
y63include/asm-mips/segment.h*(long *) y = x;
y72include/asm-mips/segment.hstatic inline unsigned long __get_user(const void * y, int size)
y79include/asm-mips/segment.hresult = *(unsigned char *) y;
y82include/asm-mips/segment.hresult = *(unsigned short *) y;
y85include/asm-mips/segment.hresult = *(unsigned int *) y;
y88include/asm-mips/segment.hresult = *(unsigned long *) y;
y24include/asm-mips/termios.h#define SET_LOW_BITS(x,y)  ((x) = (0xffff0000 & (x)) | (y))
y11include/asm-ppc/segment.hstatic inline void __put_user(unsigned long x, void * y, int size)
y15include/asm-ppc/segment.h*(char *) y = x;
y18include/asm-ppc/segment.h*(short *) y = x;
y21include/asm-ppc/segment.h*(int *) y = x;
y24include/asm-ppc/segment.h*(long *) y = x;
y31include/asm-ppc/segment.hstatic inline unsigned long __get_user(const void * y, int size)
y35include/asm-ppc/segment.hreturn *(unsigned char *) y;
y37include/asm-ppc/segment.hreturn *(unsigned short *) y;
y39include/asm-ppc/segment.hreturn *(unsigned int *) y;
y41include/asm-ppc/segment.hreturn *(unsigned long *) y;
y351include/asm-ppc/termios.h#define SET_LOW_BITS(x,y)  ((x) = (0xffff0000 & (x)) | (y))
y85include/asm-sparc/fbio.hshort x, y;
y26include/asm-sparc/kgdb.hunsigned long y;
y121include/asm-sparc/processor.hregs->y = 0;
y17include/asm-sparc/ptrace.hunsigned long y;
y27include/asm-sparc/segment.hstatic inline void __put_user(unsigned long x, void * y, int size)
y31include/asm-sparc/segment.h*(char *) y = x;
y34include/asm-sparc/segment.h*(short *) y = x;
y37include/asm-sparc/segment.h*(int *) y = x;
y45include/asm-sparc/segment.hstatic inline unsigned long __get_user(const void * y, int size)
y49include/asm-sparc/segment.hreturn *(unsigned char *) y;
y51include/asm-sparc/segment.hreturn *(unsigned short *) y;
y53include/asm-sparc/segment.hreturn *(unsigned int *) y;
y75include/asm-sparc/termios.h#define SET_LOW_BITS(x,y)  ((x) = (0xffff0000 & (x)) | (y))
y10include/asm-sparc/user.hunsigned long psr, pc, npc, y;
y60include/asm-sparc/winmacro.hwr      %scratch, 0x0, %y;
y86include/asm-sparc/winmacro.hrd      %y, %scratch; \
y431include/linux/sbpcd.h#define OUT(x,y)  outb(y,x)
y130include/linux/sjcd.hunsigned char x, y, z;
y82include/linux/soundcard.h#define  _IO(x,y)  ((int)(IOC_VOID|(x<<8)|y))
y83include/linux/soundcard.h#define  _IOR(x,y,t)  ((int)(IOC_OUT|((sizeof(t)&IOCPARM_MASK)<<16)|(x<<8)|y))
y84include/linux/soundcard.h#define  _IOW(x,y,t)  ((int)(IOC_IN|((sizeof(t)&IOCPARM_MASK)<<16)|(x<<8)|y))
y86include/linux/soundcard.h#define  _IOWR(x,y,t)  ((int)(IOC_INOUT|((sizeof(t)&IOCPARM_MASK)<<16)|(x<<8)|y))
y19include/linux/stats206.hy {x(interrupt), x(data_ready), x(fifo_overflow), x(data_error),
y169include/net/tcp.h#define     tcp_reset_msl_timer(x,y,z)  reset_timer(x,y,z)
y299lib/inflate.cint y;                        /* number of dummy codes added */
y341lib/inflate.cfor (y = 1 << j; j < i; j++, y <<= 1)
y342lib/inflate.cif ((y -= c[j]) < 0)
y344lib/inflate.cif ((y -= c[i]) < 0)
y346lib/inflate.cc[i] += y;
y481lib/inflate.creturn y != 0 && g != 1;
y23net/core/iovec.cextern inline int min(int x, int y)
y25net/core/iovec.creturn x>y?y:x;
y41scripts/ksymoops.ccinline int strequ(char const* x, char const* y) { return (::strcmp(x, y) == 0); }
y42scripts/ksymoops.ccinline int strnequ(char const* x, char const* y, size_t n) { return (::strncmp(x, y, n) == 0); }
y61scripts/lxdialog/checklist.cint y, int x, int height)
y63scripts/lxdialog/checklist.cwmove(win, y, x);
y78scripts/lxdialog/checklist.cy = y + height + 1;
y79scripts/lxdialog/checklist.cwmove(win, y, x);
y102scripts/lxdialog/checklist.cint y = height - 2;
y104scripts/lxdialog/checklist.cprint_button (dialog, "Select", y, x, selected == 0);
y105scripts/lxdialog/checklist.cprint_button (dialog, " Help ", y, x + 14, selected == 1);
y107scripts/lxdialog/checklist.cwmove(dialog, y, x+1 + 14*selected);
y120scripts/lxdialog/checklist.cint i, x, y, box_x, box_y;
y145scripts/lxdialog/checklist.cy = (LINES - height) / 2;
y147scripts/lxdialog/checklist.cdraw_shadow (stdscr, y, x, height, width);
y149scripts/lxdialog/checklist.cdialog = newwin (height, width, y, x);
y175scripts/lxdialog/checklist.clist = subwin (dialog, list_height, list_width, y+box_y+1, x+box_x+1);
y147scripts/lxdialog/colors.h#define C_ATTR(x,y)                  ((x ? A_BOLD : 0) | COLOR_PAIR((y)))
y35scripts/lxdialog/dialog.h#define MIN(x,y) (x < y ? x : y)
y36scripts/lxdialog/dialog.h#define MAX(x,y) (x > y ? x : y)
y128scripts/lxdialog/dialog.hvoid print_autowrap (WINDOW * win, const char *prompt, int width, int y, int x);
y129scripts/lxdialog/dialog.hvoid print_button (WINDOW * win, const char *label, int y, int x, int selected);
y130scripts/lxdialog/dialog.hvoid draw_box (WINDOW * win, int y, int x, int height, int width, chtype box,
y132scripts/lxdialog/dialog.hvoid draw_shadow (WINDOW * win, int y, int x, int height, int width);
y33scripts/lxdialog/inputbox.cint y = height - 2;
y35scripts/lxdialog/inputbox.cprint_button (dialog, "  Ok  ", y, x, selected==0);
y36scripts/lxdialog/inputbox.cprint_button (dialog, " Help ", y, x + 14, selected==1);
y38scripts/lxdialog/inputbox.cwmove(dialog, y, x+1+14*selected);
y49scripts/lxdialog/inputbox.cint i, x, y, box_y, box_x, box_width;
y56scripts/lxdialog/inputbox.cy = (LINES - height) / 2;
y59scripts/lxdialog/inputbox.cdraw_shadow (stdscr, y, x, height, width);
y61scripts/lxdialog/inputbox.cdialog = newwin (height, width, y, x);
y84scripts/lxdialog/inputbox.cgetyx (dialog, y, x);
y85scripts/lxdialog/inputbox.cbox_y = y + 2;
y87scripts/lxdialog/inputbox.cdraw_box (dialog, y + 1, box_x - 1, 3, box_width + 2,
y57scripts/lxdialog/menubox.cint y, int x, int height)
y63scripts/lxdialog/menubox.cwmove(win, y, x);
y78scripts/lxdialog/menubox.cy = y + height + 1;
y79scripts/lxdialog/menubox.cwmove(win, y, x);
y104scripts/lxdialog/menubox.cint y = height - 2;
y106scripts/lxdialog/menubox.cprint_button (win, "Select", y, x, selected == 0);
y107scripts/lxdialog/menubox.cprint_button (win, " Exit ", y, x + 12, selected == 1);
y108scripts/lxdialog/menubox.cprint_button (win, " Help ", y, x + 24, selected == 2);
y110scripts/lxdialog/menubox.cwmove(win, y, x+1+12*selected);
y123scripts/lxdialog/menubox.cint i, j, x, y, box_x, box_y;
y131scripts/lxdialog/menubox.cy = (LINES - height) / 2;
y133scripts/lxdialog/menubox.cdraw_shadow (stdscr, y, x, height, width);
y135scripts/lxdialog/menubox.cdialog = newwin (height, width, y, x);
y162scripts/lxdialog/menubox.cy + box_y + 1, x + box_x + 1);
y32scripts/lxdialog/msgbox.cint i, x, y, key = 0;
y37scripts/lxdialog/msgbox.cy = (LINES - height) / 2;
y39scripts/lxdialog/msgbox.cdraw_shadow (stdscr, y, x, height, width);
y41scripts/lxdialog/msgbox.cdialog = newwin (height, width, y, x);
y40scripts/lxdialog/textbox.cint i, x, y, cur_x, cur_y, fpos, key = 0;
y83scripts/lxdialog/textbox.cy = (LINES - height) / 2;
y86scripts/lxdialog/textbox.cdraw_shadow (stdscr, y, x, height, width);
y88scripts/lxdialog/textbox.cdialog = newwin (height, width, y, x);
y92scripts/lxdialog/textbox.ctext = subwin (dialog, height - 4, width - 2, y + 1, x + 1);
y451scripts/lxdialog/textbox.cint i, y, x;
y460scripts/lxdialog/textbox.cgetyx (win, y, x);
y198scripts/lxdialog/util.cprint_autowrap (WINDOW * win, const char *prompt, int width, int y, int x)
y216scripts/lxdialog/util.cwmove (win, y, (width - prompt_len) / 2);
y220scripts/lxdialog/util.ccur_y = y;
y258scripts/lxdialog/util.cprint_button (WINDOW * win, const char *label, int y, int x, int selected)
y262scripts/lxdialog/util.cwmove (win, y, x);
y279scripts/lxdialog/util.cwmove (win, y, x + temp + 1);
y286scripts/lxdialog/util.cdraw_box (WINDOW * win, int y, int x, int height, int width,
y293scripts/lxdialog/util.cwmove (win, y + i, x);
y321scripts/lxdialog/util.cdraw_shadow (WINDOW * win, int y, int x, int height, int width)
y327scripts/lxdialog/util.cwmove (win, y + height, x + 2);
y330scripts/lxdialog/util.cfor (i = y + 1; i < y + height + 1; i++) {
y31scripts/lxdialog/yesno.cint y = height - 2;
y33scripts/lxdialog/yesno.cprint_button (dialog, " Yes ", y, x, selected == 0);
y34scripts/lxdialog/yesno.cprint_button (dialog, "  No  ", y, x + 13, selected == 1);
y36scripts/lxdialog/yesno.cwmove(dialog, y, x+1 + 13*selected );
y46scripts/lxdialog/yesno.cint i, x, y, key = 0, button = 0;
y51scripts/lxdialog/yesno.cy = (LINES - height) / 2;
y53scripts/lxdialog/yesno.cdraw_shadow (stdscr, y, x, height, width);
y55scripts/lxdialog/yesno.cdialog = newwin (height, width, y, x);