taglinefilesource code
x56arch/alpha/kernel/osf_sys.c#define ROUND_UP(x) (((x)+3) & ~3)
x12arch/alpha/lib/checksum.cstatic inline unsigned short from64to16(unsigned long x)
x15arch/alpha/lib/checksum.cx = (x & 0xffffffff) + (x >> 32);
x17arch/alpha/lib/checksum.cx = (x & 0xffff) + (x >> 16);
x19arch/alpha/lib/checksum.cx = (x & 0xffff) + (x >> 16);
x21arch/alpha/lib/checksum.cx = (x & 0xffff) + (x >> 16);
x22arch/alpha/lib/checksum.creturn x;
x53arch/i386/boot/compressed/misc.c#  define Trace(x) fprintf x
x54arch/i386/boot/compressed/misc.c#  define Tracev(x) {if (verbose) fprintf x ;}
x55arch/i386/boot/compressed/misc.c#  define Tracevv(x) {if (verbose>1) fprintf x ;}
x56arch/i386/boot/compressed/misc.c#  define Tracec(c,x) {if (verbose && (c)) fprintf x ;}
x57arch/i386/boot/compressed/misc.c#  define Tracecv(c,x) {if (verbose>1 && (c)) fprintf x ;}
x60arch/i386/boot/compressed/misc.c#  define Trace(x)
x61arch/i386/boot/compressed/misc.c#  define Tracev(x)
x62arch/i386/boot/compressed/misc.c#  define Tracevv(x)
x63arch/i386/boot/compressed/misc.c#  define Tracec(c,x)
x64arch/i386/boot/compressed/misc.c#  define Tracecv(c,x)
x169arch/i386/boot/compressed/misc.cint x,y,pos;
x172arch/i386/boot/compressed/misc.cx = SCREEN_INFO.orig_x;
x177arch/i386/boot/compressed/misc.cx = 0;
x183arch/i386/boot/compressed/misc.cvidmem [ ( x + cols * y ) * 2 ] = c; 
x184arch/i386/boot/compressed/misc.cif ( ++x >= cols ) {
x185arch/i386/boot/compressed/misc.cx = 0;
x194arch/i386/boot/compressed/misc.cSCREEN_INFO.orig_x = x;
x197arch/i386/boot/compressed/misc.cpos = (x + cols * y) * 2;  /* Update cursor position */
x260arch/i386/boot/compressed/misc.cstatic void error(char *x)
x263arch/i386/boot/compressed/misc.cputs(x);
x24arch/i386/boot/compressed/xtract.c#define STRINGIFY(x) #x
x51arch/i386/boot/tools/build.c#define STRINGIFY(x) #x
x11arch/i386/kernel/hexify.cunsigned char x=c;
x49arch/i386/kernel/signal.c#define COPY(x) regs->x = context.x
x50arch/i386/kernel/signal.c#define COPY_SEG(x) \
x51arch/i386/kernel/signal.cif ((context.x & 0xfffc) && (context.x & 3) != 3) goto badframe; COPY(x);
x52arch/i386/kernel/signal.c#define COPY_SEG_STRICT(x) \
x53arch/i386/kernel/signal.cif (!(context.x & 0xfffc) || (context.x & 3) != 3) goto badframe; COPY(x);
x91arch/i386/kernel/signal.c#define CODE(x) ((unsigned long *) ((x)+__CODE))
x83arch/i386/kernel/smp.c#define SMP_PRINTK(x)  printk x
x85arch/i386/kernel/smp.c#define SMP_PRINTK(x)
x14arch/i386/math-emu/control_w.h#define  _Const_(x)  $##x
x16arch/i386/math-emu/control_w.h#define  _Const_(x)  x
x388arch/i386/math-emu/errors.cFPU_REG const *x;
x393arch/i386/math-emu/errors.cx = a;
x401arch/i386/math-emu/errors.cx = b;
x415arch/i386/math-emu/errors.cx = b;
x422arch/i386/math-emu/errors.cx = &CONST_QNaN;
x428arch/i386/math-emu/errors.cif ( !(x->sigh & 0x80000000) )  /* pseudo-NaN ? */
x429arch/i386/math-emu/errors.cx = &CONST_QNaN;
x430arch/i386/math-emu/errors.creg_move(x, dest);
x437arch/i386/math-emu/errors.cif ( !(x->sigh & 0x80000000) )  /* pseudo-NaN ? */
x438arch/i386/math-emu/errors.cx = &CONST_QNaN;
x439arch/i386/math-emu/errors.creg_move(x, dest);
x14arch/i386/math-emu/exception.h#define  Const_(x)  $##x
x16arch/i386/math-emu/exception.h#define  Const_(x)  x
x45arch/i386/math-emu/exception.h#define  EXCEPTION(x)  { printk("exception in %s at line %d\n", \
x46arch/i386/math-emu/exception.h__FILE__, __LINE__); exception(x); }
x48arch/i386/math-emu/exception.h#define  EXCEPTION(x)  exception(x)
x24arch/i386/math-emu/fpu_asm.h#define SIGN(x)  (x)
x25arch/i386/math-emu/fpu_asm.h#define  TAG(x)  1(x)
x26arch/i386/math-emu/fpu_asm.h#define  EXP(x)  4(x)
x27arch/i386/math-emu/fpu_asm.h#define SIG(x)  SIGL_OFFSET##(x)
x28arch/i386/math-emu/fpu_asm.h#define  SIGL(x)  SIGL_OFFSET##(x)
x29arch/i386/math-emu/fpu_asm.h#define  SIGH(x)  12(x)
x33arch/i386/math-emu/fpu_emu.h#define  Const(x)  $##x
x35arch/i386/math-emu/fpu_emu.h#define  Const(x)  x
x120arch/i386/math-emu/fpu_emu.h#define  st(x)  ( regs[((top+x) &7 )] )
x135arch/i386/math-emu/fpu_emu.h#define reg_move(x, y) { \
x136arch/i386/math-emu/fpu_emu.h*(short *)&((y)->sign) = *(const short *)&((x)->sign); \
x137arch/i386/math-emu/fpu_emu.h*(long *)&((y)->exp) = *(const long *)&((x)->exp); \
x138arch/i386/math-emu/fpu_emu.h*(long long *)&((y)->sigl) = *(const long long *)&((x)->sigl); }
x140arch/i386/math-emu/fpu_emu.h#define significand(x) ( ((unsigned long long *)&((x)->sigl))[0] )
x146arch/i386/math-emu/fpu_emu.hasmlinkage void normalize(FPU_REG *x);
x147arch/i386/math-emu/fpu_emu.hasmlinkage void normalize_nuo(FPU_REG *x);
x159arch/i386/math-emu/fpu_emu.hasmlinkage unsigned  shrx(void *l, unsigned x);
x160arch/i386/math-emu/fpu_emu.hasmlinkage unsigned  shrxs(void *v, unsigned x);
x161arch/i386/math-emu/fpu_emu.hasmlinkage unsigned long div_small(unsigned long long *x, unsigned long y);
x24arch/i386/math-emu/fpu_system.h#define SEG_D_SIZE(x)           ((x).b & (3 << 21))
x25arch/i386/math-emu/fpu_system.h#define SEG_G_BIT(x)            ((x).b & (1 << 23))
x26arch/i386/math-emu/fpu_system.h#define SEG_GRANULARITY(x)      (((x).b & (1 << 23)) ? 4096 : 1)
x27arch/i386/math-emu/fpu_system.h#define SEG_286_MODE(x)         ((x).b & ( 0xff000000 | 0xf0000 | (1 << 23)))
x66arch/i386/math-emu/fpu_system.h#define FPU_verify_area(x,y,z)  if ( verify_area(x,y,z) ) \
x743arch/i386/math-emu/fpu_trig.cunsigned long long x;
x745arch/i386/math-emu/fpu_trig.cx = st0 << n;
x751arch/i386/math-emu/fpu_trig.c:"=m" (x), "=m" (((unsigned *)&x)[1])
x756arch/i386/math-emu/fpu_trig.c*y = x;
x823arch/i386/math-emu/fpu_trig.cunsigned long long x;
x828arch/i386/math-emu/fpu_trig.cx = significand(st1_ptr) - significand(&tmp);
x830arch/i386/math-emu/fpu_trig.cx = (significand(st1_ptr) << 1) - significand(&tmp);
x831arch/i386/math-emu/fpu_trig.cif ( (x < significand(&tmp)) ||
x833arch/i386/math-emu/fpu_trig.c((x == significand(&tmp)) && (q & 1) ) )
x836arch/i386/math-emu/fpu_trig.csignificand(&tmp) = x;
x44arch/i386/math-emu/get_address.c#define REG_(x) (*(long *)(reg_offset[(x)]+(char *) FPU_info))
x56arch/i386/math-emu/get_address.c#define VM86_REG_(x) (*(unsigned short *) \
x57arch/i386/math-emu/get_address.c(reg_offset_vm86[((unsigned)x)]+(char *) FPU_info))
x69arch/i386/math-emu/get_address.c#define PM_REG_(x) (*(unsigned short *) \
x70arch/i386/math-emu/get_address.c(reg_offset_pm[((unsigned)x)]+(char *) FPU_info))
x31arch/i386/math-emu/poly.hasmlinkage void polynomial_Xsig(Xsig *, const unsigned long long *x,
x44arch/i386/math-emu/poly.h#define LL_MSW(x)     (((unsigned long *)&x)[1])
x50arch/i386/math-emu/poly.h#define XSIG_LL(x)         (*(unsigned long long *)&x.midw)
x106arch/i386/math-emu/poly.hextern inline void negate_Xsig(Xsig *x)
x113arch/i386/math-emu/poly.h:"=g" (*x):"g" (x):"si","ax","cx");
x34arch/i386/math-emu/poly_l2.cFPU_REG              x;
x43arch/i386/math-emu/poly_l2.csignificand(&x) = - significand(arg);
x44arch/i386/math-emu/poly_l2.cx.sign = SIGN_NEG;
x45arch/i386/math-emu/poly_l2.cx.tag = TW_Valid;
x46arch/i386/math-emu/poly_l2.cx.exp = EXP_BIAS-1;
x48arch/i386/math-emu/poly_l2.cnormalize(&x);
x53arch/i386/math-emu/poly_l2.cx.sigh = arg->sigh - 0x80000000;
x54arch/i386/math-emu/poly_l2.cx.sigl = arg->sigl;
x55arch/i386/math-emu/poly_l2.cx.sign = SIGN_POS;
x56arch/i386/math-emu/poly_l2.cx.tag = TW_Valid;
x57arch/i386/math-emu/poly_l2.cx.exp = EXP_BIAS;
x58arch/i386/math-emu/poly_l2.cnormalize(&x);
x61arch/i386/math-emu/poly_l2.cif ( x.tag == TW_Zero )
x68arch/i386/math-emu/poly_l2.clog2_kernel(&x, &accumulator, &expon);
x79arch/i386/math-emu/poly_l2.cif ( sign ^ (x.sign == SIGN_NEG) )
x86arch/i386/math-emu/poly_l2.csign = x.sign;
x16arch/i386/math-emu/status_w.h#define  Const__(x)  $##x
x18arch/i386/math-emu/status_w.h#define  Const__(x)  x
x489arch/ppc/kernel/raw_printf.c#define  CATTR(x) (x)    /* store color/attributes un-shifted */
x344arch/sparc/kernel/sys_sunos.c#define ROUND_UP(x) (((x)+sizeof(long)-1) & ~(sizeof(long)-1))
x204drivers/block/floppy.cstatic inline int TYPE(kdev_t x) {
x205drivers/block/floppy.creturn  (MINOR(x)>>2) & 0x1f;
x207drivers/block/floppy.cstatic inline int DRIVE(kdev_t x) {
x208drivers/block/floppy.creturn (MINOR(x)&0x03) | ((MINOR(x)&0x80) >> 5);
x210drivers/block/floppy.c#define ITYPE(x) (((x)>>2) & 0x1f)
x211drivers/block/floppy.c#define TOMINOR(x) ((x & 3) | ((x & 4) << 5))
x212drivers/block/floppy.c#define UNIT(x) ((x) & 0x03)    /* drive on fdc */
x213drivers/block/floppy.c#define FDC(x) (((x) & 0x04) >> 2)  /* fdc of drive */
x220drivers/block/floppy.c#define CLEARF(x) (clear_bit(x##_BIT, &DRS->flags))
x221drivers/block/floppy.c#define SETF(x) (set_bit(x##_BIT, &DRS->flags))
x222drivers/block/floppy.c#define TESTF(x) (test_bit(x##_BIT, &DRS->flags))
x228drivers/block/floppy.c#define UCLEARF(x) (clear_bit(x##_BIT, &UDRS->flags))
x229drivers/block/floppy.c#define USETF(x) (set_bit(x##_BIT, &UDRS->flags))
x230drivers/block/floppy.c#define UTESTF(x) (test_bit(x##_BIT, &UDRS->flags))
x232drivers/block/floppy.c#define DPRINT(x) printk(DEVICE_NAME "%d: " x,current_drive)
x234drivers/block/floppy.c#define DPRINT1(x,x1) printk(DEVICE_NAME "%d: " x,current_drive,(x1))
x236drivers/block/floppy.c#define DPRINT2(x,x1,x2) printk(DEVICE_NAME "%d: " x,current_drive,(x1),(x2))
x238drivers/block/floppy.c#define DPRINT3(x,x1,x2,x3) printk(DEVICE_NAME "%d: " x,current_drive,(x1),(x2),(x3))
x243drivers/block/floppy.c#define CLEARSTRUCT(x) memset((x), 0, sizeof(*(x)))
x290drivers/block/floppy.c#define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0]))
x396drivers/block/floppy.c#define  NUMBER(x)  (sizeof(x) / sizeof(*(x)))
x429drivers/block/floppy.c#define CALL(x) if ((x) == -EINTR) return -EINTR
x430drivers/block/floppy.c#define ECALL(x) if ((ret = (x))) return ret;
x431drivers/block/floppy.c#define _WAIT(x,i) CALL(ret=wait_til_done((x),i))
x432drivers/block/floppy.c#define WAIT(x) _WAIT((x),interruptible)
x433drivers/block/floppy.c#define IWAIT(x) _WAIT((x),1)
x1048drivers/block/floppy.c#define LAST_OUT(x) if (output_byte(x)){ reset_fdc();return;}
x1966drivers/block/floppy.c#define FM_MODE(x,y) ((y) & ~(((x)->rate & 0x80) >>1))
x1967drivers/block/floppy.c#define CT(x) ((x) | 0x40)
x2770drivers/block/floppy.c#define COPYOUT(x) ECALL(fd_copyout((void *)param, &(x), sizeof(x)))
x2771drivers/block/floppy.c#define COPYIN(x) ECALL(fd_copyin((void *)param, &(x), sizeof(x)))
x3169drivers/block/floppy.c#define OUT(c,x) case c: outparam = (const char *) (x); break
x3170drivers/block/floppy.c#define IN(c,x,tag) case c: *(x) = inparam. tag ; return 0
x3416drivers/block/floppy.c#define RETERR(x) do{floppy_release(inode,filp); return -(x);}while(0)
x1528drivers/block/ide-cd.cint bin2bcd (int x)
x1530drivers/block/ide-cd.creturn (x%10) | ((x/10) << 4);
x1535drivers/block/ide-cd.cint bcd2bin (int x)
x1537drivers/block/ide-cd.creturn (x >> 4) * 10 + (x & 0x0f);
x485drivers/block/rd.c#define Trace(x)
x486drivers/block/rd.c#define Tracev(x)
x487drivers/block/rd.c#define Tracevv(x)
x488drivers/block/rd.c#define Tracec(c,x)
x489drivers/block/rd.c#define Tracecv(c,x)
x561drivers/block/rd.cstatic void error(char *x)
x563drivers/block/rd.cprintk(KERN_ERR "%s", x);
x841drivers/cdrom/mcdx.cunsigned char x;
x852drivers/cdrom/mcdx.c(~(x = inb((unsigned int) stuffp->rreg_status)) & MCDX_RBIT_DTEN))) 
x854drivers/cdrom/mcdx.cirq, x, inb((unsigned int) stuffp->rreg_data)));
x857drivers/cdrom/mcdx.cTRACE((IRQ, "irq() irq %d ok, status %02x\n", irq, x));
x79drivers/cdrom/optcd.c#define DEBUG(x) debug x
x94drivers/cdrom/optcd.c#define DEBUG(x)
x837drivers/cdrom/sjcd.csubchnl.cdsc_ind = bcd2bin( q_info.x );
x434drivers/char/console.cgotoxy(currcons, x, y);
x457drivers/char/console.c#define set_kbd(x) set_vc_kbd_mode(kbd_table+currcons,x)
x458drivers/char/console.c#define clr_kbd(x) clr_vc_kbd_mode(kbd_table+currcons,x)
x459drivers/char/console.c#define is_kbd(x) vc_kbd_mode(kbd_table+currcons,x)
x493drivers/char/console.cx = 0;
x496drivers/char/console.cx = video_num_columns - 1;
x498drivers/char/console.cx = new_x;
x511drivers/char/console.cpos = origin + y*video_size_row + (x<<1);
x708drivers/char/console.cpos -= x<<1;
x709drivers/char/console.cneed_wrap = x = 0;
x714drivers/char/console.cif (x) {
x716drivers/char/console.cx--;
x761drivers/char/console.ccount = video_num_columns-x;
x765drivers/char/console.cstart = (unsigned short *) (pos - (x<<1));
x766drivers/char/console.ccount = x+1;
x769drivers/char/console.cstart = (unsigned short *) (pos - (x<<1));
x791drivers/char/console.ccount = (vpar > video_num_columns-x) ? (video_num_columns-x) : vpar;
x944drivers/char/console.csprintf(buf, "\033[%ld;%ldR", y + (decom ? top+1 : 1), x+1);
x1044drivers/char/console.cp[0] = x;
x1174drivers/char/console.cunsigned int i = x;
x1195drivers/char/console.cunsigned int i = x;
x1254drivers/char/console.csaved_x    = x;
x1471drivers/char/console.cif (x == video_num_columns - 1)
x1474drivers/char/console.cx++;
x1493drivers/char/console.cpos -= (x << 1);
x1494drivers/char/console.cwhile (x < video_num_columns - 1) {
x1495drivers/char/console.cx++;
x1496drivers/char/console.cif (tab_stop[x >> 5] & (1 << (x & 31)))
x1499drivers/char/console.cpos += (x << 1);
x1555drivers/char/console.ctab_stop[x >> 5] |= (1 << (x & 31));
x1665drivers/char/console.cgotoxy(currcons,x,y-par[0]);
x1669drivers/char/console.cgotoxy(currcons,x,y+par[0]);
x1673drivers/char/console.cgotoxy(currcons,x+par[0],y);
x1677drivers/char/console.cgotoxy(currcons,x-par[0],y);
x1689drivers/char/console.cgotoxy(currcons,x,par[0]);
x1717drivers/char/console.ctab_stop[x >> 5] &= ~(1 << (x & 31));
x1890drivers/char/console.cif (x == video_num_columns - 1) {
x1894drivers/char/console.cx++;
x267drivers/char/cyclades.c#define small_delay(x) for(j=0;j<x;j++)k++;
x139drivers/char/kbd_kern.h#define U(x) ((x) ^ 0xf000)
x50drivers/char/keyboard.c#define SIZE(x) (sizeof(x)/sizeof((x)[0]))
x464drivers/char/random.c#define F1(x, y, z) (z ^ (x & (y ^ z)))
x465drivers/char/random.c#define F2(x, y, z) F1(z, x, y)
x466drivers/char/random.c#define F3(x, y, z) (x ^ y ^ z)
x467drivers/char/random.c#define F4(x, y, z) (y ^ (x | ~z))
x470drivers/char/random.c#define MD5STEP(f, w, x, y, z, data, s) \
x471drivers/char/random.c( w += f(x, y, z) + data,  w = w<<s | w>>(32-s),  w += x )
x2376drivers/char/scc.c#define CAST(x) (unsigned long)(x)
x334drivers/char/tga.cpos = origin + y*video_size_row + (x<<1);
x348drivers/char/tga.cpos = origin + y*video_size_row + (x<<1);
x31drivers/char/tty_ioctl.c# define  PRINTK(x)  printk (x)
x33drivers/char/tty_ioctl.c# define  PRINTK(x)  /**/
x80drivers/char/tty_ioctl.c#define NOSET_MASK(x,y,z) (x = ((x) & ~(z)) | ((y) & (z)))
x233drivers/char/vga.cpos = origin + y*video_size_row + (x<<1);
x278drivers/char/vga.cpos = origin + y*video_size_row + (x<<1);
x336drivers/net/arcnet.c#define BUGLVL(x) if ((ARCNET_DEBUG_MAX)&arcnet_debug&(x))
x337drivers/net/arcnet.c#define BUGMSG2(x,msg,args...) BUGLVL(x) printk(msg , ## args)
x338drivers/net/arcnet.c#define BUGMSG(x,msg,args...) BUGMSG2(x,"%6s: " msg, dev->name , ## args)
x131drivers/net/bsd_comp.c#define BSD_VERSION(x)  ((x) >> 5)
x132drivers/net/bsd_comp.c#define BSD_NBITS(x)  ((x) & 0x1F)
x86drivers/net/de600.c#define PRINTK(x) if (de600_debug >= 2) printk x
x89drivers/net/de600.c#define PRINTK(x) /**/
x168drivers/net/de620.c#define PRINTK(x) if (de620_debug >= 2) printk x
x171drivers/net/de620.c#define PRINTK(x) /**/
x1502drivers/net/depca.cu_short j, x, chksum;
x1504drivers/net/depca.cx = (((adapter == de100) || (adapter == de101)) ? 1 : 0);
x1510drivers/net/depca.ck += (u_char) (tmp = inb(DEPCA_PROM + x));
x1512drivers/net/depca.ck += (u_short) ((tmp = inb(DEPCA_PROM + x)) << 8);
x1519drivers/net/depca.cchksum = (u_char) inb(DEPCA_PROM + x);
x1520drivers/net/depca.cchksum |= (u_short) (inb(DEPCA_PROM + x) << 8);
x171drivers/net/ibmtr.h#define SET_PAGE(x) (*(unsigned char *) \
x173drivers/net/ibmtr.h= (x>>8)&ti.page_mask)
x175drivers/net/ibmtr.h#define SET_PAGE(x)
x132drivers/net/ni52.c#define DELAY(x) {int i=jiffies; \
x134drivers/net/ni52.cwhile(i+(x)>jiffies); \
x136drivers/net/ni52.c__delay((loops_per_sec>>5)*x); \
x156drivers/net/pi2.cstatic void rts(struct pi_local *lp, int x);
x998drivers/net/pi2.cstatic void rts(struct pi_local *lp, int x)
x1009drivers/net/pi2.cif (x == ON) {    /* Turn Tx ON and Receive OFF */
x127drivers/net/pt.cstatic void pt_rts(struct pt_local *lp, int x);
x638drivers/net/pt.cstatic void pt_rts(struct pt_local *lp, int x)
x644drivers/net/pt.cprintk("PTd pt_rts(): Transmitter status will be %d (%d).\n", x, lp->base & CHANA);
x646drivers/net/pt.cif (x == ON) {
x368drivers/net/sk_g16.c#define PRINTK(x) printk x
x370drivers/net/sk_g16.c#define PRINTK(x) /**/
x374drivers/net/sk_g16.c#define PRINTK2(x) printk x
x376drivers/net/sk_g16.c#define PRINTK2(x) /**/
x91drivers/net/slhc.cstatic unsigned char * put16(unsigned char *cp, unsigned short x);
x184drivers/net/slhc.cput16(unsigned char *cp, unsigned short x)
x186drivers/net/slhc.c*cp++ = x >> 8;
x187drivers/net/slhc.c*cp++ = x;
x222drivers/net/slhc.cregister int x;
x224drivers/net/slhc.cx = *(*cpp)++;
x225drivers/net/slhc.cif(x == 0){
x228drivers/net/slhc.creturn x & 0xff;    /* -1 if PULLCHAR returned error */
x495drivers/net/slhc.clong x;
x513drivers/net/slhc.cx = *cp++;  /* Read conn index */
x514drivers/net/slhc.cif(x < 0 || x > comp->rslot_limit)
x518drivers/net/slhc.ccomp->recv_current = x;
x532drivers/net/slhc.cif((x = pull16(&cp)) == -1) {  /* Read the TCP checksum */
x535drivers/net/slhc.cthp->check = htons(x);
x564drivers/net/slhc.cif((x = decode(&cp)) == -1) {
x567drivers/net/slhc.cthp->urg_ptr = htons(x);
x571drivers/net/slhc.cif((x = decode(&cp)) == -1) {
x574drivers/net/slhc.cthp->window = htons( ntohs(thp->window) + x);
x577drivers/net/slhc.cif((x = decode(&cp)) == -1) {
x580drivers/net/slhc.cthp->ack_seq = htonl( ntohl(thp->ack_seq) + x);
x583drivers/net/slhc.cif((x = decode(&cp)) == -1) {
x586drivers/net/slhc.cthp->seq = htonl( ntohl(thp->seq) + x);
x591drivers/net/slhc.cif((x = decode(&cp)) == -1) {
x594drivers/net/slhc.cip->id = htons (ntohs (ip->id) + x);
x169drivers/net/slhc.h#define __ARGS(x) x
x182drivers/net/sunlance.c#define LANCE_ADDR(x) ((int)(x) & ~0xff000000)
x193drivers/net/wavelan.cunsigned long  x;
x198drivers/net/wavelan.cx = wavelan_splhi();
x203drivers/net/wavelan.cwavelan_splx(x);
x212drivers/net/wavelan.cunsigned long  x;
x217drivers/net/wavelan.cx = wavelan_splhi();
x222drivers/net/wavelan.cwavelan_splx(x);
x1220drivers/net/wavelan.cunsigned long  x;
x1252drivers/net/wavelan.cx = wavelan_splhi();
x1258drivers/net/wavelan.cwavelan_splx(x);
x1292drivers/net/wavelan.cunsigned long  x;
x1297drivers/net/wavelan.cx = wavelan_splhi();
x1368drivers/net/wavelan.cwavelan_splx(x);
x1819drivers/net/wavelan.cunsigned long  x;
x1822drivers/net/wavelan.cx = wavelan_splhi();
x1830drivers/net/wavelan.cwavelan_splx(x);
x1839drivers/net/wavelan.cwavelan_splx(x);
x1854drivers/net/wavelan.cwavelan_splx(x);
x2023drivers/net/wavelan.cunsigned long  x;
x2036drivers/net/wavelan.cx = wavelan_splhi();
x2038drivers/net/wavelan.cwavelan_splx(x);
x2054drivers/net/wavelan.cx = wavelan_splhi();
x2056drivers/net/wavelan.cwavelan_splx(x);
x2121drivers/net/wavelan.cunsigned long  x;
x2132drivers/net/wavelan.cx = wavelan_splhi();
x2158drivers/net/wavelan.cwavelan_splx(x);
x616drivers/scsi/53c7,8xx.c#define setup_wrapper(x)         \
x617drivers/scsi/53c7,8xx.cvoid ncr53c##x##_setup (char *str, int *ints) {    \
x618drivers/scsi/53c7,8xx.cinternal_setup (BOARD_GENERIC, x, str, ints);  \
x48drivers/scsi/AM53C974.c#define DEB(x) x
x55drivers/scsi/AM53C974.c#define DEB_INIT(x) x
x57drivers/scsi/AM53C974.c#define DEB_INIT(x)
x60drivers/scsi/AM53C974.c#define DEB_MSG(x) x
x62drivers/scsi/AM53C974.c#define DEB_MSG(x)
x65drivers/scsi/AM53C974.c#define DEB_RESEL(x) x
x67drivers/scsi/AM53C974.c#define DEB_RESEL(x)
x70drivers/scsi/AM53C974.c#define DEB_QUEUE(x) x
x71drivers/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); }
x72drivers/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); }
x74drivers/scsi/AM53C974.c#define DEB_QUEUE(x)
x75drivers/scsi/AM53C974.c#define LIST(x,y)
x76drivers/scsi/AM53C974.c#define REMOVE(w,x,y,z)
x79drivers/scsi/AM53C974.c#define DEB_INFO(x) x
x81drivers/scsi/AM53C974.c#define DEB_INFO(x)
x84drivers/scsi/AM53C974.c#define DEB_LINKED(x) x
x86drivers/scsi/AM53C974.c#define DEB_LINKED(x)
x89drivers/scsi/AM53C974.c#define DEB_INTR(x) x
x91drivers/scsi/AM53C974.c#define DEB_INTR(x)
x94drivers/scsi/AM53C974.c#define DEB_INIT(x)
x95drivers/scsi/AM53C974.c#define DEB(x)
x96drivers/scsi/AM53C974.c#define DEB_QUEUE(x)
x97drivers/scsi/AM53C974.c#define LIST(x,y)
x98drivers/scsi/AM53C974.c#define REMOVE(w,x,y,z)
x99drivers/scsi/AM53C974.c#define DEB_INFO(x)
x100drivers/scsi/AM53C974.c#define DEB_LINKED(x)
x101drivers/scsi/AM53C974.c#define DEB_INTR(x)
x102drivers/scsi/AM53C974.c#define DEB_MSG(x)
x103drivers/scsi/AM53C974.c#define DEB_RESEL(x)
x107drivers/scsi/AM53C974.c#define DEB_ABORT(x) x
x109drivers/scsi/AM53C974.c#define DEB_ABORT(x)
x113drivers/scsi/AM53C974.c#define VDEB(x) x
x115drivers/scsi/AM53C974.c#define VDEB(x)
x118drivers/scsi/AM53C974.c#define INSIDE(x,l,h) ( ((x) >= (l)) && ((x) <= (h)) )
x298drivers/scsi/AM53C974.h#define AM53C974_write_8(addr,x)        outb((x), io_port + (addr))
x300drivers/scsi/AM53C974.h#define AM53C974_write_16(addr,x)       outw((x), io_port + (addr))
x302drivers/scsi/AM53C974.h#define AM53C974_write_32(addr,x)       outl((x), io_port + (addr))
x328drivers/scsi/AM53C974.h#define AM53C974_PCIREG_WRITE_BYTE(instance,x,a)  ( outb((x), (a) + (instance)->io_port) )
x329drivers/scsi/AM53C974.h#define AM53C974_PCIREG_WRITE_WORD(instance,x,a)  ( outw((x), (a) + (instance)->io_port) )
x330drivers/scsi/AM53C974.h#define AM53C974_PCIREG_WRITE_DWORD(instance,x,a) ( outl((x), (a) + (instance)->io_port) )
x72drivers/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); }
x73drivers/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); }
x75drivers/scsi/NCR5380.c#define LIST(x,y)
x76drivers/scsi/NCR5380.c#define REMOVE(w,x,y,z)
x92drivers/scsi/NCR53c406a.c#define DEB(x) x
x94drivers/scsi/NCR53c406a.c#define DEB(x)
x98drivers/scsi/NCR53c406a.c#define VDEB(x) x
x100drivers/scsi/NCR53c406a.c#define VDEB(x)
x526drivers/scsi/advansys.c#define HI_BYTE(x) ( *( ( BYTE *)(&x)+1 ) )
x527drivers/scsi/advansys.c#define LO_BYTE(x) ( *( ( BYTE *)&x ) )
x529drivers/scsi/advansys.c#define HI_WORD(x) ( *( ( WORD *)(&x)+1 ) )
x530drivers/scsi/advansys.c#define LO_WORD(x) ( *( ( WORD *)&x ) )
x642drivers/scsi/advansys.c#define FLIP_BYTE_NIBBLE( x )    ( ((x<<4)& 0xFF) | (x>>4) )
x820drivers/scsi/advansys.c#define ASC_SRB_HOST( x )  ( ( uchar )( ( uchar )( x ) >> 4 ) )
x821drivers/scsi/advansys.c#define ASC_SRB_TID( x )   ( ( uchar )( ( uchar )( x ) & ( uchar )0x0F ) )
x823drivers/scsi/advansys.c#define ASC_SRB_LUN( x )   ( ( uchar )( ( uint )( x ) >> 13 ) )
x825drivers/scsi/advansys.c#define PUT_CDB1( x )   ( ( uchar )( ( uint )( x ) >> 8 ) )
x358drivers/scsi/aha152x.c#define ADDMSG(x)    (MSG(MSGLEN++)=x)
x46drivers/scsi/aha1542.c#define DEB(x) x
x48drivers/scsi/aha1542.c#define DEB(x)
x53drivers/scsi/aha1740.c#define DEB(x) x
x55drivers/scsi/aha1740.c#define DEB(x)
x20drivers/scsi/aha1740.h#define  SLOTBASE(x)  ((x << 12)+ 0xc80 )
x274drivers/scsi/aic7xxx.c#define SLOTBASE(x)  ((x) << 12)
x817drivers/scsi/aic7xxx.c#  define debug_config(x)
x818drivers/scsi/aic7xxx.c#  define debug_scb(x)
x2522drivers/scsi/aic7xxx.cint x;
x2539drivers/scsi/aic7xxx.cfor (x = 9; x <= 17; x++)
x2541drivers/scsi/aic7xxx.cif (actual < (1 << x))
x2543drivers/scsi/aic7xxx.cptr[x - 9]++;
x2547drivers/scsi/aic7xxx.cif (x > 17)
x2549drivers/scsi/aic7xxx.cptr[x - 9]++;
x162drivers/scsi/eata_dma.cuint x;
x168drivers/scsi/eata_dma.cfor (x = 1, sh = first_HBA; x <= registered_HBAs; x++, sh = SD(sh)->next) {
x293drivers/scsi/eata_dma.c"sense_key: %#x, result: %#.8x\n", x, 
x348drivers/scsi/eata_dma.cunsigned int i, x, y;
x364drivers/scsi/eata_dma.cfor (y = hd->last_ccb + 1, x = 0; x < sh->can_queue; x++, y++) { 
x373drivers/scsi/eata_dma.cif (x >= sh->can_queue) { 
x378drivers/scsi/eata_dma.cqueue_counter, int_counter, sh->can_queue, x, y);
x408drivers/scsi/eata_dma.cint x, z;
x411drivers/scsi/eata_dma.cx = 0;  /* just to keep GCC quiet */ 
x420drivers/scsi/eata_dma.cx = cmd->cmnd[4]/2; 
x425drivers/scsi/eata_dma.cx = ntohs(*sho)/2;        
x430drivers/scsi/eata_dma.cx = ntohl(*lon)/2;        
x434drivers/scsi/eata_dma.cfor(z = 0; (x > (1 << z)) && (z <= 11); z++) 
x578drivers/scsi/eata_dma.cushort x, z; 
x607drivers/scsi/eata_dma.cfor (x = 0; x < MAXCHANNEL; x++) {
x609drivers/scsi/eata_dma.cHD(cmd)->t_state[x][z] = RESET;
x610drivers/scsi/eata_dma.cHD(cmd)->t_timeout[x][z] = NO_TIMEOUT;
x614drivers/scsi/eata_dma.cfor (x = 0; x < cmd->host->can_queue; x++) {
x615drivers/scsi/eata_dma.cif (HD(cmd)->ccb[x].status == FREE)
x618drivers/scsi/eata_dma.cif (HD(cmd)->ccb[x].status == LOCKED) {
x619drivers/scsi/eata_dma.cHD(cmd)->ccb[x].status = FREE;
x620drivers/scsi/eata_dma.cprintk("eata_reset: locked slot %d forced free.\n", x);
x624drivers/scsi/eata_dma.csp = HD(cmd)->ccb[x].cmd;
x625drivers/scsi/eata_dma.cHD(cmd)->ccb[x].status = RESET;
x626drivers/scsi/eata_dma.cprintk("eata_reset: slot %d in reset, pid %ld.\n", x, sp->pid);
x630drivers/scsi/eata_dma.cpanic("eata_reset: slot %d, sp==NULL.\n", x);
x657drivers/scsi/eata_dma.cfor (x = 0; x < cmd->host->can_queue; x++) {
x660drivers/scsi/eata_dma.cif (HD(cmd)->ccb[x].status != RESET)
x663drivers/scsi/eata_dma.csp = HD(cmd)->ccb[x].cmd;
x667drivers/scsi/eata_dma.cHD(cmd)->ccb[x].status = LOCKED;
x670drivers/scsi/eata_dma.cx, sp->pid);
x855drivers/scsi/eata_dma.cint x;
x1090drivers/scsi/eata_dma.cfor(x = 0; x <= 11; x++){     /* Initialize min. latency */
x1091drivers/scsi/eata_dma.chd->writes_lat[x][1] = 0xffffffff;
x1092drivers/scsi/eata_dma.chd->reads_lat[x][1] = 0xffffffff;
x1185drivers/scsi/eata_dma.cu32 error, i, x;
x1253drivers/scsi/eata_dma.cfor (x = 0; x < MAXISA; ++x) {
x1254drivers/scsi/eata_dma.cif (ISAbases[x] == base) {
x1255drivers/scsi/eata_dma.cISAbases[x] = 0;
x56drivers/scsi/eata_dma.h#define DBG(x, y)   if ((x)) {y;} 
x58drivers/scsi/eata_dma.h#define DBG(x, y)
x89drivers/scsi/eata_dma_proc.cint i, x; 
x268drivers/scsi/eata_dma_proc.cfor (x = 0; x <= 3; x++) {
x269drivers/scsi/eata_dma_proc.csize = sprintf(buffer + len, "    Bank%d: %dMB with%s ECC\n",x,
x270drivers/scsi/eata_dma_proc.cmc->banksize[x] & 0x7f, 
x271drivers/scsi/eata_dma_proc.c(mc->banksize[x] & 0x80)?"":"out");
x328drivers/scsi/eata_dma_proc.cfor (x = 0; x <= 11; x++) {
x329drivers/scsi/eata_dma_proc.cSD(HBA_ptr)->reads[x] += rhcs->sizes[x];
x330drivers/scsi/eata_dma_proc.cSD(HBA_ptr)->writes[x] += whcs->sizes[x];
x331drivers/scsi/eata_dma_proc.cSD(HBA_ptr)->reads[12] += rhcs->sizes[x];
x332drivers/scsi/eata_dma_proc.cSD(HBA_ptr)->writes[12] += whcs->sizes[x];
x338drivers/scsi/eata_dma_proc.cfor (x = 0; x <= 10; x++) {
x339drivers/scsi/eata_dma_proc.csize = sprintf(buffer+len,"%5dk:%12u %12u\n", 1 << x,
x340drivers/scsi/eata_dma_proc.cSD(HBA_ptr)->reads[x], 
x341drivers/scsi/eata_dma_proc.cSD(HBA_ptr)->writes[x]);
x370drivers/scsi/eata_dma_proc.cfor (x = 0; x <= 10; x++) {
x372drivers/scsi/eata_dma_proc.c1 << x,
x373drivers/scsi/eata_dma_proc.cSD(HBA_ptr)->reads_lat[x][0], 
x374drivers/scsi/eata_dma_proc.c(SD(HBA_ptr)->reads_lat[x][1] == 0xffffffff) 
x375drivers/scsi/eata_dma_proc.c? 0:(SD(HBA_ptr)->reads_lat[x][1] * 10), 
x376drivers/scsi/eata_dma_proc.cSD(HBA_ptr)->reads_lat[x][2] * 10, 
x377drivers/scsi/eata_dma_proc.cSD(HBA_ptr)->reads_lat[x][3] * 10 /
x378drivers/scsi/eata_dma_proc.c((SD(HBA_ptr)->reads_lat[x][0])
x379drivers/scsi/eata_dma_proc.c? SD(HBA_ptr)->reads_lat[x][0]:1));
x389drivers/scsi/eata_dma_proc.c((SD(HBA_ptr)->reads_lat[x][0])
x390drivers/scsi/eata_dma_proc.c? SD(HBA_ptr)->reads_lat[x][0]:1));
x405drivers/scsi/eata_dma_proc.cfor (x = 0; x <= 10; x++) {
x407drivers/scsi/eata_dma_proc.c1 << x,
x408drivers/scsi/eata_dma_proc.cSD(HBA_ptr)->writes_lat[x][0], 
x409drivers/scsi/eata_dma_proc.c(SD(HBA_ptr)->writes_lat[x][1] == 0xffffffff)
x410drivers/scsi/eata_dma_proc.c? 0:(SD(HBA_ptr)->writes_lat[x][1] * 10), 
x411drivers/scsi/eata_dma_proc.cSD(HBA_ptr)->writes_lat[x][2] * 10, 
x412drivers/scsi/eata_dma_proc.cSD(HBA_ptr)->writes_lat[x][3] * 10 /
x413drivers/scsi/eata_dma_proc.c((SD(HBA_ptr)->writes_lat[x][0])
x414drivers/scsi/eata_dma_proc.c? SD(HBA_ptr)->writes_lat[x][0]:1));
x421drivers/scsi/eata_dma_proc.c? 0:(SD(HBA_ptr)->writes_lat[x][1] * 10), 
x424drivers/scsi/eata_dma_proc.c((SD(HBA_ptr)->writes_lat[x][0])
x425drivers/scsi/eata_dma_proc.c? SD(HBA_ptr)->writes_lat[x][0]:1));
x96drivers/scsi/eata_generic.h#define DELAY(x) { __u32 i; i = jiffies + (x * HZ); while (jiffies < i) barrier(); }
x97drivers/scsi/eata_generic.h#define DEL2(x)   { __u32 i; for (i = 0; i < 0xffff * x; i++); }
x135drivers/scsi/eata_pio.cuint x,z;
x143drivers/scsi/eata_pio.cfor (x = 1, sh = first_HBA; x <= registered_HBAs; x++, sh = SD(sh)->prev) {
x172drivers/scsi/eata_pio.cx=min(z,cmd->SCp.this_residual/2);
x173drivers/scsi/eata_pio.cinsw(base+HA_RDATA,cmd->SCp.ptr,x);
x174drivers/scsi/eata_pio.cz-=x; 
x175drivers/scsi/eata_pio.cIncStat(&cmd->SCp,2*x);
x202drivers/scsi/eata_pio.cx=min(z,cmd->SCp.this_residual/2);
x203drivers/scsi/eata_pio.coutsw(base+HA_RDATA,cmd->SCp.ptr,x);
x204drivers/scsi/eata_pio.cz-=x; 
x205drivers/scsi/eata_pio.cIncStat(&cmd->SCp,2*x);
x281drivers/scsi/eata_pio.cuint x, y;
x300drivers/scsi/eata_pio.cy = x = 0;
x304drivers/scsi/eata_pio.cDBG(DBG_QUEUE, printk("can_queue %d, x %d, y %d\n",sh->can_queue,x,y));
x391drivers/scsi/eata_pio.cfor (x = 0; x < hd->cppadlen; x++) outw(0, base + HA_RDATA);
x451drivers/scsi/eata_pio.cuint x, z, time, limit = 0;
x477drivers/scsi/eata_pio.cfor (x = 0; x < cmd->host->can_queue; x++) {
x479drivers/scsi/eata_pio.cif (HD(cmd)->ccb[x].status == FREE) 
x482drivers/scsi/eata_pio.csp = HD(cmd)->ccb[x].cmd;
x483drivers/scsi/eata_pio.cHD(cmd)->ccb[x].status = RESET;
x484drivers/scsi/eata_pio.cprintk("eata_pio_reset: slot %d in reset, pid %ld.\n", x, sp->pid);
x488drivers/scsi/eata_pio.cpanic("eata_pio_reset: slot %d, sp==NULL.\n", x);
x504drivers/scsi/eata_pio.cfor (x = 0; x < cmd->host->can_queue; x++) {
x507drivers/scsi/eata_pio.cif (HD(cmd)->ccb[x].status != RESET)
x510drivers/scsi/eata_pio.csp = HD(cmd)->ccb[x].cmd;
x514drivers/scsi/eata_pio.cprintk("eata_pio_reset: resetted ccb %d.\n",x);
x515drivers/scsi/eata_pio.cHD(cmd)->ccb[x].status = FREE;
x887drivers/scsi/eata_pio.cu32 error, i, x;
x946drivers/scsi/eata_pio.cfor (x = 0; x < MAXISA; ++x) {
x947drivers/scsi/eata_pio.cif (ISAbases[x] == base) {
x948drivers/scsi/eata_pio.cISAbases[x] = 0;
x953drivers/scsi/eata_pio.cx = (base >> 12) & 0x0f;
x954drivers/scsi/eata_pio.cEISAbases[x] = 0;
x56drivers/scsi/eata_pio.h#define DBG(x, y)   if ((x)) {y;} 
x58drivers/scsi/eata_pio.h#define DBG(x, y)
x85drivers/scsi/g_NCR5380.h#define __STRVAL(x) #x
x86drivers/scsi/g_NCR5380.h#define STRVAL(x) __STRVAL(x)
x87drivers/scsi/in2000.c#define DEB(x) x
x89drivers/scsi/in2000.c#define DEB(x)
x179drivers/scsi/qlogic.cint  x;
x183drivers/scsi/qlogic.cx = inb(qbase + 0xd);
x187drivers/scsi/qlogic.cif (x & 0x80)
x71drivers/scsi/scsi_debug.c#define DEB(x) x
x73drivers/scsi/scsi_debug.c#define DEB(x)
x259drivers/scsi/scsi_proc.cint x, y = *size;
x264drivers/scsi/scsi_proc.cfor (x = 0; x < 8; x++) {
x265drivers/scsi/scsi_proc.cif (scd->vendor[x] >= 0x20)
x266drivers/scsi/scsi_proc.cy += sprintf(buffer + len + y, "%c", scd->vendor[x]);
x271drivers/scsi/scsi_proc.cfor (x = 0; x < 16; x++) {
x272drivers/scsi/scsi_proc.cif (scd->model[x] >= 0x20)
x273drivers/scsi/scsi_proc.cy +=  sprintf(buffer + len + y, "%c", scd->model[x]);
x278drivers/scsi/scsi_proc.cfor (x = 0; x < 4; x++) {
x279drivers/scsi/scsi_proc.cif (scd->rev[x] >= 0x20)
x280drivers/scsi/scsi_proc.cy += sprintf(buffer + len + y, "%c", scd->rev[x]);
x77drivers/scsi/st.c#define TAPE_NR(x) (MINOR(x) & 127)
x167drivers/scsi/ultrastor.c#define ALIGNED(x)  __attribute__((aligned(x)))
x43drivers/sound/ad1848.c#define DEB(x)
x44drivers/sound/ad1848.c#define DEB1(x)
x136drivers/sound/ad1848.cint             x;
x145drivers/sound/ad1848.cx = inb (io_Indexed_Data (devc));
x149drivers/sound/ad1848.creturn x;
x1478drivers/sound/ad1848.cint             x;
x1487drivers/sound/ad1848.cfor (x = 0; x < 100000 && devc->timer_ticks == 0; x++);
x38drivers/sound/configure.c#define B(x)  (1 << (x))
x55drivers/sound/gus_vol.cint             i, m, n, x;
x63drivers/sound/gus_vol.cx = 256 + 6 * (voicev - 64);
x75drivers/sound/gus_vol.cx = vel * xpn * 6 + (voicev / 4) * x;
x82drivers/sound/gus_vol.cx = (x * GUS_VOLUME * GUS_VOLUME) / 10000;
x91drivers/sound/gus_vol.cx = (x * mainv * mainv) / 16384;
x94drivers/sound/gus_vol.cif (x < 2)
x96drivers/sound/gus_vol.celse if (x >= 65535)
x103drivers/sound/gus_vol.cn = x;
x120drivers/sound/gus_vol.cm = x - (1 << i);
x109drivers/sound/mad16.c#define DDB(x)
x66drivers/sound/midi_synth.c#define _SEQ_ADVBUF(x) len=x
x183drivers/sound/mpu401.c#define _SEQ_ADVBUF(x) len=x
x134drivers/sound/pas2_midi.cint             fifo_space, x;
x136drivers/sound/pas2_midi.cfifo_space = ((x = pas_read (MIDI_FIFO_STATUS)) >> 4) & 0x0f;
x39drivers/sound/pss.c#define REG(x)  (devc->base+x)
x32drivers/sound/sb16_dsp.c#define DEB(x)
x33drivers/sound/sb16_dsp.c#define DEB1(x)
x1175drivers/sound/sb_dsp.cint             x;
x1181drivers/sound/sb_dsp.cfor (x = 0; x < 1000; ++x)  /* wait 10 milliseconds */
x184drivers/sound/sound_config.h#define DEB(x)
x188drivers/sound/sound_config.h#define DDB(x)
x862fs/binfmt_elf.c#define roundup(x, y)  ((((x)+((y)-1))/(y))*(y))
x501fs/ext2/balloc.cunsigned long desc_count, bitmap_count, x;
x515fs/ext2/balloc.cx = ext2_count_free (sb->u.ext2_sb.s_block_bitmap[bitmap_nr],
x518fs/ext2/balloc.ci, gdp->bg_free_blocks_count, x);
x519fs/ext2/balloc.cbitmap_count += x;
x542fs/ext2/balloc.cunsigned long desc_count, bitmap_count, x;
x587fs/ext2/balloc.cx = ext2_count_free (bh, sb->s_blocksize);
x588fs/ext2/balloc.cif (gdp->bg_free_blocks_count != x)
x592fs/ext2/balloc.cgdp->bg_free_blocks_count, x);
x593fs/ext2/balloc.cbitmap_count += x;
x508fs/ext2/ialloc.cunsigned long desc_count, bitmap_count, x;
x522fs/ext2/ialloc.cx = ext2_count_free (sb->u.ext2_sb.s_inode_bitmap[bitmap_nr],
x525fs/ext2/ialloc.ci, gdp->bg_free_inodes_count, x);
x526fs/ext2/ialloc.cbitmap_count += x;
x540fs/ext2/ialloc.cunsigned long desc_count, bitmap_count, x;
x554fs/ext2/ialloc.cx = ext2_count_free (sb->u.ext2_sb.s_inode_bitmap[bitmap_nr],
x556fs/ext2/ialloc.cif (gdp->bg_free_inodes_count != x)
x560fs/ext2/ialloc.cgdp->bg_free_inodes_count, x);
x561fs/ext2/ialloc.cbitmap_count += x;
x26fs/fat/file.c#define PRINTK(x)
x27fs/fat/file.c#define Printk(x) printk x
x17fs/fat/misc.c#define PRINTK(x)
x18fs/fat/misc.c#define Printk(x)  printk x
x123fs/hpfs/hpfs_fs.c#define little_ushort(x) (*(unsigned short *) &(x))
x22fs/msdos/namei.c#define PRINTK(x)
x21fs/namei.c#define ACC_MODE(x) ("\000\004\002\006"[(x)&O_ACCMODE])
x22fs/ncpfs/ncplib_kernel.cncp_add_byte(struct ncp_server *server, byte x)
x25fs/ncpfs/ncplib_kernel.c*(byte *)(&(server->packet[server->current_size])) = x;
x31fs/ncpfs/ncplib_kernel.cncp_add_word(struct ncp_server *server, word x)
x34fs/ncpfs/ncplib_kernel.c*(word *)(&(server->packet[server->current_size])) = x;
x40fs/ncpfs/ncplib_kernel.cncp_add_dword(struct ncp_server *server, dword x)
x43fs/ncpfs/ncplib_kernel.c*(dword *)(&(server->packet[server->current_size])) = x;
x42fs/nfs/rpcsock.c#define dprintk(x)    printk(x)
x44fs/nfs/rpcsock.c#define  dprintk(x)
x54fs/proc/array.c#define LOAD_INT(x) ((x) >> FSHIFT)
x55fs/proc/array.c#define LOAD_FRAC(x) LOAD_INT(((x) & (FIXED_1-1)) * 100)
x25fs/readdir.c#define ROUND_UP(x) (((x)+sizeof(long)-1) & ~(sizeof(long)-1))
x28fs/select.c#define ROUND_UP(x,y) (((x)+(y)-1)/(y))
x19fs/smbfs/dir.c#define ROUND_UP(x) (((x)+3) & ~3)
x22fs/umsdos/dir.c#define PRINTK(x)
x23fs/umsdos/dir.c#define Printk(x) printk x
x20fs/umsdos/emd.c#define PRINTK(x)
x21fs/umsdos/emd.c#define Printk(x) printk x
x22fs/umsdos/file.c#define PRINTK(x)
x23fs/umsdos/file.c#define Printk(x)  printk x
x35fs/umsdos/inode.c#define PRINTK(x)
x36fs/umsdos/inode.c#define Printk(x) printk x
x18fs/umsdos/ioctl.c#define PRINTK(x)
x19fs/umsdos/ioctl.c#define Printk(x) printk x
x21fs/umsdos/namei.c#define PRINTK(x)
x22fs/umsdos/namei.c#define Printk(x)  printk x
x21fs/umsdos/rdir.c#define PRINTK(x)
x22fs/umsdos/rdir.c#define Printk(x) printk x
x22fs/umsdos/symlink.c#define PRINTK(x)
x23fs/umsdos/symlink.c#define Printk(x)  printk x
x25fs/vfat/namei.c#define PRINTK(x) printk x
x27fs/vfat/namei.c#define PRINTK(x)
x24fs/xiafs/namei.c#define RNDUP4(x)  ((3+(u_long)(x)) & ~3)
x76include/asm-alpha/a.out.h#define N_TXTADDR(x) ((x).a_textstart)
x77include/asm-alpha/a.out.h#define N_DATADDR(x) ((x).a_datastart)
x78include/asm-alpha/a.out.h#define N_BSSADDR(x) ((x).a_bssstart)
x79include/asm-alpha/a.out.h#define N_DRSIZE(x) 0
x80include/asm-alpha/a.out.h#define N_TRSIZE(x) 0
x81include/asm-alpha/a.out.h#define N_SYMSIZE(x) 0
x87include/asm-alpha/a.out.h#define N_TXTOFF(x) \
x88include/asm-alpha/a.out.h((long) N_MAGIC(x) == ZMAGIC ? 0 : \
x89include/asm-alpha/a.out.h(sizeof(struct exec) + (x).fh.f_nscns*SCNHSZ + SCNROUND - 1) & ~(SCNROUND - 1))
x320include/asm-alpha/apecs.h#define outb(x, port) \
x321include/asm-alpha/apecs.h(__builtin_constant_p((port))?__outb((x),(port)):_outb((x),(port)))
x380include/asm-alpha/apecs.h#define RTC_PORT(x)  (0x70 + (x))
x381include/asm-alpha/apecs.h#define RTC_ADDR(x)  (0x80 | (x))
x35include/asm-alpha/byteorder.h__ntohl(unsigned long int x)
x52include/asm-alpha/byteorder.h: "0" (x & 0xffffffffUL));
x56include/asm-alpha/byteorder.h#define __constant_ntohl(x) \
x57include/asm-alpha/byteorder.h((unsigned long int)((((x) & 0x000000ffUL) << 24) | \
x58include/asm-alpha/byteorder.h(((x) & 0x0000ff00UL) <<  8) | \
x59include/asm-alpha/byteorder.h(((x) & 0x00ff0000UL) >>  8) | \
x60include/asm-alpha/byteorder.h(((x) & 0xff000000UL) >> 24)))
x63include/asm-alpha/byteorder.h__ntohs(unsigned short int x)
x73include/asm-alpha/byteorder.h: "r="(res), "r="(t1) : "r"(x));
x77include/asm-alpha/byteorder.h#define __constant_ntohs(x) \
x78include/asm-alpha/byteorder.h((unsigned short int)((((unsigned short int)(x) & 0x00ff) << 8) | \
x79include/asm-alpha/byteorder.h(((unsigned short int)(x) & 0xff00) >> 8)))
x81include/asm-alpha/byteorder.h#define __htonl(x) __ntohl(x)
x82include/asm-alpha/byteorder.h#define __htons(x) __ntohs(x)
x83include/asm-alpha/byteorder.h#define __constant_htonl(x) __constant_ntohl(x)
x84include/asm-alpha/byteorder.h#define __constant_htons(x) __constant_ntohs(x)
x87include/asm-alpha/byteorder.h#  define ntohl(x) \
x88include/asm-alpha/byteorder.h(__builtin_constant_p((long)(x)) ? \
x89include/asm-alpha/byteorder.h__constant_ntohl((x)) : \
x90include/asm-alpha/byteorder.h__ntohl((x)))
x91include/asm-alpha/byteorder.h#  define ntohs(x) \
x92include/asm-alpha/byteorder.h(__builtin_constant_p((short)(x)) ? \
x93include/asm-alpha/byteorder.h__constant_ntohs((x)) : \
x94include/asm-alpha/byteorder.h__ntohs((x)))
x95include/asm-alpha/byteorder.h#  define htonl(x) \
x96include/asm-alpha/byteorder.h(__builtin_constant_p((long)(x)) ? \
x97include/asm-alpha/byteorder.h__constant_htonl((x)) : \
x98include/asm-alpha/byteorder.h__htonl((x)))
x99include/asm-alpha/byteorder.h#  define htons(x) \
x100include/asm-alpha/byteorder.h(__builtin_constant_p((short)(x)) ? \
x101include/asm-alpha/byteorder.h__constant_htons((x)) : \
x102include/asm-alpha/byteorder.h__htons((x)))
x45include/asm-alpha/console.h#define puts(x,l) dispatch(CCB_PUTS,0,x,l)
x25include/asm-alpha/irq.h#define __STR(x) #x
x26include/asm-alpha/irq.h#define STR(x) __STR(x)
x259include/asm-alpha/jensen.h#define outb(x, port) \
x260include/asm-alpha/jensen.h(__builtin_constant_p((port))?__outb((x),(port)):_outb((x),(port)))
x269include/asm-alpha/jensen.h#define RTC_PORT(x)  (0x170+(x))
x270include/asm-alpha/jensen.h#define RTC_ADDR(x)  (x)
x302include/asm-alpha/lca.h#define outb(x, port) \
x303include/asm-alpha/lca.h(__builtin_constant_p((port))?__outb((x),(port)):_outb((x),(port)))
x354include/asm-alpha/lca.h#define RTC_PORT(x)  (0x70 + (x))
x355include/asm-alpha/lca.h#define RTC_ADDR(x)  (0x80 | (x))
x22include/asm-alpha/page.h#define pte_val(x)  ((x).pte)
x23include/asm-alpha/page.h#define pmd_val(x)  ((x).pmd)
x24include/asm-alpha/page.h#define pgd_val(x)  ((x).pgd)
x25include/asm-alpha/page.h#define pgprot_val(x)  ((x).pgprot)
x27include/asm-alpha/page.h#define __pte(x)  ((pte_t) { (x) } )
x28include/asm-alpha/page.h#define __pgd(x)  ((pgd_t) { (x) } )
x29include/asm-alpha/page.h#define __pgprot(x)  ((pgprot_t) { (x) } )
x40include/asm-alpha/page.h#define pte_val(x)  (x)
x41include/asm-alpha/page.h#define pmd_val(x)  (x)
x42include/asm-alpha/page.h#define pgd_val(x)  (x)
x43include/asm-alpha/page.h#define pgprot_val(x)  (x)
x45include/asm-alpha/page.h#define __pte(x)  (x)
x46include/asm-alpha/page.h#define __pgd(x)  (x)
x47include/asm-alpha/page.h#define __pgprot(x)  (x)
x104include/asm-alpha/pgtable.h#define VMALLOC_VMADDR(x)  ((unsigned long)(x))
x152include/asm-alpha/pgtable.h#define _PAGE_NORMAL(x) __pgprot(_PAGE_VALID | __ACCESS_BITS | (x))
x154include/asm-alpha/pgtable.h#define _PAGE_P(x) _PAGE_NORMAL((x) | (((x) & _PAGE_FOW)?0:_PAGE_FOW))
x155include/asm-alpha/pgtable.h#define _PAGE_S(x) _PAGE_NORMAL(x)
x21include/asm-alpha/segment.h#define put_user(x,ptr) __put_user((unsigned long)(x),(ptr),sizeof(*(ptr)))
x32include/asm-alpha/segment.hstatic inline void __put_user(unsigned long x, void * y, int size)
x37include/asm-alpha/segment.h*(char *) y = x;
x40include/asm-alpha/segment.h*(short *) y = x;
x43include/asm-alpha/segment.h*(int *) y = x;
x46include/asm-alpha/segment.h*(long *) y = x;
x85include/asm-alpha/segment.h#define put_fs_byte(x,addr) put_user((x),(char *)(addr))
x86include/asm-alpha/segment.h#define put_fs_word(x,addr) put_user((x),(short *)(addr))
x87include/asm-alpha/segment.h#define put_fs_long(x,addr) put_user((x),(int *)(addr))
x88include/asm-alpha/segment.h#define put_fs_quad(x,addr) put_user((x),(long *)(addr))
x107include/asm-alpha/system.h#define tbisi(x)  tbi(1,(x))
x108include/asm-alpha/system.h#define tbisd(x)  tbi(2,(x))
x109include/asm-alpha/system.h#define tbis(x)    tbi(3,(x))
x151include/asm-alpha/system.h#define xchg(ptr,x) ((__typeof__(*(ptr)))__xchg((unsigned long)(x),(ptr),sizeof(*(ptr))))
x164include/asm-alpha/system.hstatic __inline__ unsigned long __xchg(unsigned long x, volatile void * ptr, int size)
x168include/asm-alpha/system.hreturn xchg_u32(ptr, x);
x170include/asm-alpha/system.hreturn xchg_u64(ptr, x);
x173include/asm-alpha/system.hreturn x;
x347include/asm-alpha/termios.h#define SET_LOW_BITS(x,y)  ((x) = (0xffff0000 & (x)) | (y))
x259include/asm-alpha/unistd.h#define exit(x) _exit(x)
x46include/asm-i386/bugs.hstatic double x = 4195835.0;
x93include/asm-i386/bugs.h: "m" (*&x), "m" (*&y));
x33include/asm-i386/byteorder.h__ntohl(unsigned long int x)
x36include/asm-i386/byteorder.h__asm__("bswap %0" : "=r" (x) : "0" (x));
x41include/asm-i386/byteorder.h:"=q" (x)
x42include/asm-i386/byteorder.h: "0" (x));
x44include/asm-i386/byteorder.hreturn x;
x47include/asm-i386/byteorder.h#define __constant_ntohl(x) \
x48include/asm-i386/byteorder.h((unsigned long int)((((unsigned long int)(x) & 0x000000ffU) << 24) | \
x49include/asm-i386/byteorder.h(((unsigned long int)(x) & 0x0000ff00U) <<  8) | \
x50include/asm-i386/byteorder.h(((unsigned long int)(x) & 0x00ff0000U) >>  8) | \
x51include/asm-i386/byteorder.h(((unsigned long int)(x) & 0xff000000U) >> 24)))
x54include/asm-i386/byteorder.h__ntohs(unsigned short int x)
x57include/asm-i386/byteorder.h: "=q" (x)
x58include/asm-i386/byteorder.h:  "0" (x));
x59include/asm-i386/byteorder.hreturn x;
x62include/asm-i386/byteorder.h#define __constant_ntohs(x) \
x63include/asm-i386/byteorder.h((unsigned short int)((((unsigned short int)(x) & 0x00ff) << 8) | \
x64include/asm-i386/byteorder.h(((unsigned short int)(x) & 0xff00) >> 8))) \
x66include/asm-i386/byteorder.h#define __htonl(x) __ntohl(x)
x67include/asm-i386/byteorder.h#define __htons(x) __ntohs(x)
x68include/asm-i386/byteorder.h#define __constant_htonl(x) __constant_ntohl(x)
x69include/asm-i386/byteorder.h#define __constant_htons(x) __constant_ntohs(x)
x72include/asm-i386/byteorder.h#  define ntohl(x) \
x73include/asm-i386/byteorder.h(__builtin_constant_p((long)(x)) ? \
x74include/asm-i386/byteorder.h__constant_ntohl((x)) : \
x75include/asm-i386/byteorder.h__ntohl((x)))
x76include/asm-i386/byteorder.h#  define ntohs(x) \
x77include/asm-i386/byteorder.h(__builtin_constant_p((short)(x)) ? \
x78include/asm-i386/byteorder.h__constant_ntohs((x)) : \
x79include/asm-i386/byteorder.h__ntohs((x)))
x80include/asm-i386/byteorder.h#  define htonl(x) \
x81include/asm-i386/byteorder.h(__builtin_constant_p((long)(x)) ? \
x82include/asm-i386/byteorder.h__constant_htonl((x)) : \
x83include/asm-i386/byteorder.h__htonl((x)))
x84include/asm-i386/byteorder.h#  define htons(x) \
x85include/asm-i386/byteorder.h(__builtin_constant_p((short)(x)) ? \
x86include/asm-i386/byteorder.h__constant_htons((x)) : \
x87include/asm-i386/byteorder.h__htons((x)))
x11include/asm-i386/i82489.h#define      GET_APIC_ID(x)    (((x)>>24)&0x0F)
x21include/asm-i386/i82489.h#define      GET_APIC_LOGICAL_ID(x)  (((x)>>24)&0xFF)
x23include/asm-i386/i82489.h#define      GET_APIC_DFR(x)    (((x)>>28)&0x0F)
x24include/asm-i386/i82489.h#define      SET_APIC_DFR(x)    ((x)<<28)
x59include/asm-i386/i82489.h#define      GET_APIC_DEST_FIELD(x)  (((x)>>24)&0xFF)
x60include/asm-i386/i82489.h#define      SET_APIC_DEST_FIELD(x)  ((x)<<24)
x69include/asm-i386/i82489.h#define      GET_APIC_DELIVERY_MODE(x)  (((x)>>8)&0x7)
x70include/asm-i386/i82489.h#define      SET_APIC_DELIVERY_MODE(x,y)  (((x)&~0x700)|((y)<<8))
x90include/asm-i386/io.h#define __OUT1(s,x) \
x91include/asm-i386/io.hextern inline void __out##s(unsigned x value, unsigned short port) {
x96include/asm-i386/io.h#define __OUT(s,s1,x) \
x97include/asm-i386/io.h__OUT1(s,x) __OUT2(s,s1,"w") : : "a" (value), "d" (port)); } \
x98include/asm-i386/io.h__OUT1(s##c,x) __OUT2(s,s1,"") : : "a" (value), "id" (port)); } \
x99include/asm-i386/io.h__OUT1(s##_p,x) __OUT2(s,s1,"w") : : "a" (value), "d" (port)); SLOW_DOWN_IO; } \
x100include/asm-i386/io.h__OUT1(s##c_p,x) __OUT2(s,s1,"") : : "a" (value), "id" (port)); SLOW_DOWN_IO; }
x20include/asm-i386/irq.h#define __STR(x) #x
x21include/asm-i386/irq.h#define STR(x) __STR(x)
x7include/asm-i386/mmu_context.h#define get_mmu_context(x) do { } while (0)
x22include/asm-i386/page.h#define pte_val(x)  ((x).pte)
x23include/asm-i386/page.h#define pmd_val(x)  ((x).pmd)
x24include/asm-i386/page.h#define pgd_val(x)  ((x).pgd)
x25include/asm-i386/page.h#define pgprot_val(x)  ((x).pgprot)
x27include/asm-i386/page.h#define __pte(x)  ((pte_t) { (x) } )
x28include/asm-i386/page.h#define __pmd(x)  ((pmd_t) { (x) } )
x29include/asm-i386/page.h#define __pgd(x)  ((pgd_t) { (x) } )
x30include/asm-i386/page.h#define __pgprot(x)  ((pgprot_t) { (x) } )
x41include/asm-i386/page.h#define pte_val(x)  (x)
x42include/asm-i386/page.h#define pmd_val(x)  (x)
x43include/asm-i386/page.h#define pgd_val(x)  (x)
x44include/asm-i386/page.h#define pgprot_val(x)  (x)
x46include/asm-i386/page.h#define __pte(x)  (x)
x47include/asm-i386/page.h#define __pmd(x)  (x)
x48include/asm-i386/page.h#define __pgd(x)  (x)
x49include/asm-i386/page.h#define __pgprot(x)  (x)
x193include/asm-i386/pgtable.h#define VMALLOC_VMADDR(x) (TASK_SIZE + (unsigned long)(x))
x17include/asm-i386/segment.h#define put_user(x,ptr) __put_user((unsigned long)(x),(ptr),sizeof(*(ptr)))
x32include/asm-i386/segment.h#define __sd(x) ((struct __segment_dummy *) (x))
x33include/asm-i386/segment.h#define __const_sd(x) ((const struct __segment_dummy *) (x))
x35include/asm-i386/segment.hstatic inline void __put_user(unsigned long x, void * y, int size)
x41include/asm-i386/segment.h:"iq" ((unsigned char) x), "m" (*__sd(y)));
x46include/asm-i386/segment.h:"ir" ((unsigned short) x), "m" (*__sd(y)));
x51include/asm-i386/segment.h:"ir" (x), "m" (*__sd(y)));
x143include/asm-i386/segment.h#define COMMON(x) \
x149include/asm-i386/segment.hx \
x228include/asm-i386/segment.h#define COMMON(x) \
x231include/asm-i386/segment.hx \
x273include/asm-i386/segment.h#define put_fs_byte(x,addr) __put_user((x),(unsigned char *)(addr),1)
x274include/asm-i386/segment.h#define put_fs_word(x,addr) __put_user((x),(unsigned short *)(addr),2)
x275include/asm-i386/segment.h#define put_fs_long(x,addr) __put_user((x),(unsigned int *)(addr),4)
x393include/asm-i386/string.h#define COMMON(x) \
x396include/asm-i386/string.hx \
x542include/asm-i386/string.h#define COMMON(x) \
x545include/asm-i386/string.hx \
x195include/asm-i386/system.h#define xchg(ptr,x) ((__typeof__(*(ptr)))__xchg((unsigned long)(x),(ptr),sizeof(*(ptr))))
x199include/asm-i386/system.h#define __xg(x) ((volatile struct __xchg_dummy *)(x))
x201include/asm-i386/system.hstatic inline unsigned long __xchg(unsigned long x, volatile void * ptr, int size)
x206include/asm-i386/system.h:"=q" (x), "=m" (*__xg(ptr))
x207include/asm-i386/system.h:"0" (x), "m" (*__xg(ptr)));
x211include/asm-i386/system.h:"=r" (x), "=m" (*__xg(ptr))
x212include/asm-i386/system.h:"0" (x), "m" (*__xg(ptr)));
x216include/asm-i386/system.h:"=r" (x), "=m" (*__xg(ptr))
x217include/asm-i386/system.h:"0" (x), "m" (*__xg(ptr)));
x220include/asm-i386/system.hreturn x;
x227include/asm-i386/system.h#define save_flags(x) \
x228include/asm-i386/system.h__asm__ __volatile__("pushfl ; popl %0":"=r" (x): /* no input */ :"memory")
x230include/asm-i386/system.h#define restore_flags(x) \
x231include/asm-i386/system.h__asm__ __volatile__("pushl %0 ; popfl": /* no output */ :"r" (x):"memory")
x277include/asm-i386/termios.h#define SET_LOW_BITS(x,y)  ((x) = (0xffff0000 & (x)) | (y))
x21include/asm-m68k/io.h#define outb_p(x,addr) put_user_byte_io((x),(char *)(addr))
x22include/asm-m68k/io.h#define outb(x,addr) put_user_byte_io((x),(char *)(addr))
x53include/asm-m68k/segment.h#define put_fs_byte(x,addr) put_user_byte((x),(char *)(addr))
x60include/asm-m68k/segment.h#define put_fs_word(x,addr) put_user_word((x),(short *)(addr))
x67include/asm-m68k/segment.h#define put_fs_long(x,addr) put_user_long((x),(int *)(addr))
x103include/asm-m68k/segment.h#define COMMON(x) \
x109include/asm-m68k/segment.hx \
x169include/asm-m68k/segment.h#define COMMON(x) \
x172include/asm-m68k/segment.hx \
x29include/asm-m68k/system.h#define save_flags(x) \
x30include/asm-m68k/system.h__asm__ __volatile__("movew sr,%0":"=d" (x) : /* no input */ :"memory")
x32include/asm-m68k/system.h#define restore_flags(x) \
x33include/asm-m68k/system.h__asm__ __volatile__("movew %0,sr": /* no outputs */ :"d" (x) : "memory")
x85include/asm-mips/bitops.h#define __save_flags(x) save_flags(x)
x86include/asm-mips/bitops.h#define __restore_flags(x) restore_flags(x)
x142include/asm-mips/bitops.h#undef __save_flags(x)
x143include/asm-mips/bitops.h#undef __restore_flags(x)
x42include/asm-mips/byteorder.h__ntohl(unsigned long int x)
x44include/asm-mips/byteorder.hreturn (((x & 0x000000ffU) << 24) |
x45include/asm-mips/byteorder.h((x & 0x0000ff00U) <<  8) |
x46include/asm-mips/byteorder.h((x & 0x00ff0000U) >>  8) |
x47include/asm-mips/byteorder.h((x & 0xff000000U) >> 24));
x50include/asm-mips/byteorder.h#define __constant_ntohl(x) \
x51include/asm-mips/byteorder.h((unsigned long int)((((unsigned long int)(x) & 0x000000ffU) << 24) | \
x52include/asm-mips/byteorder.h(((unsigned long int)(x) & 0x0000ff00U) <<  8) | \
x53include/asm-mips/byteorder.h(((unsigned long int)(x) & 0x00ff0000U) >>  8) | \
x54include/asm-mips/byteorder.h(((unsigned long int)(x) & 0xff000000U) >> 24)))
x57include/asm-mips/byteorder.h__ntohs(unsigned short int x)
x59include/asm-mips/byteorder.hreturn (((x & 0x00ff) << 8) |
x60include/asm-mips/byteorder.h((x & 0xff00) >> 8));
x63include/asm-mips/byteorder.h#define __constant_ntohs(x) \
x64include/asm-mips/byteorder.h((unsigned short int)((((unsigned short int)(x) & 0x00ff) << 8) | \
x65include/asm-mips/byteorder.h(((unsigned short int)(x) & 0xff00) >> 8))) \
x67include/asm-mips/byteorder.h#define __htonl(x) __ntohl(x)
x68include/asm-mips/byteorder.h#define __htons(x) __ntohs(x)
x69include/asm-mips/byteorder.h#define __constant_htonl(x) __constant_ntohl(x)
x70include/asm-mips/byteorder.h#define __constant_htons(x) __constant_ntohs(x)
x73include/asm-mips/byteorder.h#  define ntohl(x) \
x74include/asm-mips/byteorder.h(__builtin_constant_p((long)(x)) ? \
x75include/asm-mips/byteorder.h__constant_ntohl((x)) : \
x76include/asm-mips/byteorder.h__ntohl((x)))
x77include/asm-mips/byteorder.h#  define ntohs(x) \
x78include/asm-mips/byteorder.h(__builtin_constant_p((short)(x)) ? \
x79include/asm-mips/byteorder.h__constant_ntohs((x)) : \
x80include/asm-mips/byteorder.h__ntohs((x)))
x81include/asm-mips/byteorder.h#  define htonl(x) \
x82include/asm-mips/byteorder.h(__builtin_constant_p((long)(x)) ? \
x83include/asm-mips/byteorder.h__constant_htonl((x)) : \
x84include/asm-mips/byteorder.h__htonl((x)))
x85include/asm-mips/byteorder.h#  define htons(x) \
x86include/asm-mips/byteorder.h(__builtin_constant_p((short)(x)) ? \
x87include/asm-mips/byteorder.h__constant_htons((x)) : \
x88include/asm-mips/byteorder.h__htons((x)))
x11include/asm-mips/mc146818rtc.h#define RTC_PORT(x)  (0x70 + (x))
x20include/asm-mips/mipsregs.h#define __STR(x) #x
x23include/asm-mips/mipsregs.h#define STR(x) __STR(x)
x24include/asm-mips/page.h#define pte_val(x)  ((x).pte)
x25include/asm-mips/page.h#define pmd_val(x)  ((x).pmd)
x26include/asm-mips/page.h#define pgd_val(x)  ((x).pgd)
x27include/asm-mips/page.h#define pgprot_val(x)  ((x).pgprot)
x29include/asm-mips/page.h#define __pte(x)  ((pte_t) { (x) } )
x30include/asm-mips/page.h#define __pme(x)  ((pme_t) { (x) } )
x31include/asm-mips/page.h#define __pgd(x)  ((pgd_t) { (x) } )
x32include/asm-mips/page.h#define __pgprot(x)  ((pgprot_t) { (x) } )
x43include/asm-mips/page.h#define pte_val(x)  (x)
x44include/asm-mips/page.h#define pmd_val(x)  (x)
x45include/asm-mips/page.h#define pgd_val(x)  (x)
x46include/asm-mips/page.h#define pgprot_val(x)  (x)
x48include/asm-mips/page.h#define __pte(x)  (x)
x49include/asm-mips/page.h#define __pmd(x)  (x)
x50include/asm-mips/page.h#define __pgd(x)  (x)
x51include/asm-mips/page.h#define __pgprot(x)  (x)
x83include/asm-mips/pgtable.h#define VMALLOC_VMADDR(x) ((unsigned long)(x))
x38include/asm-mips/segment.h#define put_user(x,ptr) __put_user((unsigned long)(x),(ptr),sizeof(*(ptr)))
x49include/asm-mips/segment.hstatic inline void __put_user(unsigned long x, void * y, int size)
x54include/asm-mips/segment.h*(char *) y = x;
x57include/asm-mips/segment.h*(short *) y = x;
x60include/asm-mips/segment.h*(int *) y = x;
x63include/asm-mips/segment.h*(long *) y = x;
x104include/asm-mips/segment.h#define put_fs_byte(x,addr) put_user((x),(char *)(addr))
x105include/asm-mips/segment.h#define put_fs_word(x,addr) put_user((x),(short *)(addr))
x106include/asm-mips/segment.h#define put_fs_long(x,addr) put_user((x),(int *)(addr))
x107include/asm-mips/segment.h#define put_fs_quad(x,addr) put_user((x),(long *)(addr))
x81include/asm-mips/system.h#define save_flags(x)                    \
x86include/asm-mips/system.h: "=r" (x))                      \
x88include/asm-mips/system.h#define restore_flags(x)                 \
x97include/asm-mips/system.h: "r" (x))                       \
x182include/asm-mips/system.h#define xchg(ptr,x) ((__typeof__(*(ptr)))__xchg((unsigned long)(x),(ptr),sizeof(*(ptr))))
x195include/asm-mips/system.hstatic inline unsigned long __xchg(unsigned long x, volatile void * ptr, int size)
x199include/asm-mips/system.hreturn xchg_u8(ptr, x);
x201include/asm-mips/system.hreturn xchg_u16(ptr, x);
x203include/asm-mips/system.hreturn xchg_u32(ptr, x);
x205include/asm-mips/system.hreturn xchg_u64(ptr, x);
x208include/asm-mips/system.hreturn x;
x24include/asm-mips/termios.h#define SET_LOW_BITS(x,y)  ((x) = (0xffff0000 & (x)) | (y))
x29include/asm-ppc/byteorder.h__ntohl(unsigned long int x)
x31include/asm-ppc/byteorder.hreturn (((x & 0x000000ffU) << 24) |
x32include/asm-ppc/byteorder.h((x & 0x0000ff00U) <<  8) |
x33include/asm-ppc/byteorder.h((x & 0x00ff0000U) >>  8) |
x34include/asm-ppc/byteorder.h((x & 0xff000000U) >> 24));
x38include/asm-ppc/byteorder.h__constant_ntohl(unsigned long int x)
x40include/asm-ppc/byteorder.hreturn (((x & 0x000000ffU) << 24) |
x41include/asm-ppc/byteorder.h((x & 0x0000ff00U) <<  8) |
x42include/asm-ppc/byteorder.h((x & 0x00ff0000U) >>  8) |
x43include/asm-ppc/byteorder.h((x & 0xff000000U) >> 24));
x47include/asm-ppc/byteorder.h__ntohs(unsigned short int x)
x49include/asm-ppc/byteorder.hreturn (((x & 0x00ff) << 8) |
x50include/asm-ppc/byteorder.h((x & 0xff00) >> 8));
x54include/asm-ppc/byteorder.h__constant_ntohs(unsigned short int x)
x56include/asm-ppc/byteorder.hreturn (((x & 0x00ff) << 8) |
x57include/asm-ppc/byteorder.h((x & 0xff00) >> 8));
x60include/asm-ppc/byteorder.h#define __htonl(x) __ntohl(x)
x61include/asm-ppc/byteorder.h#define __htons(x) __ntohs(x)
x62include/asm-ppc/byteorder.h#define __constant_htonl(x) __constant_ntohl(x)
x63include/asm-ppc/byteorder.h#define __constant_htons(x) __constant_ntohs(x)
x66include/asm-ppc/byteorder.h#  define ntohl(x) \
x67include/asm-ppc/byteorder.h(__builtin_constant_p((long)(x)) ? \
x68include/asm-ppc/byteorder.h__constant_ntohl((x)) : \
x69include/asm-ppc/byteorder.h__ntohl((x)))
x70include/asm-ppc/byteorder.h#  define ntohs(x) \
x71include/asm-ppc/byteorder.h(__builtin_constant_p((short)(x)) ? \
x72include/asm-ppc/byteorder.h__constant_ntohs((x)) : \
x73include/asm-ppc/byteorder.h__ntohs((x)))
x74include/asm-ppc/byteorder.h#  define htonl(x) \
x75include/asm-ppc/byteorder.h(__builtin_constant_p((long)(x)) ? \
x76include/asm-ppc/byteorder.h__constant_htonl((x)) : \
x77include/asm-ppc/byteorder.h__htonl((x)))
x78include/asm-ppc/byteorder.h#  define htons(x) \
x79include/asm-ppc/byteorder.h(__builtin_constant_p((short)(x)) ? \
x80include/asm-ppc/byteorder.h__constant_htons((x)) : \
x81include/asm-ppc/byteorder.h__htons((x)))
x86include/asm-ppc/byteorder.h#define ntohl(x) (x)
x87include/asm-ppc/byteorder.h#define ntohs(x) (x)
x88include/asm-ppc/byteorder.h#define htonl(x) (x)
x89include/asm-ppc/byteorder.h#define htons(x) (x)
x24include/asm-ppc/page.h#define pte_val(x)  ((x).pte)
x25include/asm-ppc/page.h#define pmd_val(x)  ((x).pmd)
x26include/asm-ppc/page.h#define pgd_val(x)  ((x).pgd)
x27include/asm-ppc/page.h#define pgprot_val(x)  ((x).pgprot)
x29include/asm-ppc/page.h#define __pte(x)  ((pte_t) { (x) } )
x30include/asm-ppc/page.h#define __pmd(x)  ((pmd_t) { (x) } )
x31include/asm-ppc/page.h#define __pgd(x)  ((pgd_t) { (x) } )
x32include/asm-ppc/page.h#define __pgprot(x)  ((pgprot_t) { (x) } )
x43include/asm-ppc/page.h#define pte_val(x)  (x)
x44include/asm-ppc/page.h#define pmd_val(x)  (x)
x45include/asm-ppc/page.h#define pgd_val(x)  (x)
x46include/asm-ppc/page.h#define pgprot_val(x)  (x)
x48include/asm-ppc/page.h#define __pte(x)  (x)
x49include/asm-ppc/page.h#define __pmd(x)  (x)
x50include/asm-ppc/page.h#define __pgd(x)  (x)
x51include/asm-ppc/page.h#define __pgprot(x)  (x)
x105include/asm-ppc/pgtable.h#define VMALLOC_VMADDR(x) ((unsigned long)(x))
x6include/asm-ppc/segment.h#define put_user(x,ptr) __put_user((unsigned long)(x),(ptr),sizeof(*(ptr)))
x11include/asm-ppc/segment.hstatic inline void __put_user(unsigned long x, void * y, int size)
x15include/asm-ppc/segment.h*(char *) y = x;
x18include/asm-ppc/segment.h*(short *) y = x;
x21include/asm-ppc/segment.h*(int *) y = x;
x24include/asm-ppc/segment.h*(long *) y = x;
x80include/asm-ppc/segment.h#define put_fs_byte(x,addr) put_user_byte((x),(char *)(addr))
x87include/asm-ppc/segment.h#define put_fs_word(x,addr) put_user_word((x),(short *)(addr))
x94include/asm-ppc/segment.h#define put_fs_long(x,addr) put_user_long((x),(int *)(addr))
x101include/asm-ppc/segment.h#define put_fs_quad(x,addr) put_user_quad((x),(long *)(addr))
x27include/asm-ppc/system.h#define xchg(ptr,x) ((__typeof__(*(ptr)))__xchg((unsigned long)(x),(ptr),sizeof(*(ptr))))
x50include/asm-ppc/system.hstatic inline unsigned long __xchg(unsigned long x, void * ptr, int size)
x54include/asm-ppc/system.hreturn (unsigned long )xchg_u32(ptr, x);
x56include/asm-ppc/system.hreturn (unsigned long )xchg_u64(ptr, x);
x59include/asm-ppc/system.hreturn x;
x351include/asm-ppc/termios.h#define SET_LOW_BITS(x,y)  ((x) = (0xffff0000 & (x)) | (y))
x23include/asm-sparc/a.out.h#define N_TXTOFF(x)     (N_MAGIC(x) == ZMAGIC ? 0 : sizeof (struct exec))
x26include/asm-sparc/a.out.h#define N_SYMOFF(x)     (N_TXTOFF(x) + (x).a_text +   \
x27include/asm-sparc/a.out.h(x).a_data + (x).a_trsize +  \
x28include/asm-sparc/a.out.h(x).a_drsize)
x31include/asm-sparc/a.out.h#define N_TXTADDR(x)    (((N_MAGIC(x) == ZMAGIC) &&        \
x32include/asm-sparc/a.out.h((x).a_entry < SPARC_PGSIZE)) ?   \
x36include/asm-sparc/a.out.h#define N_DATADDR(x) (N_MAGIC(x)==OMAGIC ?         \
x37include/asm-sparc/a.out.h(N_TXTADDR(x) + (x).a_text)  \
x38include/asm-sparc/a.out.h: (_N_SEGMENT_ROUND (_N_TXTENDADDR(x))))
x5include/asm-sparc/byteorder.h#define ntohl(x) x
x6include/asm-sparc/byteorder.h#define ntohs(x) x
x7include/asm-sparc/byteorder.h#define htonl(x) x
x8include/asm-sparc/byteorder.h#define htons(x) x
x13include/asm-sparc/checksum.hextern inline unsigned short from32to16(unsigned long x)
x16include/asm-sparc/checksum.hx = (x & 0xffff) + (x >> 16);
x18include/asm-sparc/checksum.hx = (x & 0xffff) + (x >> 16);
x20include/asm-sparc/checksum.hx = (x & 0xffff) + (x >> 16);
x21include/asm-sparc/checksum.hreturn x;
x71include/asm-sparc/floppy.h#define virt_to_bus(x)            (x)
x72include/asm-sparc/floppy.h#define bus_to_virt(x)            (x)
x75include/asm-sparc/floppy.h#define get_dma_residue(x)        (0)
x47include/asm-sparc/mostek.h#define MSTK_REGVAL_TO_DECIMAL(x)  (((x) & 0xf) + 0xa * ((x) >> 0x4))
x48include/asm-sparc/mostek.h#define MSTK_DECIMAL_TO_REGVAL(x)  ((((x) / 0xa) << 0x4) + ((x) % 0xa))
x55include/asm-sparc/page.h#define pte_val(x)  ((x).pte)
x56include/asm-sparc/page.h#define pmd_val(x)      ((x).pmd)
x57include/asm-sparc/page.h#define pgd_val(x)  ((x).pgd)
x58include/asm-sparc/page.h#define pgprot_val(x)  ((x).pgprot)
x60include/asm-sparc/page.h#define __pte(x)  ((pte_t) { (x) } )
x61include/asm-sparc/page.h#define __pmd(x)        ((pmd_t) { (x) } )
x62include/asm-sparc/page.h#define __pgd(x)  ((pgd_t) { (x) } )
x63include/asm-sparc/page.h#define __pgprot(x)  ((pgprot_t) { (x) } )
x74include/asm-sparc/page.h#define pte_val(x)  (x)
x75include/asm-sparc/page.h#define pmd_val(x)      (x)
x76include/asm-sparc/page.h#define pgd_val(x)  (x)
x77include/asm-sparc/page.h#define pgprot_val(x)  (x)
x79include/asm-sparc/page.h#define __pte(x)  (x)
x80include/asm-sparc/page.h#define __pmd(x)        (x)
x81include/asm-sparc/page.h#define __pgd(x)  (x)
x82include/asm-sparc/page.h#define __pgprot(x)  (x)
x53include/asm-sparc/pgtable.h#define VMALLOC_VMADDR(x) ((unsigned long)(x))
x81include/asm-sparc/pgtsrmmu.h#define _SRMMU_PAGE_NORMAL(x) __pgprot(_SRMMU_PAGE_VALID | _SRMMU_PAGE_REF | (x))
x19include/asm-sparc/segment.h#define put_user(x,ptr) __put_user((unsigned long)(x),(ptr),sizeof(*(ptr)))
x30include/asm-sparc/segment.hstatic inline void __put_user(unsigned long x, void * y, int size)
x34include/asm-sparc/segment.h*(char *) y = x;
x37include/asm-sparc/segment.h*(short *) y = x;
x40include/asm-sparc/segment.h*(int *) y = x;
x92include/asm-sparc/segment.h#define put_fs_byte(x,addr) put_user_byte((x),(char *)(addr))
x99include/asm-sparc/segment.h#define put_fs_word(x,addr) put_user_word((x),(short *)(addr))
x106include/asm-sparc/segment.h#define put_fs_long(x,addr) put_user_long((x),(int *)(addr))
x114include/asm-sparc/system.h#define xchg(ptr,x) ((__typeof__(*(ptr)))__xchg((unsigned long)(x),(ptr),sizeof(*(ptr))))
x119include/asm-sparc/system.hstatic inline unsigned long __xchg(unsigned long x, volatile void * ptr, int size)
x123include/asm-sparc/system.hreturn xchg_u32(ptr, x);
x126include/asm-sparc/system.hreturn x;
x359include/asm-sparc/termios.h#define SET_LOW_BITS(x,y)  ((x) = (0xffff0000 & (x)) | (y))
x74include/linux/a.out.h#define N_BADMAG(x)    (N_MAGIC(x) != OMAGIC    \
x75include/linux/a.out.h&& N_MAGIC(x) != NMAGIC    \
x76include/linux/a.out.h&& N_MAGIC(x) != ZMAGIC \
x77include/linux/a.out.h&& N_MAGIC(x) != QMAGIC)
x80include/linux/a.out.h#define _N_HDROFF(x) (1024 - sizeof (struct exec))
x83include/linux/a.out.h#define N_TXTOFF(x) \
x84include/linux/a.out.h(N_MAGIC(x) == ZMAGIC ? _N_HDROFF((x)) + sizeof (struct exec) : \
x85include/linux/a.out.h(N_MAGIC(x) == QMAGIC ? 0 : sizeof (struct exec)))
x89include/linux/a.out.h#define N_DATOFF(x) (N_TXTOFF(x) + (x).a_text)
x93include/linux/a.out.h#define N_TRELOFF(x) (N_DATOFF(x) + (x).a_data)
x97include/linux/a.out.h#define N_DRELOFF(x) (N_TRELOFF(x) + (x).a_trsize)
x101include/linux/a.out.h#define N_SYMOFF(x) (N_DRELOFF(x) + (x).a_drsize)
x105include/linux/a.out.h#define N_STROFF(x) (N_SYMOFF(x) + (x).a_syms)
x110include/linux/a.out.h#define N_TXTADDR(x) (N_MAGIC(x) == QMAGIC ? PAGE_SIZE : 0)
x139include/linux/a.out.h#define _N_SEGMENT_ROUND(x) (((x) + SEGMENT_SIZE - 1) & ~(SEGMENT_SIZE - 1))
x141include/linux/a.out.h#define _N_TXTENDADDR(x) (N_TXTADDR(x)+(x).a_text)
x144include/linux/a.out.h#define N_DATADDR(x) \
x145include/linux/a.out.h(N_MAGIC(x)==OMAGIC? (_N_TXTENDADDR(x)) \
x146include/linux/a.out.h: (_N_SEGMENT_ROUND (_N_TXTENDADDR(x))))
x151include/linux/a.out.h#define N_BSSADDR(x) (N_DATADDR(x) + (x).a_data)
x300include/linux/blk.h#define SET_INTR(x) \
x301include/linux/blk.hif ((DEVICE_INTR = (x)) != NULL) \
x308include/linux/blk.h#define SET_INTR(x) (DEVICE_INTR = (x))
x106include/linux/coff.h#define COFF_I386BADMAG(x) ((COFF_SHORT((x).f_magic) != COFF_I386MAGIC) \
x107include/linux/coff.h&& COFF_SHORT((x).f_magic) != COFF_I386PTXMAGIC \
x108include/linux/coff.h&& COFF_SHORT((x).f_magic) != COFF_I386AIXMAGIC)
x110include/linux/coff.h#define COFF_I386BADMAG(x) (COFF_SHORT((x).f_magic) != COFF_I386MAGIC)
x79include/linux/elf.h#define ELF32_ST_BIND(x) ((x) >> 4)
x80include/linux/elf.h#define ELF32_ST_TYPE(x) (((unsigned int) x) & 0xf)
x112include/linux/elf.h#define ELF32_R_SYM(x) ((x) >> 8)
x113include/linux/elf.h#define ELF32_R_TYPE(x) ((x) & 0xff)
x27include/linux/gscd.h#define GSCDPORT(x)    (gscd_port + (x))
x125include/linux/in.h#define LOOPBACK(x)  (((x) & htonl(0xff000000)) == htonl(0x7f000000))
x126include/linux/in.h#define MULTICAST(x)  (((x) & htonl(0xf0000000)) == htonl(0xe0000000))
x44include/linux/keyboard.h#define KTYP(x)    ((x) >> 8)
x45include/linux/keyboard.h#define KVAL(x)    ((x) & 0xff)
x16include/linux/mc146818rtc.h#define RTC_PORT(x)  (0x70 + (x))
x41include/linux/mcd.h#define MCDPORT(x)    (mcd_port + (x))
x83include/linux/mcdx.h#define INFO(x)
x85include/linux/mcdx.h#define INFO(x) warn x
x88include/linux/mcdx.h#define WARN(x) warn x
x91include/linux/mcdx.h#define TRACE(x) trace x
x108include/linux/mcdx.h#define TRACE(x)
x155include/linux/mcdx.h#define e_door(x)    ((x) & MCDX_RBIT_OPEN)
x156include/linux/mcdx.h#define e_check(x)    (~(x) & MCDX_RBIT_CHECK)
x157include/linux/mcdx.h#define e_notset(x)    (~(x) & MCDX_RBIT_DISKSET)
x158include/linux/mcdx.h#define e_changed(x)  ((x) & MCDX_RBIT_CHANGED)
x159include/linux/mcdx.h#define e_audio(x)    ((x) & MCDX_RBIT_AUDIOTR)
x160include/linux/mcdx.h#define e_audiobusy(x)  ((x) & MCDX_RBIT_AUDIOBS)
x161include/linux/mcdx.h#define e_cmderr(x)    ((x) & MCDX_RBIT_CMDERR)
x162include/linux/mcdx.h#define e_readerr(x)  ((x) & MCDX_RBIT_RDERR)
x190include/linux/mtio.h#define GMT_EOF(x)              ((x) & 0x80000000)
x191include/linux/mtio.h#define GMT_BOT(x)              ((x) & 0x40000000)
x192include/linux/mtio.h#define GMT_EOT(x)              ((x) & 0x20000000)
x193include/linux/mtio.h#define GMT_SM(x)               ((x) & 0x10000000)  /* DDS setmark */
x194include/linux/mtio.h#define GMT_EOD(x)              ((x) & 0x08000000)  /* DDS EOD */
x195include/linux/mtio.h#define GMT_WR_PROT(x)          ((x) & 0x04000000)
x197include/linux/mtio.h#define GMT_ONLINE(x)           ((x) & 0x01000000)
x198include/linux/mtio.h#define GMT_D_6250(x)           ((x) & 0x00800000)
x199include/linux/mtio.h#define GMT_D_1600(x)           ((x) & 0x00400000)
x200include/linux/mtio.h#define GMT_D_800(x)            ((x) & 0x00200000)
x203include/linux/mtio.h#define GMT_DR_OPEN(x)          ((x) & 0x00040000)  /* door open (no tape) */
x205include/linux/mtio.h#define GMT_IM_REP_EN(x)        ((x) & 0x00010000)  /* immediate report mode */
x35include/linux/pagemap.h#define s(x) ((x)+((x)>>PAGE_HASH_BITS))
x163include/linux/ppp-comp.h#define BSD_NBITS(x)    ((x) & 0x1F)  /* number of bits requested */
x164include/linux/ppp-comp.h#define BSD_VERSION(x)    ((x) >> 5)  /* version of option format */
x186include/linux/ppp-comp.h#define DEFLATE_SIZE(x)    (((x) >> 4) + DEFLATE_MIN_SIZE)
x187include/linux/ppp-comp.h#define DEFLATE_METHOD(x)  ((x) & 0x0F)
x169include/linux/ppp_defs.h#define __P(x)  x
x171include/linux/ppp_defs.h#define __P(x)  ()
x194include/linux/proc_fs.hstatic inline int proc_net_register(struct proc_dir_entry * x)
x196include/linux/proc_fs.hreturn proc_register(&proc_net, x);
x199include/linux/proc_fs.hstatic inline int proc_net_unregister(int x)
x201include/linux/proc_fs.hreturn proc_unregister(&proc_net, x);
x205include/linux/proc_fs.hstruct proc_dir_entry *x)
x207include/linux/proc_fs.hx->ops = &proc_scsi_inode_operations;
x208include/linux/proc_fs.hif(x->low_ino < PROC_SCSI_FILE){
x209include/linux/proc_fs.hreturn(proc_register(&proc_scsi, x));
x211include/linux/proc_fs.hreturn(proc_register(driver, x));
x215include/linux/proc_fs.hstatic inline int proc_scsi_unregister(struct proc_dir_entry *driver, int x)
x219include/linux/proc_fs.hif(x <= PROC_SCSI_FILE)
x220include/linux/proc_fs.hreturn(proc_unregister(&proc_scsi, x));
x226include/linux/proc_fs.hif (dp->low_ino == x) 
x230include/linux/proc_fs.hret = proc_unregister(driver, x);
x431include/linux/sbpcd.h#define OUT(x,y)  outb(y,x)
x62include/linux/sched.h#define CT_TO_SECS(x)  ((x) / HZ)
x63include/linux/sched.h#define CT_TO_USECS(x)  (((x) % HZ) * 1000000/HZ)
x53include/linux/sjcd.h#define SJCD_STATUS_AVAILABLE( x ) (((x)&0x02)==0)
x54include/linux/sjcd.h#define SJCD_DATA_AVAILABLE( x )   (((x)&0x01)==0)
x60include/linux/sjcd.h#define SJCDPORT( x )       ( sjcd_base + ( x ) )
x130include/linux/sjcd.hunsigned char x, y, z;
x140include/linux/sjcd.hunsigned char x;
x96include/linux/sonycd535.h#define SONY_BLOCK_NUMBER_MSF(x) (((x)[0]*60L+(x)[1])*75L+(x)[2])
x81include/linux/soundcard.h#define  _IO(x,y)  ((int)(IOC_VOID|(x<<8)|y))
x82include/linux/soundcard.h#define  _IOR(x,y,t)  ((int)(IOC_OUT|((sizeof(t)&IOCPARM_MASK)<<16)|(x<<8)|y))
x83include/linux/soundcard.h#define  _IOW(x,y,t)  ((int)(IOC_IN|((sizeof(t)&IOCPARM_MASK)<<16)|(x<<8)|y))
x85include/linux/soundcard.h#define  _IOWR(x,y,t)  ((int)(IOC_INOUT|((sizeof(t)&IOCPARM_MASK)<<16)|(x<<8)|y))
x19include/linux/stats206.hy {x(interrupt), x(data_ready), x(fifo_overflow), x(data_error),
x20include/linux/stats206.hx(crc_error), x(sync_error), x(lost_intr), x(echo),
x21include/linux/stats206.hx(write_timeout), x(receive_timeout), x(read_timeout),
x22include/linux/stats206.hx(dsb_timeout), x(stop_0xff), x(back_read_timeout),
x23include/linux/stats206.hx(sector_transferred), x(read_restarted), x(read_background),
x24include/linux/stats206.hx(bh), x(open), x(ioctl_multisession)
x26include/linux/stats206.h, x(last_entry)
x42include/linux/sysv_fs.hstatic inline coh_ulong to_coh_ulong (unsigned long x)
x44include/linux/sysv_fs.hreturn ((x & 0xffff) << 16) | ((x & 0xffff0000) >> 16);
x47include/linux/sysv_fs.hstatic inline unsigned long from_coh_ulong (coh_ulong x)
x49include/linux/sysv_fs.hreturn ((x & 0xffff) << 16) | ((x & 0xffff0000) >> 16);
x10include/linux/wrapper.h#define connect_wrapper(x) 0
x478include/net/sock.h#define NETDEBUG(x)    x
x156include/net/tcp.h#define     tcp_reset_msl_timer(x,y,z)  reset_timer(x,y,z)
x1lib/inflate.c#define DEBG(x)
x2lib/inflate.c#define DEBG1(x)
x297lib/inflate.cunsigned x[BMAX+1];           /* bit offsets, then code stack */
x351lib/inflate.cx[1] = j = 0;
x352lib/inflate.cp = c + 1;  xp = x + 2;
x363lib/inflate.cv[x[j]++] = i;
x369lib/inflate.cx[0] = i = 0;                 /* first Huffman code is zero */
x429lib/inflate.cx[h] = i;             /* save pattern for backing up */
x468lib/inflate.cwhile ((i & ((1 << w) - 1)) != x[h])
x218mm/page_alloc.c#define LONG_ALIGN(x) (((x)+(sizeof(long))-1)&~((sizeof(long))-1))
x69net/appletalk/ddp.c#define DPRINT(x)    print(x)
x71net/appletalk/ddp.c#define DPRINT(x)
x23net/core/iovec.cextern inline int min(int x, int y)
x25net/core/iovec.creturn x>y?y:x;
x41scripts/ksymoops.ccinline int strequ(char const* x, char const* y) { return (::strcmp(x, y) == 0); }
x42scripts/ksymoops.ccinline int strnequ(char const* x, char const* y, size_t n) { return (::strncmp(x, y, n) == 0); }
x61scripts/lxdialog/checklist.cint y, int x, int height)
x63scripts/lxdialog/checklist.cwmove(win, y, x);
x79scripts/lxdialog/checklist.cwmove(win, y, x);
x101scripts/lxdialog/checklist.cint x = width / 2 - 11;
x104scripts/lxdialog/checklist.cprint_button (dialog, "Select", y, x, okval);
x105scripts/lxdialog/checklist.cprint_button (dialog, " Help ", y, x + 14, cancelval);
x119scripts/lxdialog/checklist.cint i, x, y, cur_x, cur_y, box_x, box_y;
x143scripts/lxdialog/checklist.cx = (COLS - width) / 2;
x146scripts/lxdialog/checklist.cdraw_shadow (stdscr, y, x, height, width);
x148scripts/lxdialog/checklist.cdialog = newwin (height, width, y, x);
x175scripts/lxdialog/checklist.clist = subwin (dialog, list_height, list_width, y+box_y+1, x+box_x+1);
x147scripts/lxdialog/colors.h#define C_ATTR(x,y)                  ((x ? A_BOLD : 0) | COLOR_PAIR((y)))
x35scripts/lxdialog/dialog.h#define MIN(x,y) (x < y ? x : y)
x36scripts/lxdialog/dialog.h#define MAX(x,y) (x > y ? x : y)
x128scripts/lxdialog/dialog.hvoid print_autowrap (WINDOW * win, const char *prompt, int width, int y, int x);
x129scripts/lxdialog/dialog.hvoid print_button (WINDOW * win, const char *label, int y, int x, int selected);
x130scripts/lxdialog/dialog.hvoid draw_box (WINDOW * win, int y, int x, int height, int width, chtype box,
x132scripts/lxdialog/dialog.hvoid draw_shadow (WINDOW * win, int y, int x, int height, int width);
x32scripts/lxdialog/inputbox.cint x = width / 2 - 11;
x35scripts/lxdialog/inputbox.cprint_button (dialog, "  Ok  ", y, x, okval);
x36scripts/lxdialog/inputbox.cprint_button (dialog, " Help ", y, x + 14, cancelval);
x48scripts/lxdialog/inputbox.cint i, x, y, box_y, box_x, box_width;
x54scripts/lxdialog/inputbox.cx = (COLS - width) / 2;
x58scripts/lxdialog/inputbox.cdraw_shadow (stdscr, y, x, height, width);
x60scripts/lxdialog/inputbox.cdialog = newwin (height, width, y, x);
x83scripts/lxdialog/inputbox.cgetyx (dialog, y, x);
x54scripts/lxdialog/menubox.cint y, int x, int height)
x56scripts/lxdialog/menubox.cwmove(win, y, x);
x72scripts/lxdialog/menubox.cwmove(win, y, x);
x95scripts/lxdialog/menubox.cint x = width / 2 - 16;
x98scripts/lxdialog/menubox.cprint_button (win, "Select", y, x, okval);
x99scripts/lxdialog/menubox.cprint_button (win, " Exit ", y, x + 12, exitval);
x100scripts/lxdialog/menubox.cprint_button (win, " Help ", y, x + 24, cancelval);
x114scripts/lxdialog/menubox.cint i, j, x, y, cur_x, cur_y, box_x, box_y;
x121scripts/lxdialog/menubox.cx = (COLS - width) / 2;
x124scripts/lxdialog/menubox.cdraw_shadow (stdscr, y, x, height, width);
x126scripts/lxdialog/menubox.cdialog = newwin (height, width, y, x);
x154scripts/lxdialog/menubox.cy + box_y + 1, x + box_x + 1);
x32scripts/lxdialog/msgbox.cint i, x, y, key = 0;
x36scripts/lxdialog/msgbox.cx = (COLS - width) / 2;
x39scripts/lxdialog/msgbox.cdraw_shadow (stdscr, y, x, height, width);
x41scripts/lxdialog/msgbox.cdialog = newwin (height, width, y, x);
x40scripts/lxdialog/textbox.cint i, x, y, cur_x, cur_y, fpos, key = 0;
x82scripts/lxdialog/textbox.cx = (COLS - width) / 2;
x86scripts/lxdialog/textbox.cdraw_shadow (stdscr, y, x, height, width);
x88scripts/lxdialog/textbox.cdialog = newwin (height, width, y, x);
x92scripts/lxdialog/textbox.ctext = subwin (dialog, height - 4, width - 2, y + 1, x + 1);
x451scripts/lxdialog/textbox.cint i, y, x;
x460scripts/lxdialog/textbox.cgetyx (win, y, x);
x462scripts/lxdialog/textbox.cfor (i = 0; i < width - x; i++)
x198scripts/lxdialog/util.cprint_autowrap (WINDOW * win, const char *prompt, int width, int y, int x)
x215scripts/lxdialog/util.cif (strlen (tempstr) <= width - x * 2) {  /* If prompt is short */
x219scripts/lxdialog/util.ccur_x = x;
x227scripts/lxdialog/util.ccur_x = x;
x241scripts/lxdialog/util.cprint_button (WINDOW * win, const char *label, int y, int x, int selected)
x245scripts/lxdialog/util.cwmove (win, y, x);
x262scripts/lxdialog/util.cwmove (win, y, x + temp + 1);
x269scripts/lxdialog/util.cdraw_box (WINDOW * win, int y, int x, int height, int width,
x276scripts/lxdialog/util.cwmove (win, y + i, x);
x304scripts/lxdialog/util.cdraw_shadow (WINDOW * win, int y, int x, int height, int width)
x310scripts/lxdialog/util.cwmove (win, y + height, x + 2);
x314scripts/lxdialog/util.cwmove (win, i, x + width);
x30scripts/lxdialog/yesno.cint x = width / 2 - 10;
x33scripts/lxdialog/yesno.cprint_button (dialog, " Yes ", y, x, okval);
x34scripts/lxdialog/yesno.cprint_button (dialog, "  No  ", y, x + 13, cancelval);
x45scripts/lxdialog/yesno.cint i, x, y, key = 0, button = 0;
x49scripts/lxdialog/yesno.cx = (COLS - width) / 2;
x52scripts/lxdialog/yesno.cdraw_shadow (stdscr, y, x, height, width);
x54scripts/lxdialog/yesno.cdialog = newwin (height, width, y, x);