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;
y131arch/i386/boot/compressed/misc.cint x,y;
y135arch/i386/boot/compressed/misc.cy = SCREEN_INFO.orig_y;
y140arch/i386/boot/compressed/misc.cif ( ++y >= lines ) {
y142arch/i386/boot/compressed/misc.cy--;
y145arch/i386/boot/compressed/misc.cvidmem [ ( x + cols * y ) * 2 ] = c; 
y148arch/i386/boot/compressed/misc.cif ( ++y >= lines ) {
y150arch/i386/boot/compressed/misc.cy--;
y157arch/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) = *(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);
y223arch/sparc/kernel/probe.cunsigned int x,y;
y234arch/sparc/kernel/probe.cfor(x=0,y=vac_linesize; ((1<<x)<y); x++);
y1998drivers/block/floppy.c#define FM_MODE(x,y) ((y) & ~(((x)->rate & 0x80 ) >>1))
y465drivers/char/console.cgotoxy(currcons, x, y);
y536drivers/char/console.cy = 0;
y539drivers/char/console.cy = max_y - 1;
y541drivers/char/console.cy = new_y;
y542drivers/char/console.cpos = origin + y*video_size_row + (x<<1);
y760drivers/char/console.cif (y+1 == bottom)
y762drivers/char/console.celse if (y < video_num_lines-1) {
y763drivers/char/console.cy++;
y774drivers/char/console.cif (y == top)
y776drivers/char/console.celse if (y > 0) {
y777drivers/char/console.cy--;
y1021drivers/char/console.csprintf(buf, "\033[%ld;%ldR", y + (decom ? top+1 : 1), x+1);
y1114drivers/char/console.cp[1] = y;
y1235drivers/char/console.cscrdown(currcons,y,bottom);
y1254drivers/char/console.cscrup(currcons,y,bottom);
y1301drivers/char/console.csaved_y    = y;
y1702drivers/char/console.cgotoxy(currcons,par[0],y);
y1706drivers/char/console.cgotoxy(currcons,x,y-par[0]);
y1710drivers/char/console.cgotoxy(currcons,x,y+par[0]);
y1714drivers/char/console.cgotoxy(currcons,x+par[0],y);
y1718drivers/char/console.cgotoxy(currcons,x-par[0],y);
y1722drivers/char/console.cgotoxy(currcons,0,y+par[0]);
y1726drivers/char/console.cgotoxy(currcons,0,y-par[0]);
y2186drivers/char/console.cpos = origin + y*video_size_row + (x<<1);
y2230drivers/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)))
y339drivers/scsi/eata_dma.cunsigned int i, x, y;
y355drivers/scsi/eata_dma.cfor (y = hd->last_ccb + 1, x = 0; x < sh->can_queue; x++, y++) { 
y356drivers/scsi/eata_dma.cif (y >= sh->can_queue)
y357drivers/scsi/eata_dma.cy = 0;
y358drivers/scsi/eata_dma.cif (hd->ccb[y].status == FREE)
y362drivers/scsi/eata_dma.chd->last_ccb = y;
y366drivers/scsi/eata_dma.csh->can_queue, x, y));
y372drivers/scsi/eata_dma.ccp = &hd->ccb[y];
y379drivers/scsi/eata_dma.ccmd->pid, cmd->target, cmd->lun, y));
y481drivers/scsi/eata_dma.ccmd->host_scribble = (char *)&hd->ccb[y];  
y494drivers/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);
y276drivers/scsi/eata_pio.cuint x, y;
y295drivers/scsi/eata_pio.cy = x = 0;
y297drivers/scsi/eata_pio.cif (hd->ccb[y].status!=FREE) { 
y299drivers/scsi/eata_pio.cDBG(DBG_QUEUE, printk("can_queue %d, x %d, y %d\n",sh->can_queue,x,y));
y308drivers/scsi/eata_pio.ccp = &hd->ccb[y];
y316drivers/scsi/eata_pio.ccmd->pid, cmd->target, cmd->lun, y));
y356drivers/scsi/eata_pio.ccmd->host_scribble = (char *)&hd->ccb[y];   
y389drivers/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)
y151drivers/scsi/scsi_proc.cuint x, y;
y159drivers/scsi/scsi_proc.cx = y = 0;
y173drivers/scsi/scsi_proc.cscsi_hba_dir[x].namelen = sprintf(names[y],"%d",hpnt->host_no);
y174drivers/scsi/scsi_proc.cscsi_hba_dir[x].name = names[y];
y175drivers/scsi/scsi_proc.cy++;
y350drivers/scsi/scsi_proc.cint x, y = *size;
y352drivers/scsi/scsi_proc.cy = sprintf(buffer + len, 
y357drivers/scsi/scsi_proc.cy += sprintf(buffer + len + y, "%c", scd->vendor[x]);
y359drivers/scsi/scsi_proc.cy += sprintf(buffer + len + y," ");
y361drivers/scsi/scsi_proc.cy += sprintf(buffer + len + y, " Model: ");
y364drivers/scsi/scsi_proc.cy +=  sprintf(buffer + len + y, "%c", scd->model[x]);
y366drivers/scsi/scsi_proc.cy += sprintf(buffer + len + y, " ");
y368drivers/scsi/scsi_proc.cy += sprintf(buffer + len + y, " Rev: ");
y371drivers/scsi/scsi_proc.cy += sprintf(buffer + len + y, "%c", scd->rev[x]);
y373drivers/scsi/scsi_proc.cy += sprintf(buffer + len + y, " ");
y375drivers/scsi/scsi_proc.cy += sprintf(buffer + len + y, "\n");
y377drivers/scsi/scsi_proc.cy += sprintf(buffer + len + y, "  Type:   %s ",
y380drivers/scsi/scsi_proc.cy += sprintf(buffer + len + y, "               ANSI"
y383drivers/scsi/scsi_proc.cy += sprintf(buffer + len + y, " CCS\n");
y385drivers/scsi/scsi_proc.cy += sprintf(buffer + len + y, "\n");
y387drivers/scsi/scsi_proc.c*size = y; 
y815fs/binfmt_elf.c#define roundup(x, y)  ((((x)+((y)-1))/(y))*(y))
y28fs/select.c#define ROUND_UP(x,y) (((x)+(y)-1)/(y))
y22include/asm-alpha/segment.hstatic inline void __put_user(unsigned long x, void * y, int size)
y26include/asm-alpha/segment.h*(char *) y = x;
y29include/asm-alpha/segment.h*(short *) y = x;
y32include/asm-alpha/segment.h*(int *) y = x;
y35include/asm-alpha/segment.h*(long *) y = x;
y43include/asm-alpha/segment.hstatic inline unsigned long __get_user(const void * y, int size)
y47include/asm-alpha/segment.hreturn *(unsigned char *) y;
y49include/asm-alpha/segment.hreturn *(unsigned short *) y;
y51include/asm-alpha/segment.hreturn *(unsigned int *) y;
y53include/asm-alpha/segment.hreturn *(unsigned long *) y;
y344include/asm-alpha/termios.h#define SET_LOW_BITS(x,y)  ((x) = (0xffff0000 & (x)) | (y))
y45include/asm-i386/bugs.hstatic double y = 3145727.0;
y91include/asm-i386/bugs.h: "m" (*&x), "m" (*&y));
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)));
y274include/asm-i386/termios.h#define SET_LOW_BITS(x,y)  ((x) = (0xffff0000 & (x)) | (y))
y16include/asm-sparc/ptrace.hunsigned long y;
y401include/linux/sbpcd.h#define OUT(x,y)  outb(y,x)
y92include/linux/sjcd.hunsigned char x, y, z;
y99include/linux/soundcard.h#define  _IO(x,y)  ((int)(IOC_VOID|(x<<8)|y))
y100include/linux/soundcard.h#define  _IOR(x,y,t)  ((int)(IOC_OUT|((sizeof(t)&IOCPARM_MASK)<<16)|(x<<8)|y))
y101include/linux/soundcard.h#define  _IOW(x,y,t)  ((int)(IOC_IN|((sizeof(t)&IOCPARM_MASK)<<16)|(x<<8)|y))
y103include/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),
y21net/core/iovec.cextern inline int min(int x, int y)
y23net/core/iovec.creturn x>y?y:x;
y254net/ipv4/tcp.c#define reset_msl_timer(x,y,z)  reset_timer(x,y,z)