taglinefilesource code
y135drivers/FPU-emu/fpu_emu.h#define reg_move(x, y) { \
y136drivers/FPU-emu/fpu_emu.h*(short *)&((y)->sign) = *(short *)&((x)->sign); \
y137drivers/FPU-emu/fpu_emu.h*(long *)&((y)->exp) = *(long *)&((x)->exp); \
y138drivers/FPU-emu/fpu_emu.h*(long long *)&((y)->sigl) = *(long long *)&((x)->sigl); }
y161drivers/FPU-emu/fpu_emu.hasmlinkage unsigned long div_small(unsigned long long *x, unsigned long y);
y84drivers/FPU-emu/fpu_proto.hextern void poly_l2(FPU_REG const *arg, FPU_REG const *y, FPU_REG *result);
y85drivers/FPU-emu/fpu_proto.hextern int poly_l2p1(FPU_REG const *arg, FPU_REG const *y, FPU_REG *result);
y65drivers/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;
y29drivers/FPU-emu/poly_l2.cvoid  poly_l2(FPU_REG const *arg, FPU_REG const *y, FPU_REG *result)
y89drivers/FPU-emu/poly_l2.cyaccum.lsw = 0; XSIG_LL(yaccum) = significand(y);
y96drivers/FPU-emu/poly_l2.creg_move(&CONST_Z, y);
y100drivers/FPU-emu/poly_l2.cresult->exp = expon_expon + y->exp + 1;
y103drivers/FPU-emu/poly_l2.cresult->sign = sign ^ y->sign;
y114drivers/FPU-emu/poly_l2.cint  poly_l2p1(FPU_REG const *arg, FPU_REG const *y, FPU_REG *result)
y128drivers/FPU-emu/poly_l2.cXSIG_LL(yaccum) = significand(y);
y133drivers/FPU-emu/poly_l2.cresult->exp = exponent + y->exp + 1;
y136drivers/FPU-emu/poly_l2.cresult->sign = sign ^ y->sign;
y143drivers/FPU-emu/poly_l2.creg_move(y, result);
y1695drivers/block/floppy.c#define FM_MODE(x,y) ((y) & ~(((x)->rate & 0x80 ) >>1))
y429drivers/char/console.cgotoxy(currcons, x, y);
y567drivers/char/console.cy = 0;
y570drivers/char/console.cy = max_y - 1;
y572drivers/char/console.cy = new_y;
y573drivers/char/console.cpos = origin + y*video_size_row + (x<<1);
y747drivers/char/console.cif (y+1 == bottom)
y749drivers/char/console.celse if (y < video_num_lines-1) {
y750drivers/char/console.cy++;
y761drivers/char/console.cif (y == top)
y763drivers/char/console.celse if (y > 0) {
y764drivers/char/console.cy--;
y1017drivers/char/console.csprintf(buf, "\033[%ld;%ldR", y + (decom ? top+1 : 1), x+1);
y1162drivers/char/console.cscrdown(currcons,y,bottom);
y1181drivers/char/console.cscrup(currcons,y,bottom);
y1228drivers/char/console.csaved_y    = y;
y1573drivers/char/console.cgotoxy(currcons,par[0],y);
y1577drivers/char/console.cgotoxy(currcons,x,y-par[0]);
y1581drivers/char/console.cgotoxy(currcons,x,y+par[0]);
y1585drivers/char/console.cgotoxy(currcons,x+par[0],y);
y1589drivers/char/console.cgotoxy(currcons,x-par[0],y);
y1593drivers/char/console.cgotoxy(currcons,0,y+par[0]);
y1597drivers/char/console.cgotoxy(currcons,0,y-par[0]);
y1986drivers/char/console.cpos = origin + y*video_size_row + (x<<1);
y2029drivers/char/console.cpos = origin + y*video_size_row + (x<<1);
y80drivers/char/tty_ioctl.c#define NOSET_MASK(x,y,z) (x = ((x) & ~(z)) | ((y) & (z)))
y116drivers/char/tty_ioctl.c#define SET_LOW_BITS(x,y)  ((x) = (0xffff0000 & (x)) | (y))
y305drivers/scsi/aha274x.c#  define debug_rate(x,y)
y27fs/select.c#define ROUND_UP(x,y) (((x)+(y)-1)/(y))
y432include/linux/sbpcd.h#define OUT(x,y) outb(y,x)
y82include/linux/soundcard.h#define  _IO(x,y)  ((int)(IOC_VOID|(x<<8)|y))
y83include/linux/soundcard.h#define  _IOR(x,y,t)  ((int)(IOC_OUT|((sizeof(t)&IOCPARM_MASK)<<16)|(x<<8)|y))
y84include/linux/soundcard.h#define  _IOW(x,y,t)  ((int)(IOC_IN|((sizeof(t)&IOCPARM_MASK)<<16)|(x<<8)|y))
y86include/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;
y302zBoot/inflate.creturn y != 0 && g != 1;
y130zBoot/misc.cint x,y;
y134zBoot/misc.cy = SCREEN_INFO.orig_y;
y139zBoot/misc.cif ( ++y >= lines ) {
y141zBoot/misc.cy--;
y144zBoot/misc.cvidmem [ ( x + cols * y ) * 2 ] = c; 
y147zBoot/misc.cif ( ++y >= lines ) {
y149zBoot/misc.cy--;
y156zBoot/misc.cSCREEN_INFO.orig_y = y;