taglinefilesource code
y133drivers/FPU-emu/fpu_emu.h#define reg_move(x, y) { \
y134drivers/FPU-emu/fpu_emu.h*(short *)&((y)->sign) = *(short *)&((x)->sign); \
y135drivers/FPU-emu/fpu_emu.h*(long *)&((y)->exp) = *(long *)&((x)->exp); \
y136drivers/FPU-emu/fpu_emu.h*(long long *)&((y)->sigl) = *(long long *)&((x)->sigl); }
y166drivers/FPU-emu/fpu_emu.hasmlinkage unsigned long div_small(unsigned long long *x, unsigned long y);
y46drivers/FPU-emu/fpu_system.h#define FPU_verify_area(x,y,z)  if ( verify_area(x,y,z) ) \
y21drivers/FPU-emu/fpu_trig.cstatic void rem_kernel(unsigned long long st0, unsigned long long *y,
y739drivers/FPU-emu/fpu_trig.cstatic void rem_kernel(unsigned long long st0, unsigned long long *y,
y756drivers/FPU-emu/fpu_trig.c*y = x;
y322drivers/char/console.cy = 0;
y325drivers/char/console.cy = max_y - 1;
y327drivers/char/console.cy = new_y;
y328drivers/char/console.cpos = origin + y*video_size_row + (x<<1);
y497drivers/char/console.cif (y+1<bottom) {
y498drivers/char/console.cy++;
y508drivers/char/console.cif (y>top) {
y509drivers/char/console.cy--;
y730drivers/char/console.crespond_num(y + (decom ? top+1 : 1), currcons, tty);
y856drivers/char/console.cscrdown(currcons,y,bottom);
y875drivers/char/console.cscrup(currcons,y,bottom);
y922drivers/char/console.csaved_y    = y;
y1172drivers/char/console.cgotoxy(currcons,par[0],y);
y1176drivers/char/console.cgotoxy(currcons,x,y-par[0]);
y1180drivers/char/console.cgotoxy(currcons,x,y+par[0]);
y1184drivers/char/console.cgotoxy(currcons,x+par[0],y);
y1188drivers/char/console.cgotoxy(currcons,x-par[0],y);
y1192drivers/char/console.cgotoxy(currcons,0,y+par[0]);
y1196drivers/char/console.cgotoxy(currcons,0,y-par[0]);
y1505drivers/char/console.cpos = origin + y*video_size_row + (x<<1);
y1545drivers/char/console.cpos = origin + y*video_size_row + (x<<1);
y146drivers/char/tty_ioctl.c#define NOSET_MASK(x,y,z) (x = ((x) & ~(z)) | ((y) & (z)))
y268drivers/char/tty_ioctl.c#define SET_LOW_BITS(x,y)  ((x) = (0xffff0000 & (x)) | (y))
y13drivers/sound/dma.h#define deb_outb(x,y) {printk("out %02x, %02x\n", x, y);outb(x,y);}
y21fs/select.c#define ROUND_UP(x,y) (((x)+(y)-1)/(y))
y412include/linux/sbpcd.h#define OUT(x,y) outb(y,x)
y77include/linux/soundcard.h#define  _IO(x,y)  ((int)(IOC_VOID|(x<<8)|y))
y78include/linux/soundcard.h#define  _IOR(x,y,t)  ((int)(IOC_OUT|((sizeof(t)&IOCPARM_MASK)<<16)|(x<<8)|y))
y79include/linux/soundcard.h#define  _IOW(x,y,t)  ((int)(IOC_IN|((sizeof(t)&IOCPARM_MASK)<<16)|(x<<8)|y))
y81include/linux/soundcard.h#define  _IOWR(x,y,t)  ((int)(IOC_INOUT|((sizeof(t)&IOCPARM_MASK)<<16)|(x<<8)|y))
y130zBoot/inflate.cint y;                        /* number of dummy codes added */
y169zBoot/inflate.cfor (y = 1 << j; j < i; j++, y <<= 1)
y170zBoot/inflate.cif ((y -= c[j]) < 0)
y172zBoot/inflate.cif ((y -= c[i]) < 0)
y174zBoot/inflate.cc[i] += y;
y310zBoot/inflate.creturn y != 0 && g != 1;
y115zBoot/misc.cint x,y;
y119zBoot/misc.cy = SCREEN_INFO.orig_y;
y124zBoot/misc.cif ( ++y >= lines ) {
y126zBoot/misc.cy--;
y129zBoot/misc.cvidmem [ ( x + cols * y ) * 2 ] = c; 
y132zBoot/misc.cif ( ++y >= lines ) {
y134zBoot/misc.cy--;
y141zBoot/misc.cSCREEN_INFO.orig_y = y;