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);
y1966drivers/block/floppy.c#define FM_MODE(x,y) ((y) & ~(((x)->rate & 0x80) >>1))
y434drivers/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);
y683drivers/char/console.cif (y+1 == bottom)
y685drivers/char/console.celse if (y < video_num_lines-1) {
y686drivers/char/console.cy++;
y697drivers/char/console.cif (y == top)
y699drivers/char/console.celse if (y > 0) {
y700drivers/char/console.cy--;
y944drivers/char/console.csprintf(buf, "\033[%ld;%ldR", y + (decom ? top+1 : 1), x+1);
y1045drivers/char/console.cp[1] = y;
y1189drivers/char/console.cscrdown(currcons,y,bottom);
y1208drivers/char/console.cscrup(currcons,y,bottom);
y1255drivers/char/console.csaved_y    = y;
y1661drivers/char/console.cgotoxy(currcons,par[0],y);
y1665drivers/char/console.cgotoxy(currcons,x,y-par[0]);
y1669drivers/char/console.cgotoxy(currcons,x,y+par[0]);
y1673drivers/char/console.cgotoxy(currcons,x+par[0],y);
y1677drivers/char/console.cgotoxy(currcons,x-par[0],y);
y1681drivers/char/console.cgotoxy(currcons,0,y+par[0]);
y1685drivers/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);
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)
y72drivers/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); }
y73drivers/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); }
y75drivers/scsi/NCR5380.c#define LIST(x,y)
y76drivers/scsi/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; 
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; \
y431include/linux/sbpcd.h#define OUT(x,y)  outb(y,x)
y130include/linux/sjcd.hunsigned char x, y, z;
y81include/linux/soundcard.h#define  _IO(x,y)  ((int)(IOC_VOID|(x<<8)|y))
y82include/linux/soundcard.h#define  _IOR(x,y,t)  ((int)(IOC_OUT|((sizeof(t)&IOCPARM_MASK)<<16)|(x<<8)|y))
y83include/linux/soundcard.h#define  _IOW(x,y,t)  ((int)(IOC_IN|((sizeof(t)&IOCPARM_MASK)<<16)|(x<<8)|y))
y85include/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),
y156include/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, okval);
y105scripts/lxdialog/checklist.cprint_button (dialog, " Help ", y, x + 14, cancelval);
y119scripts/lxdialog/checklist.cint i, x, y, cur_x, cur_y, box_x, box_y;
y144scripts/lxdialog/checklist.cy = (LINES - height) / 2;
y146scripts/lxdialog/checklist.cdraw_shadow (stdscr, y, x, height, width);
y148scripts/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, okval);
y36scripts/lxdialog/inputbox.cprint_button (dialog, " Help ", y, x + 14, cancelval);
y48scripts/lxdialog/inputbox.cint i, x, y, box_y, box_x, box_width;
y55scripts/lxdialog/inputbox.cy = (LINES - height) / 2;
y58scripts/lxdialog/inputbox.cdraw_shadow (stdscr, y, x, height, width);
y60scripts/lxdialog/inputbox.cdialog = newwin (height, width, y, x);
y83scripts/lxdialog/inputbox.cgetyx (dialog, y, x);
y84scripts/lxdialog/inputbox.cbox_y = y + 2;
y86scripts/lxdialog/inputbox.cdraw_box (dialog, y + 1, box_x - 1, 3, box_width + 2,
y54scripts/lxdialog/menubox.cint y, int x, int height)
y56scripts/lxdialog/menubox.cwmove(win, y, x);
y71scripts/lxdialog/menubox.cy = y + height + 1;
y72scripts/lxdialog/menubox.cwmove(win, y, x);
y96scripts/lxdialog/menubox.cint y = height - 2;
y98scripts/lxdialog/menubox.cprint_button (win, "Select", y, x, okval);
y99scripts/lxdialog/menubox.cprint_button (win, " Exit ", y, x + 12, exitval);
y100scripts/lxdialog/menubox.cprint_button (win, " Help ", y, x + 24, cancelval);
y114scripts/lxdialog/menubox.cint i, j, x, y, cur_x, cur_y, box_x, box_y;
y122scripts/lxdialog/menubox.cy = (LINES - height) / 2;
y124scripts/lxdialog/menubox.cdraw_shadow (stdscr, y, x, height, width);
y126scripts/lxdialog/menubox.cdialog = newwin (height, width, y, x);
y154scripts/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 - strlen (tempstr)) / 2);
y220scripts/lxdialog/util.ccur_y = y;
y241scripts/lxdialog/util.cprint_button (WINDOW * win, const char *label, int y, int x, int selected)
y245scripts/lxdialog/util.cwmove (win, y, x);
y262scripts/lxdialog/util.cwmove (win, y, x + temp + 1);
y269scripts/lxdialog/util.cdraw_box (WINDOW * win, int y, int x, int height, int width,
y276scripts/lxdialog/util.cwmove (win, y + i, x);
y304scripts/lxdialog/util.cdraw_shadow (WINDOW * win, int y, int x, int height, int width)
y310scripts/lxdialog/util.cwmove (win, y + height, x + 2);
y313scripts/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, okval);
y34scripts/lxdialog/yesno.cprint_button (dialog, "  No  ", y, x + 13, cancelval);
y45scripts/lxdialog/yesno.cint i, x, y, key = 0, button = 0;
y50scripts/lxdialog/yesno.cy = (LINES - height) / 2;
y52scripts/lxdialog/yesno.cdraw_shadow (stdscr, y, x, height, width);
y54scripts/lxdialog/yesno.cdialog = newwin (height, width, y, x);