taglinefilesource code
y109drivers/FPU-emu/fpu_emu.h#define reg_move(x, y) { \
y110drivers/FPU-emu/fpu_emu.h*(short *)&((y)->sign) = *(short *)&((x)->sign); \
y111drivers/FPU-emu/fpu_emu.h*(long *)&((y)->exp) = *(long *)&((x)->exp); \
y112drivers/FPU-emu/fpu_emu.h*(long long *)&((y)->sigl) = *(long long *)&((x)->sigl); }
y142drivers/FPU-emu/fpu_emu.hasmlinkage unsigned long div_small(unsigned long long *x, unsigned long y);
y21drivers/FPU-emu/fpu_trig.cstatic void rem_kernel(unsigned long long st0, unsigned long long *y,
y715drivers/FPU-emu/fpu_trig.cstatic void rem_kernel(unsigned long long st0, unsigned long long *y,
y732drivers/FPU-emu/fpu_trig.c*y = x;
y296drivers/char/console.cy = 0;
y299drivers/char/console.cy = max_y - 1;
y301drivers/char/console.cy = new_y;
y302drivers/char/console.cpos = origin + y*video_size_row + (x<<1);
y465drivers/char/console.cif (y+1<bottom) {
y466drivers/char/console.cy++;
y476drivers/char/console.cif (y>top) {
y477drivers/char/console.cy--;
y699drivers/char/console.crespond_num(y + (decom ? top+1 : 1), currcons, tty);
y825drivers/char/console.cscrdown(currcons,y,bottom);
y844drivers/char/console.cscrup(currcons,y,bottom);
y891drivers/char/console.csaved_y    = y;
y1144drivers/char/console.cgotoxy(currcons,par[0],y);
y1148drivers/char/console.cgotoxy(currcons,x,y-par[0]);
y1152drivers/char/console.cgotoxy(currcons,x,y+par[0]);
y1156drivers/char/console.cgotoxy(currcons,x+par[0],y);
y1160drivers/char/console.cgotoxy(currcons,x-par[0],y);
y1164drivers/char/console.cgotoxy(currcons,0,y+par[0]);
y1168drivers/char/console.cgotoxy(currcons,0,y-par[0]);
y1471drivers/char/console.cpos = origin + y*video_size_row + (x<<1);
y1511drivers/char/console.cpos = origin + y*video_size_row + (x<<1);
y142drivers/char/tty_ioctl.c#define NOSET_MASK(x,y,z) (x = ((x) & ~(z)) | ((y) & (z)))
y271drivers/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))
y55include/linux/math_emu.h#define math_abort(x,y) \
y56include/linux/math_emu.h(((volatile void (*)(struct info *,unsigned int)) __math_abort)((x),(y)))
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;