taglinefilesource code
y169arch/i386/boot/compressed/misc.cint x,y,pos;
y173arch/i386/boot/compressed/misc.cy = SCREEN_INFO.orig_y;
y178arch/i386/boot/compressed/misc.cif ( ++y >= lines ) {
y180arch/i386/boot/compressed/misc.cy--;
y183arch/i386/boot/compressed/misc.cvidmem [ ( x + cols * y ) * 2 ] = c; 
y186arch/i386/boot/compressed/misc.cif ( ++y >= lines ) {
y188arch/i386/boot/compressed/misc.cy--;
y195arch/i386/boot/compressed/misc.cSCREEN_INFO.orig_y = y;
y197arch/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);
y67arch/sparc/kernel/process.cregs->pc, regs->npc, regs->y);
y1965drivers/block/floppy.c#define FM_MODE(x,y) ((y) & ~(((x)->rate & 0x80) >>1))
y101drivers/block/triton.c#define CONFIG_BLK_DEV_TRITON y
y425drivers/char/console.cgotoxy(currcons, x, y);
y496drivers/char/console.cy = 0;
y499drivers/char/console.cy = max_y - 1;
y501drivers/char/console.cy = new_y;
y502drivers/char/console.cpos = origin + y*video_size_row + (x<<1);
y674drivers/char/console.cif (y+1 == bottom)
y676drivers/char/console.celse if (y < video_num_lines-1) {
y677drivers/char/console.cy++;
y688drivers/char/console.cif (y == top)
y690drivers/char/console.celse if (y > 0) {
y691drivers/char/console.cy--;
y935drivers/char/console.csprintf(buf, "\033[%ld;%ldR", y + (decom ? top+1 : 1), x+1);
y1036drivers/char/console.cp[1] = y;
y1181drivers/char/console.cscrdown(currcons,y,bottom);
y1200drivers/char/console.cscrup(currcons,y,bottom);
y1247drivers/char/console.csaved_y    = y;
y1653drivers/char/console.cgotoxy(currcons,par[0],y);
y1657drivers/char/console.cgotoxy(currcons,x,y-par[0]);
y1661drivers/char/console.cgotoxy(currcons,x,y+par[0]);
y1665drivers/char/console.cgotoxy(currcons,x+par[0],y);
y1669drivers/char/console.cgotoxy(currcons,x-par[0],y);
y1673drivers/char/console.cgotoxy(currcons,0,y+par[0]);
y1677drivers/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 )
y334drivers/char/tga.cpos = origin + y*video_size_row + (x<<1);
y348drivers/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)))
y233drivers/char/vga.cpos = origin + y*video_size_row + (x<<1);
y278drivers/char/vga.cpos = origin + y*video_size_row + (x<<1);
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; 
y862fs/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;
y347include/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)));
y277include/asm-i386/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))
y26include/asm-sparc/kgdb.hunsigned long y;
y17include/asm-sparc/ptrace.hunsigned long y;
y30include/asm-sparc/segment.hstatic inline void __put_user(unsigned long x, void * y, int size)
y34include/asm-sparc/segment.h*(char *) y = x;
y37include/asm-sparc/segment.h*(short *) y = x;
y40include/asm-sparc/segment.h*(int *) y = x;
y48include/asm-sparc/segment.hstatic inline unsigned long __get_user(const void * y, int size)
y52include/asm-sparc/segment.hreturn *(unsigned char *) y;
y54include/asm-sparc/segment.hreturn *(unsigned short *) y;
y56include/asm-sparc/segment.hreturn *(unsigned int *) y;
y359include/asm-sparc/termios.h#define SET_LOW_BITS(x,y)  ((x) = (0xffff0000 & (x)) | (y))
y60include/asm-sparc/winmacro.hwr      %scratch, 0x0, %y;
y86include/asm-sparc/winmacro.hrd      %y, %scratch; \
y426include/linux/sbpcd.h#define OUT(x,y)  outb(y,x)
y130include/linux/sjcd.hunsigned char x, y, z;
y103include/linux/soundcard.h#define  _IO(x,y)  ((int)(IOC_VOID|(x<<8)|y))
y104include/linux/soundcard.h#define  _IOR(x,y,t)  ((int)(IOC_OUT|((sizeof(t)&IOCPARM_MASK)<<16)|(x<<8)|y))
y105include/linux/soundcard.h#define  _IOW(x,y,t)  ((int)(IOC_IN|((sizeof(t)&IOCPARM_MASK)<<16)|(x<<8)|y))
y107include/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),
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;
y443net/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); }