taglinefilesource code
y130arch/i386/boot/compressed/inflate.cint y;                        /* number of dummy codes added */
y169arch/i386/boot/compressed/inflate.cfor (y = 1 << j; j < i; j++, y <<= 1)
y170arch/i386/boot/compressed/inflate.cif ((y -= c[j]) < 0)
y172arch/i386/boot/compressed/inflate.cif ((y -= c[i]) < 0)
y174arch/i386/boot/compressed/inflate.cc[i] += y;
y302arch/i386/boot/compressed/inflate.creturn y != 0 && g != 1;
y130arch/i386/boot/compressed/misc.cint x,y;
y134arch/i386/boot/compressed/misc.cy = SCREEN_INFO.orig_y;
y139arch/i386/boot/compressed/misc.cif ( ++y >= lines ) {
y141arch/i386/boot/compressed/misc.cy--;
y144arch/i386/boot/compressed/misc.cvidmem [ ( x + cols * y ) * 2 ] = c; 
y147arch/i386/boot/compressed/misc.cif ( ++y >= lines ) {
y149arch/i386/boot/compressed/misc.cy--;
y156arch/i386/boot/compressed/misc.cSCREEN_INFO.orig_y = y;
y135arch/i386/math-emu/fpu_emu.h#define reg_move(x, y) { \
y136arch/i386/math-emu/fpu_emu.h*(short *)&((y)->sign) = *(short *)&((x)->sign); \
y137arch/i386/math-emu/fpu_emu.h*(long *)&((y)->exp) = *(long *)&((x)->exp); \
y138arch/i386/math-emu/fpu_emu.h*(long long *)&((y)->sigl) = *(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);
y201arch/sparc/kernel/probe.cregister unsigned int x,y;
y214arch/sparc/kernel/probe.cfor(x=0,y=vac_linesize; ((1<<x)<y); x++);
y227arch/sparc/kernel/probe.cfor(x=0x80000000, y=(x+vac_size); x<y; x+=vac_linesize)
y1822drivers/block/floppy.c#define FM_MODE(x,y) ((y) & ~(((x)->rate & 0x80 ) >>1))
y442drivers/char/console.cgotoxy(currcons, x, y);
y505drivers/char/console.cy = 0;
y508drivers/char/console.cy = max_y - 1;
y510drivers/char/console.cy = new_y;
y511drivers/char/console.cpos = origin + y*video_size_row + (x<<1);
y690drivers/char/console.cif (y+1 == bottom)
y692drivers/char/console.celse if (y < video_num_lines-1) {
y693drivers/char/console.cy++;
y704drivers/char/console.cif (y == top)
y706drivers/char/console.celse if (y > 0) {
y707drivers/char/console.cy--;
y951drivers/char/console.csprintf(buf, "\033[%ld;%ldR", y + (decom ? top+1 : 1), x+1);
y1044drivers/char/console.cp[1] = y;
y1165drivers/char/console.cscrdown(currcons,y,bottom);
y1184drivers/char/console.cscrup(currcons,y,bottom);
y1231drivers/char/console.csaved_y    = y;
y1579drivers/char/console.cgotoxy(currcons,par[0],y);
y1583drivers/char/console.cgotoxy(currcons,x,y-par[0]);
y1587drivers/char/console.cgotoxy(currcons,x,y+par[0]);
y1591drivers/char/console.cgotoxy(currcons,x+par[0],y);
y1595drivers/char/console.cgotoxy(currcons,x-par[0],y);
y1599drivers/char/console.cgotoxy(currcons,0,y+par[0]);
y1603drivers/char/console.cgotoxy(currcons,0,y-par[0]);
y1992drivers/char/console.cpos = origin + y*video_size_row + (x<<1);
y2036drivers/char/console.cpos = origin + y*video_size_row + (x<<1);
y80drivers/char/tty_ioctl.c#define NOSET_MASK(x,y,z) (x = ((x) & ~(z)) | ((y) & (z)))
y116drivers/char/tty_ioctl.c#define SET_LOW_BITS(x,y)  ((x) = (0xffff0000 & (x)) | (y))
y305drivers/scsi/aha274x.c#  define debug_rate(x,y)
y294drivers/scsi/eata_dma.cuint i, x, y;
y318drivers/scsi/eata_dma.cfor (y = hd->last_ccb + 1, x = 0; x < sh->can_queue; x++, y++) { 
y319drivers/scsi/eata_dma.cif (y >= sh->can_queue)
y320drivers/scsi/eata_dma.cy = 0;
y321drivers/scsi/eata_dma.cif (hd->ccb[y].status == FREE)
y325drivers/scsi/eata_dma.chd->last_ccb = y;
y329drivers/scsi/eata_dma.cDBG(DBG_QUEUE, printk("can_queue %d, x %d, y %d\n",sh->can_queue,x,y));
y338drivers/scsi/eata_dma.ccp = &hd->ccb[y];
y345drivers/scsi/eata_dma.ccmd->pid, cmd->target, cmd->lun, y));
y402drivers/scsi/eata_dma.ccmd->host_scribble = (char *)&hd->ccb[y];  
y413drivers/scsi/eata_dma.c(long)sh->base, cmd->pid, cmd->target, cmd->lun, y, sh->irq));
y70drivers/scsi/eata_dma.h#define DBG(x, y)  if ((x)) {y;} 
y72drivers/scsi/eata_dma.h#define DBG(x, y)
y28fs/select.c#define ROUND_UP(x,y) (((x)+(y)-1)/(y))
y123include/asm-alpha/unistd.h#define execve(x,y,z)  ({ printk("[%d]execve(%s,%p,%p)\n",current->pid, x, y, z); -1; })
y124include/asm-alpha/unistd.h#define waitpid(x,y,z)  sys_waitpid(x,y,z)
y45include/asm-i386/bugs.hstatic double y = 3145727.0;
y91include/asm-i386/bugs.h: "m" (*&x), "m" (*&y));
y399include/linux/sbpcd.h#define OUT(x,y)  outb(y,x)
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))
y238net/inet/tcp.c#define reset_msl_timer(x,y,z)  reset_timer(x,y,z)