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++);
y2045drivers/block/floppy.c#define FM_MODE(x,y) ((y) & ~(((x)->rate & 0x80 ) >>1))
y76drivers/block/triton.c#define CONFIG_BLK_DEV_TRITON y
y468drivers/char/console.cgotoxy(currcons, x, y);
y539drivers/char/console.cy = 0;
y542drivers/char/console.cy = max_y - 1;
y544drivers/char/console.cy = new_y;
y545drivers/char/console.cpos = origin + y*video_size_row + (x<<1);
y763drivers/char/console.cif (y+1 == bottom)
y765drivers/char/console.celse if (y < video_num_lines-1) {
y766drivers/char/console.cy++;
y777drivers/char/console.cif (y == top)
y779drivers/char/console.celse if (y > 0) {
y780drivers/char/console.cy--;
y1024drivers/char/console.csprintf(buf, "\033[%ld;%ldR", y + (decom ? top+1 : 1), x+1);
y1125drivers/char/console.cp[1] = y;
y1246drivers/char/console.cscrdown(currcons,y,bottom);
y1265drivers/char/console.cscrup(currcons,y,bottom);
y1312drivers/char/console.csaved_y    = y;
y1714drivers/char/console.cgotoxy(currcons,par[0],y);
y1718drivers/char/console.cgotoxy(currcons,x,y-par[0]);
y1722drivers/char/console.cgotoxy(currcons,x,y+par[0]);
y1726drivers/char/console.cgotoxy(currcons,x+par[0],y);
y1730drivers/char/console.cgotoxy(currcons,x-par[0],y);
y1734drivers/char/console.cgotoxy(currcons,0,y+par[0]);
y1738drivers/char/console.cgotoxy(currcons,0,y-par[0]);
y2199drivers/char/console.cpos = origin + y*video_size_row + (x<<1);
y2243drivers/char/console.cpos = origin + y*video_size_row + (x<<1);
y431drivers/char/random.c#define F1(x, y, z) (z ^ (x & (y ^ z)))
y432drivers/char/random.c#define F2(x, y, z) F1(z, x, y)
y433drivers/char/random.c#define F3(x, y, z) (x ^ y ^ z)
y434drivers/char/random.c#define F4(x, y, z) (y ^ (x | ~z))
y437drivers/char/random.c#define MD5STEP(f, w, x, y, z, data, s) \
y438drivers/char/random.c( w += f(x, y, z) + data,  w = w<<s | w>>(32-s),  w += x )
y80drivers/char/tty_ioctl.c#define NOSET_MASK(x,y,z) (x = ((x) & ~(z)) | ((y) & (z)))
y345drivers/scsi/eata_dma.cunsigned int i, x, y;
y361drivers/scsi/eata_dma.cfor (y = hd->last_ccb + 1, x = 0; x < sh->can_queue; x++, y++) { 
y362drivers/scsi/eata_dma.cif (y >= sh->can_queue)
y363drivers/scsi/eata_dma.cy = 0;
y364drivers/scsi/eata_dma.cif (hd->ccb[y].status == FREE)
y368drivers/scsi/eata_dma.chd->last_ccb = y;
y375drivers/scsi/eata_dma.cqueue_counter, int_counter, sh->can_queue, x, y);
y394drivers/scsi/eata_dma.ccp = &hd->ccb[y];
y401drivers/scsi/eata_dma.ccmd->pid, cmd->target, cmd->lun, y));
y504drivers/scsi/eata_dma.ccmd->host_scribble = (char *)&hd->ccb[y];  
y517drivers/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);
y282drivers/scsi/eata_pio.cuint x, y;
y301drivers/scsi/eata_pio.cy = x = 0;
y303drivers/scsi/eata_pio.cif (hd->ccb[y].status!=FREE) { 
y305drivers/scsi/eata_pio.cDBG(DBG_QUEUE, printk("can_queue %d, x %d, y %d\n",sh->can_queue,x,y));
y314drivers/scsi/eata_pio.ccp = &hd->ccb[y];
y322drivers/scsi/eata_pio.ccmd->pid, cmd->target, cmd->lun, y));
y362drivers/scsi/eata_pio.ccmd->host_scribble = (char *)&hd->ccb[y];   
y396drivers/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)
y265drivers/scsi/scsi_proc.cint x, y = *size;
y267drivers/scsi/scsi_proc.cy = sprintf(buffer + len, 
y272drivers/scsi/scsi_proc.cy += sprintf(buffer + len + y, "%c", scd->vendor[x]);
y274drivers/scsi/scsi_proc.cy += sprintf(buffer + len + y," ");
y276drivers/scsi/scsi_proc.cy += sprintf(buffer + len + y, " Model: ");
y279drivers/scsi/scsi_proc.cy +=  sprintf(buffer + len + y, "%c", scd->model[x]);
y281drivers/scsi/scsi_proc.cy += sprintf(buffer + len + y, " ");
y283drivers/scsi/scsi_proc.cy += sprintf(buffer + len + y, " Rev: ");
y286drivers/scsi/scsi_proc.cy += sprintf(buffer + len + y, "%c", scd->rev[x]);
y288drivers/scsi/scsi_proc.cy += sprintf(buffer + len + y, " ");
y290drivers/scsi/scsi_proc.cy += sprintf(buffer + len + y, "\n");
y292drivers/scsi/scsi_proc.cy += sprintf(buffer + len + y, "  Type:   %s ",
y295drivers/scsi/scsi_proc.cy += sprintf(buffer + len + y, "               ANSI"
y298drivers/scsi/scsi_proc.cy += sprintf(buffer + len + y, " CCS\n");
y300drivers/scsi/scsi_proc.cy += sprintf(buffer + len + y, "\n");
y302drivers/scsi/scsi_proc.c*size = y; 
y869fs/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));
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)));
y274include/asm-i386/termios.h#define SET_LOW_BITS(x,y)  ((x) = (0xffff0000 & (x)) | (y))
y16include/asm-sparc/ptrace.hunsigned long y;
y406include/linux/sbpcd.h#define OUT(x,y)  outb(y,x)
y130include/linux/sjcd.hunsigned char x, y, z;
y102include/linux/soundcard.h#define  _IO(x,y)  ((int)(IOC_VOID|(x<<8)|y))
y103include/linux/soundcard.h#define  _IOR(x,y,t)  ((int)(IOC_OUT|((sizeof(t)&IOCPARM_MASK)<<16)|(x<<8)|y))
y104include/linux/soundcard.h#define  _IOW(x,y,t)  ((int)(IOC_IN|((sizeof(t)&IOCPARM_MASK)<<16)|(x<<8)|y))
y106include/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),
y24net/core/iovec.cextern inline int min(int x, int y)
y26net/core/iovec.creturn x>y?y:x;
y441net/ipv4/tcp.c#define reset_msl_timer(x,y,z)  reset_timer(x,y,z)
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); }