taglinefilesource code
x55arch/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;
x25arch/alpha/mm/fault.c#define tbisi(x) tbi(1,(x))
x26arch/alpha/mm/fault.c#define tbisd(x) tbi(2,(x))
x27arch/alpha/mm/fault.c#define tbis(x)  tbi(3,(x))
x222arch/i386/boot/compressed/gzip.h#  define Trace(x) fprintf x
x223arch/i386/boot/compressed/gzip.h#  define Tracev(x) {if (verbose) fprintf x ;}
x224arch/i386/boot/compressed/gzip.h#  define Tracevv(x) {if (verbose>1) fprintf x ;}
x225arch/i386/boot/compressed/gzip.h#  define Tracec(c,x) {if (verbose && (c)) fprintf x ;}
x226arch/i386/boot/compressed/gzip.h#  define Tracecv(c,x) {if (verbose>1 && (c)) fprintf x ;}
x229arch/i386/boot/compressed/gzip.h#  define Trace(x)
x230arch/i386/boot/compressed/gzip.h#  define Tracev(x)
x231arch/i386/boot/compressed/gzip.h#  define Tracevv(x)
x232arch/i386/boot/compressed/gzip.h#  define Tracec(c,x)
x233arch/i386/boot/compressed/gzip.h#  define Tracecv(c,x)
x1arch/i386/boot/compressed/inflate.c#define DEBG(x)
x2arch/i386/boot/compressed/inflate.c#define DEBG1(x)
x128arch/i386/boot/compressed/inflate.cunsigned x[BMAX+1];           /* bit offsets, then code stack */
x179arch/i386/boot/compressed/inflate.cx[1] = j = 0;
x180arch/i386/boot/compressed/inflate.cp = c + 1;  xp = x + 2;
x191arch/i386/boot/compressed/inflate.cv[x[j]++] = i;
x197arch/i386/boot/compressed/inflate.cx[0] = i = 0;                 /* first Huffman code is zero */
x251arch/i386/boot/compressed/inflate.cx[h] = i;             /* save pattern for backing up */
x289arch/i386/boot/compressed/inflate.cwhile ((i & ((1 << w) - 1)) != x[h])
x131arch/i386/boot/compressed/misc.cint x,y;
x134arch/i386/boot/compressed/misc.cx = SCREEN_INFO.orig_x;
x139arch/i386/boot/compressed/misc.cx = 0;
x145arch/i386/boot/compressed/misc.cvidmem [ ( x + cols * y ) * 2 ] = c; 
x146arch/i386/boot/compressed/misc.cif ( ++x >= cols ) {
x147arch/i386/boot/compressed/misc.cx = 0;
x156arch/i386/boot/compressed/misc.cSCREEN_INFO.orig_x = x;
x298arch/i386/boot/compressed/misc.cvoid error(char *x)
x301arch/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
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))
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) = *(short *)&((x)->sign); \
x137arch/i386/math-emu/fpu_emu.h*(long *)&((y)->exp) = *(long *)&((x)->exp); \
x138arch/i386/math-emu/fpu_emu.h*(long long *)&((y)->sigl) = *(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
x223arch/sparc/kernel/probe.cunsigned int x,y;
x234arch/sparc/kernel/probe.cfor(x=0,y=vac_linesize; ((1<<x)<y); x++);
x235arch/sparc/kernel/probe.cif((1<<x) != vac_linesize) printk("Warning BOGUS VAC linesize 0x%x",
x237arch/sparc/kernel/probe.cvac_entries_per_page = x;
x244arch/sparc/kernel/probe.cfor(x=AC_CACHETAGS; x<(AC_CACHETAGS+vac_size); x+=vac_linesize)
x245arch/sparc/kernel/probe.c__asm__("sta %%g0, [%0] %1" : : "r" (x), "i" (0x2));
x246arch/sparc/kernel/probe.cx=enable_vac();
x298drivers/block/blk.h#define SET_INTR(x) \
x299drivers/block/blk.hif ((DEVICE_INTR = (x)) != NULL) \
x306drivers/block/blk.h#define SET_INTR(x) (DEVICE_INTR = (x))
x211drivers/block/floppy.c#define TYPE(x) ( ((x)>>2) & 0x1f )
x212drivers/block/floppy.c#define DRIVE(x) ( ((x)&0x03) | (((x)&0x80 ) >> 5))
x213drivers/block/floppy.c#define UNIT(x) ( (x) & 0x03 )    /* drive on fdc */
x214drivers/block/floppy.c#define FDC(x) ( ((x) & 0x04) >> 2 )  /* fdc of drive */
x221drivers/block/floppy.c#define CLEARF(x) (clear_bit(x##_BIT, &DRS->flags))
x222drivers/block/floppy.c#define SETF(x) (set_bit(x##_BIT, &DRS->flags))
x223drivers/block/floppy.c#define TESTF(x) (test_bit(x##_BIT, &DRS->flags))
x229drivers/block/floppy.c#define UCLEARF(x) (clear_bit(x##_BIT, &UDRS->flags))
x230drivers/block/floppy.c#define USETF(x) (set_bit(x##_BIT, &UDRS->flags))
x231drivers/block/floppy.c#define UTESTF(x) (test_bit(x##_BIT, &UDRS->flags))
x233drivers/block/floppy.c#define DPRINT(x) printk(DEVICE_NAME "%d: " x,current_drive)
x235drivers/block/floppy.c#define DPRINT1(x,x1) \
x236drivers/block/floppy.cprintk(DEVICE_NAME "%d: " x,current_drive,(x1))
x238drivers/block/floppy.c#define DPRINT2(x,x1,x2) \
x239drivers/block/floppy.cprintk(DEVICE_NAME "%d: " x,current_drive,(x1),(x2))
x241drivers/block/floppy.c#define DPRINT3(x,x1,x2,x3) \
x242drivers/block/floppy.cprintk(DEVICE_NAME "%d: " x,current_drive,(x1),(x2),(x3))
x308drivers/block/floppy.c#define ARRAY_SIZE(x) (sizeof(x) / sizeof( (x)[0] ))
x414drivers/block/floppy.c#define  NUMBER(x)  (sizeof(x) / sizeof(*(x)))
x448drivers/block/floppy.c#define CALL(x) if( (x) == -EINTR) return -EINTR;
x449drivers/block/floppy.c#define _WAIT(x,i) CALL(ret=wait_til_done((x),i))
x450drivers/block/floppy.c#define WAIT(x) _WAIT((x),interruptible)
x451drivers/block/floppy.c#define IWAIT(x) _WAIT((x),1)
x1063drivers/block/floppy.c#define LAST_OUT(x) if(output_byte(x)){ reset_fdc();return;}
x1998drivers/block/floppy.c#define FM_MODE(x,y) ((y) & ~(((x)->rate & 0x80 ) >>1))
x1999drivers/block/floppy.c#define CT(x) ( (x) | 0x40 )
x2800drivers/block/floppy.c#define COPYOUT(x) (fd_copyout( (void *)param, &(x), sizeof(x)))
x2801drivers/block/floppy.c#define COPYIN(x) (memcpy_fromfs( &(x), (void *) param, sizeof(x)),0)
x3198drivers/block/floppy.c#define RETERR(x) \
x3200drivers/block/floppy.creturn -(x);}while(0)
x1387drivers/block/ide-cd.cvoid byte_swap_word (unsigned short *x)
x1389drivers/block/ide-cd.cchar *c = (char *)x;
x1397drivers/block/ide-cd.cvoid byte_swap_long (unsigned *x)
x1399drivers/block/ide-cd.cchar *c = (char *)x;
x1410drivers/block/ide-cd.cint bin2bcd (int x)
x1412drivers/block/ide-cd.creturn (x%10) | ((x/10) << 4);
x730drivers/block/mcdx.cunsigned char x;
x741drivers/block/mcdx.c(~(x = inb((unsigned int) stuffp->rreg_status)) & MCDX_RBIT_DTEN))) 
x743drivers/block/mcdx.cirq, x, inb((unsigned int) stuffp->rreg_data)));
x747drivers/block/mcdx.cTRACE((IRQ, "irq() irq %d ok, status %02x\n", irq, x));
x746drivers/block/sjcd.csubchnl.cdsc_ind = bcd2bin( q_info.x );
x466drivers/char/console.cgotoxy(currcons, x, y);
x489drivers/char/console.c#define set_kbd(x) set_vc_kbd_mode(kbd_table+currcons,x)
x490drivers/char/console.c#define clr_kbd(x) clr_vc_kbd_mode(kbd_table+currcons,x)
x491drivers/char/console.c#define is_kbd(x) vc_kbd_mode(kbd_table+currcons,x)
x525drivers/char/console.cx = 0;
x528drivers/char/console.cx = video_num_columns - 1;
x530drivers/char/console.cx = new_x;
x543drivers/char/console.cpos = origin + y*video_size_row + (x<<1);
x786drivers/char/console.cpos -= x<<1;
x787drivers/char/console.cneed_wrap = x = 0;
x792drivers/char/console.cif (x) {
x794drivers/char/console.cx--;
x839drivers/char/console.ccount = video_num_columns-x;
x843drivers/char/console.cstart = (unsigned short *) (pos - (x<<1));
x844drivers/char/console.ccount = x+1;
x847drivers/char/console.cstart = (unsigned short *) (pos - (x<<1));
x869drivers/char/console.ccount = (vpar > video_num_columns-x) ? (video_num_columns-x) : vpar;
x1022drivers/char/console.csprintf(buf, "\033[%ld;%ldR", y + (decom ? top+1 : 1), x+1);
x1114drivers/char/console.cp[0] = x;
x1221drivers/char/console.cunsigned int i = x;
x1242drivers/char/console.cunsigned int i = x;
x1301drivers/char/console.csaved_x    = x;
x1514drivers/char/console.cif (x == video_num_columns - 1)
x1517drivers/char/console.cx++;
x1535drivers/char/console.cpos -= (x << 1);
x1536drivers/char/console.cwhile (x < video_num_columns - 1) {
x1537drivers/char/console.cx++;
x1538drivers/char/console.cif (tab_stop[x >> 5] & (1 << (x & 31)))
x1541drivers/char/console.cpos += (x << 1);
x1597drivers/char/console.ctab_stop[x >> 5] |= (1 << (x & 31));
x1707drivers/char/console.cgotoxy(currcons,x,y-par[0]);
x1711drivers/char/console.cgotoxy(currcons,x,y+par[0]);
x1715drivers/char/console.cgotoxy(currcons,x+par[0],y);
x1719drivers/char/console.cgotoxy(currcons,x-par[0],y);
x1731drivers/char/console.cgotoxy(currcons,x,par[0]);
x1759drivers/char/console.ctab_stop[x >> 5] &= ~(1 << (x & 31));
x1920drivers/char/console.cif (x == video_num_columns - 1) {
x1924drivers/char/console.cx++;
x2187drivers/char/console.cpos = origin + y*video_size_row + (x<<1);
x2231drivers/char/console.cpos = origin + y*video_size_row + (x<<1);
x227drivers/char/cyclades.c#define small_delay(x) for(j=0;j<x;j++)k++;
x119drivers/char/kbd_kern.h#define U(x) ((x) ^ 0xf000)
x37drivers/char/keyboard.c#define SIZE(x) (sizeof(x)/sizeof((x)[0]))
x1899drivers/char/scc.c#define CAST(x) (unsigned long)(x)
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)))
x116drivers/char/tty_ioctl.c#define SET_LOW_BITS(x,y)  ((x) = (0xffff0000 & (x)) | (y))
x183drivers/net/arcnet.c#define BUGLVL(x) if (net_debug>=x)
x86drivers/net/de600.c#define PRINTK(x) if (de600_debug >= 2) printk x
x89drivers/net/de600.c#define PRINTK(x) /**/
x162drivers/net/de620.c#define PRINTK(x) if (de620_debug >= 2) printk x
x165drivers/net/de620.c#define PRINTK(x) /**/
x1538drivers/net/depca.cu_short j, x, chksum;
x1540drivers/net/depca.cx = (((adapter == de100) || (adapter == de101)) ? 1 : 0);
x1546drivers/net/depca.ck += (u_char) (tmp = inb(DEPCA_PROM + x));
x1548drivers/net/depca.ck += (u_short) ((tmp = inb(DEPCA_PROM + x)) << 8);
x1555drivers/net/depca.cchksum = (u_char) inb(DEPCA_PROM + x);
x1556drivers/net/depca.cchksum |= (u_short) (inb(DEPCA_PROM + x) << 8);
x159drivers/net/ibmtr.h#define SET_PAGE(x) (*(unsigned char *) \
x161drivers/net/ibmtr.h= (x>>8)&ti.page_mask)
x163drivers/net/ibmtr.h#define SET_PAGE(x)
x130drivers/net/ni52.c#define DELAY(x) {int i=jiffies; \
x132drivers/net/ni52.cwhile(i+(x)>jiffies); \
x134drivers/net/ni52.c__delay((loops_per_sec>>5)*x); \
x156drivers/net/pi2.cstatic void rts(struct pi_local *lp, int x);
x997drivers/net/pi2.cstatic void rts(struct pi_local *lp, int x)
x1008drivers/net/pi2.cif (x == ON) {    /* Turn Tx ON and Receive OFF */
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) /**/
x88drivers/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
x195drivers/net/wavelan.cunsigned long  x;
x200drivers/net/wavelan.cx = wavelan_splhi();
x205drivers/net/wavelan.cwavelan_splx(x);
x214drivers/net/wavelan.cunsigned long  x;
x219drivers/net/wavelan.cx = wavelan_splhi();
x224drivers/net/wavelan.cwavelan_splx(x);
x1211drivers/net/wavelan.cunsigned long  x;
x1243drivers/net/wavelan.cx = wavelan_splhi();
x1249drivers/net/wavelan.cwavelan_splx(x);
x1285drivers/net/wavelan.cunsigned long  x;
x1290drivers/net/wavelan.cx = wavelan_splhi();
x1361drivers/net/wavelan.cwavelan_splx(x);
x1812drivers/net/wavelan.cunsigned long  x;
x1815drivers/net/wavelan.cx = wavelan_splhi();
x1823drivers/net/wavelan.cwavelan_splx(x);
x1832drivers/net/wavelan.cwavelan_splx(x);
x1847drivers/net/wavelan.cwavelan_splx(x);
x2018drivers/net/wavelan.cunsigned long  x;
x2032drivers/net/wavelan.cx = wavelan_splhi();
x2034drivers/net/wavelan.cwavelan_splx(x);
x2043drivers/net/wavelan.cx = wavelan_splhi();
x2045drivers/net/wavelan.cwavelan_splx(x);
x2118drivers/net/wavelan.cunsigned long  x;
x2129drivers/net/wavelan.cx = wavelan_splhi();
x2155drivers/net/wavelan.cwavelan_splx(x);
x375drivers/scsi/53c7,8xx.c#define setup_wrapper(x)         \
x376drivers/scsi/53c7,8xx.cvoid ncr53c##x##_setup (char *str, int *ints) {    \
x377drivers/scsi/53c7,8xx.cinternal_setup (BOARD_GENERIC, x, str, ints);  \
x41drivers/scsi/aha1542.c#define DEB(x) x
x43drivers/scsi/aha1542.c#define DEB(x)
x47drivers/scsi/aha1740.c#define DEB(x) x
x49drivers/scsi/aha1740.c#define DEB(x)
x19drivers/scsi/aha1740.h#define  SLOTBASE(x)  ((x << 12)+ 0xc80 )
x181drivers/scsi/aic7xxx.c#define SLOTBASE(x)  ((x) << 12)
x187drivers/scsi/aic7xxx.c#define HID0(x)         ((x) + 0xC80)   /* 0,1: msb of ID2, 2-7: ID1      */
x188drivers/scsi/aic7xxx.c#define HID1(x)         ((x) + 0xC81)   /* 0-4: ID3, 5-7: LSB ID2         */
x189drivers/scsi/aic7xxx.c#define HID2(x)         ((x) + 0xC82)   /* product                        */
x190drivers/scsi/aic7xxx.c#define HID3(x)         ((x) + 0xC83)   /* firmware revision              */
x195drivers/scsi/aic7xxx.c#define MINREG(x)  ((x) + 0xC00ul)
x196drivers/scsi/aic7xxx.c#define MAXREG(x)  ((x) + 0xCBFul)
x204drivers/scsi/aic7xxx.c#define SCSISEQ(x)    ((x) + 0xC00ul)
x218drivers/scsi/aic7xxx.c#define SXFRCTL1(x)    ((x) + 0xC02ul)
x231drivers/scsi/aic7xxx.c#define SCSISIGI(x)    ((x) + 0xC03ul)
x247drivers/scsi/aic7xxx.c#define SCSISIGO(x)    ((x) + 0xC03ul)
x260drivers/scsi/aic7xxx.c#define SCSIRATE(x)    ((x) + 0xC04ul)
x267drivers/scsi/aic7xxx.c#define SCSIID(x)    ((x) + 0xC05ul)
x276drivers/scsi/aic7xxx.c#define SSTAT0(x)    ((x) + 0xC0Bul)
x290drivers/scsi/aic7xxx.c#define CLRSINT1(x)    ((x) + 0xC0Cul)
x304drivers/scsi/aic7xxx.c#define SSTAT1(x)    ((x) + 0xC0Cul)
x319drivers/scsi/aic7xxx.c#define  SIMODE1(x)    ((x) + 0xC11ul)
x334drivers/scsi/aic7xxx.c#define SELID(x)    ((x) + 0xC19ul)
x351drivers/scsi/aic7xxx.c#define SEECTL(x)    ((x) + 0xC1Eul)
x368drivers/scsi/aic7xxx.c#define SBLKCTL(x)    ((x) + 0xC1Ful)
x382drivers/scsi/aic7xxx.c#define SEQCTL(x)    ((x) + 0xC60ul)
x399drivers/scsi/aic7xxx.c#define SEQRAM(x)    ((x) + 0xC61ul)
x405drivers/scsi/aic7xxx.c#define SEQADDR0(x)    ((x) + 0xC62ul)
x406drivers/scsi/aic7xxx.c#define SEQADDR1(x)    ((x) + 0xC63ul)
x408drivers/scsi/aic7xxx.c#define ACCUM(x)    ((x) + 0xC64ul)    /* accumulator */
x413drivers/scsi/aic7xxx.c#define BCTL(x)    ((x) + 0xC84ul)
x419drivers/scsi/aic7xxx.c#define BUSSPD(x)    ((x) + 0xC86ul)  /* FIFO threshold bits ? */
x425drivers/scsi/aic7xxx.c#define HCNTRL(x)    ((x) + 0xC87ul)
x443drivers/scsi/aic7xxx.c#define SCBPTR(x)    ((x) + 0xC90ul)
x449drivers/scsi/aic7xxx.c#define INTSTAT(x)    ((x) + 0xC91ul)
x473drivers/scsi/aic7xxx.c#define ERROR(x)    ((x) + 0xC92ul)
x483drivers/scsi/aic7xxx.c#define CLRINT(x)    ((x) + 0xC92ul)
x494drivers/scsi/aic7xxx.c#define SCBCNT(x)    ((x) + 0xC9Aul)
x502drivers/scsi/aic7xxx.c#define QINFIFO(x)    ((x) + 0xC9Bul)
x508drivers/scsi/aic7xxx.c#define QINCNT(x)    ((x) + 0xC9Cul)
x514drivers/scsi/aic7xxx.c#define QOUTFIFO(x)    ((x) + 0xC9Dul)
x520drivers/scsi/aic7xxx.c#define QOUTCNT(x)    ((x) + 0xC9Eul)
x522drivers/scsi/aic7xxx.c#define SCBARRAY(x)    ((x) + 0xCA0ul)
x528drivers/scsi/aic7xxx.c#define DSPCISTATUS(x)     ((x) + 0xC86ul)
x543drivers/scsi/aic7xxx.c#define HA_TARG_SCRATCH(x)  ((x) + 0xC20ul)
x549drivers/scsi/aic7xxx.c#define HA_REJBYTE(x)    ((x) + 0xC31ul)
x554drivers/scsi/aic7xxx.c#define  HA_DISC_DSB    ((x) + 0xc32ul)
x559drivers/scsi/aic7xxx.c#define HA_MSG_LEN(x)    ((x) + 0xC34ul)
x564drivers/scsi/aic7xxx.c#define HA_MSG_START(x)    ((x) + 0xC35ul)
x571drivers/scsi/aic7xxx.c#define HA_ARG_1(x)    ((x) + 0xC4Aul)  /* sdtr <-> rate parameters */
x572drivers/scsi/aic7xxx.c#define HA_RETURN_1(x)    ((x) + 0xC4Aul)
x578drivers/scsi/aic7xxx.c#define HA_SIGSTATE(x)    ((x) + 0xC4Bul)  /* value in SCSISIGO */
x579drivers/scsi/aic7xxx.c#define HA_SCBCOUNT(x)    ((x) + 0xC52ul)  /* number of hardware SCBs */
x581drivers/scsi/aic7xxx.c#define HA_FLAGS(x)    ((x) + 0xC53ul)  /* TWIN and WIDE bus flags */
x589drivers/scsi/aic7xxx.c#define HA_ACTIVE0(x)    ((x) + 0xC54ul)  /* Active bits; targets 0-7 */
x590drivers/scsi/aic7xxx.c#define HA_ACTIVE1(x)    ((x) + 0xC55ul)  /* Active bits; targets 8-15 */
x591drivers/scsi/aic7xxx.c#define  SAVED_TCL(x)    ((x) + 0xC56ul)  /* Saved target, channel, LUN */
x592drivers/scsi/aic7xxx.c#define WAITING_SCBH(x)    ((x) + 0xC57ul) /* Head of disconnected targets list. */
x593drivers/scsi/aic7xxx.c#define WAITING_SCBT(x)    ((x) + 0xC58ul) /* Tail of disconnected targets list. */
x595drivers/scsi/aic7xxx.c#define HA_SCSICONF(x)    ((x) + 0xC5Aul)  /* SCSI config register */
x596drivers/scsi/aic7xxx.c#define HA_INTDEF(x)    ((x) + 0xC5Cul)  /* interrupt def'n register */
x597drivers/scsi/aic7xxx.c#define HA_HOSTCONF(x)    ((x) + 0xC5Dul)  /* host config def'n register */
x1024drivers/scsi/aic7xxx.c#  define debug_config(x)
x157drivers/scsi/eata_dma.cuint x;
x163drivers/scsi/eata_dma.cfor (x = 1, sh = first_HBA; x <= registered_HBAs; x++, sh = SD(sh)->prev) {
x264drivers/scsi/eata_dma.cx, cmd->device->channel, cmd->device->id, cmd->device->lun,
x324drivers/scsi/eata_dma.cunsigned int i, x, y;
x347drivers/scsi/eata_dma.cfor (y = hd->last_ccb + 1, x = 0; x < sh->can_queue; x++, y++) { 
x356drivers/scsi/eata_dma.cif (x == sh->can_queue) { 
x359drivers/scsi/eata_dma.csh->can_queue, x, y));
x506drivers/scsi/eata_dma.cushort x, z; 
x535drivers/scsi/eata_dma.cfor (x = 0; x < MAXCHANNEL; x++) {
x537drivers/scsi/eata_dma.cHD(cmd)->t_state[x][z] = RESET;
x538drivers/scsi/eata_dma.cHD(cmd)->t_timeout[x][z] = NO_TIMEOUT;
x542drivers/scsi/eata_dma.cfor (x = 0; x < cmd->host->can_queue; x++) {
x543drivers/scsi/eata_dma.cif (HD(cmd)->ccb[x].status == FREE)
x546drivers/scsi/eata_dma.cif (HD(cmd)->ccb[x].status == LOCKED) {
x547drivers/scsi/eata_dma.cHD(cmd)->ccb[x].status = FREE;
x548drivers/scsi/eata_dma.cprintk("eata_reset: locked slot %d forced free.\n", x);
x552drivers/scsi/eata_dma.csp = HD(cmd)->ccb[x].cmd;
x553drivers/scsi/eata_dma.cHD(cmd)->ccb[x].status = RESET;
x554drivers/scsi/eata_dma.cprintk("eata_reset: slot %d in reset, pid %ld.\n", x, sp->pid);
x558drivers/scsi/eata_dma.cpanic("eata_reset: slot %d, sp==NULL.\n", x);
x585drivers/scsi/eata_dma.cfor (x = 0; x < cmd->host->can_queue; x++) {
x588drivers/scsi/eata_dma.cif (HD(cmd)->ccb[x].status != RESET)
x591drivers/scsi/eata_dma.csp = HD(cmd)->ccb[x].cmd;
x595drivers/scsi/eata_dma.cHD(cmd)->ccb[x].status = LOCKED;
x598drivers/scsi/eata_dma.cx, sp->pid);
x1097drivers/scsi/eata_dma.cu32 error, i, x;
x1156drivers/scsi/eata_dma.cfor (x = 0; x < MAXISA; ++x) {
x1157drivers/scsi/eata_dma.cif (ISAbases[x] == base) {
x1158drivers/scsi/eata_dma.cISAbases[x] = 0;
x1163drivers/scsi/eata_dma.cx = (base >> 12) & 0x0f;
x1164drivers/scsi/eata_dma.cEISAbases[x] = 0;
x55drivers/scsi/eata_dma.h#define DBG(x, y)   if ((x)) {y;} 
x57drivers/scsi/eata_dma.h#define DBG(x, y)
x82drivers/scsi/eata_dma_proc.cint i, x; 
x231drivers/scsi/eata_dma_proc.cfor (x = 0; x <= 3; x++) {
x232drivers/scsi/eata_dma_proc.csize = sprintf(buffer + len, "    Bank%d: %dMB with%s ECC\n",x,
x233drivers/scsi/eata_dma_proc.cmc->banksize[x] & 0x7f, 
x234drivers/scsi/eata_dma_proc.c(mc->banksize[x] & 0x80)?"":"out");
x290drivers/scsi/eata_dma_proc.cfor (x = 0; x <= 11; x++) {
x291drivers/scsi/eata_dma_proc.cSD(HBA_ptr)->reads[x] += rhcs->sizes[x];
x292drivers/scsi/eata_dma_proc.cSD(HBA_ptr)->writes[x] += whcs->sizes[x];
x293drivers/scsi/eata_dma_proc.cSD(HBA_ptr)->reads[12] += rhcs->sizes[x];
x294drivers/scsi/eata_dma_proc.cSD(HBA_ptr)->writes[12] += whcs->sizes[x];
x300drivers/scsi/eata_dma_proc.cfor (x = 0; x <= 10; x++) {
x301drivers/scsi/eata_dma_proc.csize = sprintf(buffer+len,"%5dk:%12u %12u\n", 1 << x,
x302drivers/scsi/eata_dma_proc.cSD(HBA_ptr)->reads[x], 
x303drivers/scsi/eata_dma_proc.cSD(HBA_ptr)->writes[x]);
x337drivers/scsi/eata_dma_proc.cfor (x = 0; x < 8; x++) {
x338drivers/scsi/eata_dma_proc.cif (scd->vendor[x] >= 0x20)
x339drivers/scsi/eata_dma_proc.csize += sprintf(buffer + len + size, "%c", scd->vendor[x]);
x344drivers/scsi/eata_dma_proc.cfor (x = 0; x < 16; x++) {
x345drivers/scsi/eata_dma_proc.cif (scd->model[x] >= 0x20)
x346drivers/scsi/eata_dma_proc.csize +=  sprintf(buffer + len + size, "%c", scd->model[x]);
x351drivers/scsi/eata_dma_proc.cfor (x = 0; x < 4; x++) {
x352drivers/scsi/eata_dma_proc.cif (scd->rev[x] >= 0x20)
x353drivers/scsi/eata_dma_proc.csize += sprintf(buffer + len + size, "%c", scd->rev[x]);
x80drivers/scsi/eata_generic.h#define DELAY(x) { __u32 i; i = jiffies + x; while (jiffies < i); }
x81drivers/scsi/eata_generic.h#define DEL2(x)   { __u32 i; for (i = 0; i < 0xffff * x; i++); }
x136drivers/scsi/eata_pio.cuint x,z;
x144drivers/scsi/eata_pio.cfor (x = 1, sh = first_HBA; x <= registered_HBAs; x++, sh = SD(sh)->prev) {
x173drivers/scsi/eata_pio.cx=min(z,cmd->SCp.this_residual/2);
x174drivers/scsi/eata_pio.cinsw(base+HA_RDATA,cmd->SCp.ptr,x);
x175drivers/scsi/eata_pio.cz-=x; 
x176drivers/scsi/eata_pio.cIncStat(&cmd->SCp,2*x);
x203drivers/scsi/eata_pio.cx=min(z,cmd->SCp.this_residual/2);
x204drivers/scsi/eata_pio.coutsw(base+HA_RDATA,cmd->SCp.ptr,x);
x205drivers/scsi/eata_pio.cz-=x; 
x206drivers/scsi/eata_pio.cIncStat(&cmd->SCp,2*x);
x283drivers/scsi/eata_pio.cuint x, y;
x309drivers/scsi/eata_pio.cy = x = 0;
x313drivers/scsi/eata_pio.cDBG(DBG_QUEUE, printk("can_queue %d, x %d, y %d\n",sh->can_queue,x,y));
x401drivers/scsi/eata_pio.cfor (x=0; x<hd->cppadlen; x++) outw(0, base + HA_RDATA);
x459drivers/scsi/eata_pio.cuint x, z, time, limit = 0;
x485drivers/scsi/eata_pio.cfor (x = 0; x < cmd->host->can_queue; x++) {
x487drivers/scsi/eata_pio.cif (HD(cmd)->ccb[x].status == FREE) 
x490drivers/scsi/eata_pio.csp = HD(cmd)->ccb[x].cmd;
x491drivers/scsi/eata_pio.cHD(cmd)->ccb[x].status = RESET;
x492drivers/scsi/eata_pio.cprintk("eata_pio_reset: slot %d in reset, pid %ld.\n", x, sp->pid);
x496drivers/scsi/eata_pio.cpanic("eata_pio_reset: slot %d, sp==NULL.\n", x);
x512drivers/scsi/eata_pio.cfor (x = 0; x < cmd->host->can_queue; x++) {
x515drivers/scsi/eata_pio.cif (HD(cmd)->ccb[x].status != RESET)
x518drivers/scsi/eata_pio.csp = HD(cmd)->ccb[x].cmd;
x522drivers/scsi/eata_pio.cprintk("eata_pio_reset: resetted ccb %d.\n",x);
x523drivers/scsi/eata_pio.cHD(cmd)->ccb[x].status = FREE;
x889drivers/scsi/eata_pio.cu32 error, i, x;
x948drivers/scsi/eata_pio.cfor (x = 0; x < MAXISA; ++x) {
x949drivers/scsi/eata_pio.cif (ISAbases[x] == base) {
x950drivers/scsi/eata_pio.cISAbases[x] = 0;
x955drivers/scsi/eata_pio.cx = (base >> 12) & 0x0f;
x956drivers/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)
x43drivers/scsi/eata_pio_proc.cint i, x; 
x107drivers/scsi/eata_pio_proc.cfor (x = 0; x < 8; x++) {
x108drivers/scsi/eata_pio_proc.cif (scd->vendor[x] >= 0x20)
x109drivers/scsi/eata_pio_proc.csize += sprintf(buffer + len + size, "%c", scd->vendor[x]);
x114drivers/scsi/eata_pio_proc.cfor (x = 0; x < 16; x++) {
x115drivers/scsi/eata_pio_proc.cif (scd->model[x] >= 0x20)
x116drivers/scsi/eata_pio_proc.csize +=  sprintf(buffer + len + size, "%c", scd->model[x]);
x121drivers/scsi/eata_pio_proc.cfor (x = 0; x < 4; x++) {
x122drivers/scsi/eata_pio_proc.cif (scd->rev[x] >= 0x20)
x123drivers/scsi/eata_pio_proc.csize += sprintf(buffer + len + size, "%c", scd->rev[x]);
x81drivers/scsi/in2000.c#define DEB(x) x
x83drivers/scsi/in2000.c#define DEB(x)
x176drivers/scsi/qlogic.cint  x;
x180drivers/scsi/qlogic.cx = inb(qbase + 0xd);
x184drivers/scsi/qlogic.cif (x & 0x80)
x66drivers/scsi/scsi_debug.c#define DEB(x) x
x68drivers/scsi/scsi_debug.c#define DEB(x)
x53drivers/scsi/scsi_proc.cuint x = 0;
x63drivers/scsi/scsi_proc.creturn(x);
x64drivers/scsi/scsi_proc.cx += 3;
x67drivers/scsi/scsi_proc.cx++;
x144drivers/scsi/scsi_proc.cuint x = 0;
x148drivers/scsi/scsi_proc.cx++;
x150drivers/scsi/scsi_proc.creturn (x);
x158drivers/scsi/scsi_proc.cuint x, y;
x160drivers/scsi/scsi_proc.cx = y = 0;
x163drivers/scsi/scsi_proc.cscsi_hba_dir[x].low_ino = tpnt->low_ino;
x164drivers/scsi/scsi_proc.cscsi_hba_dir[x].namelen = 1;
x165drivers/scsi/scsi_proc.cscsi_hba_dir[x++].name = ".";
x166drivers/scsi/scsi_proc.cscsi_hba_dir[x].low_ino = PROC_SCSI;
x167drivers/scsi/scsi_proc.cscsi_hba_dir[x].namelen = 2;
x168drivers/scsi/scsi_proc.cscsi_hba_dir[x++].name = "..";
x173drivers/scsi/scsi_proc.cscsi_hba_dir[x].low_ino = PROC_SCSI_FILE + hpnt->host_no;
x174drivers/scsi/scsi_proc.cscsi_hba_dir[x].namelen = sprintf(names[y],"%d",hpnt->host_no);
x175drivers/scsi/scsi_proc.cscsi_hba_dir[x].name = names[y];
x177drivers/scsi/scsi_proc.cx++;
x182drivers/scsi/scsi_proc.cscsi_hba_dir[x].low_ino = 0;
x183drivers/scsi/scsi_proc.cscsi_hba_dir[x].namelen = 0;
x184drivers/scsi/scsi_proc.cscsi_hba_dir[x++].name = NULL;
x194drivers/scsi/scsi_proc.cuint x;
x208drivers/scsi/scsi_proc.cfor(x = 3; x < newnum + 3; x++, tpnt = tpnt->next) { 
x209drivers/scsi/scsi_proc.cscsi_dir[x].low_ino = tpnt->low_ino;
x210drivers/scsi/scsi_proc.cscsi_dir[x].namelen = strlen(tpnt->procname);
x211drivers/scsi/scsi_proc.cscsi_dir[x].name = tpnt->procname;
x214drivers/scsi/scsi_proc.cscsi_dir[x].low_ino = 0;
x215drivers/scsi/scsi_proc.cscsi_dir[x].namelen = 0;
x216drivers/scsi/scsi_proc.cscsi_dir[x].name = NULL;
x161drivers/scsi/ultrastor.c#define ALIGNED(x)  __attribute__((aligned(x)))
x34drivers/sound/ad1848.c#define DEB(x)
x35drivers/sound/ad1848.c#define DEB1(x)
x101drivers/sound/ad1848.cint             x;
x105drivers/sound/ad1848.cx = INB (io_Indexed_Data (devc));
x109drivers/sound/ad1848.creturn x;
x663drivers/sound/ad1848.c#define DDB(x)  x
x30drivers/sound/configure.c#define B(x)  (1 << (x))
x32drivers/sound/gus_vol.cint             i, m, n, x;
x40drivers/sound/gus_vol.cx = 256 + 6 * (voicev - 64);
x52drivers/sound/gus_vol.cx = vel * xpn * 6 + (voicev / 4) * x;
x59drivers/sound/gus_vol.cx = (x * GUS_VOLUME * GUS_VOLUME) / 10000;
x68drivers/sound/gus_vol.cx = (x * mainv * mainv) / 16384;
x71drivers/sound/gus_vol.cif (x < 2)
x73drivers/sound/gus_vol.celse if (x >= 65535)
x80drivers/sound/gus_vol.cn = x;
x97drivers/sound/gus_vol.cm = x - (1 << i);
x154drivers/sound/mpu401.c#define _SEQ_ADVBUF(x) len=x
x133drivers/sound/pas2_midi.cint             fifo_space, x;
x135drivers/sound/pas2_midi.cfifo_space = ((x = pas_read (MIDI_FIFO_STATUS)) >> 4) & 0x0f;
x65drivers/sound/pss.c#define DEB(x) x
x32drivers/sound/sb16_dsp.c#define DEB(x)
x33drivers/sound/sb16_dsp.c#define DEB1(x)
x250drivers/sound/sound_config.h#define DEB(x)
x809fs/binfmt_elf.c#define roundup(x, y)  ((((x)+((y)-1))/(y))*(y))
x476fs/ext2/balloc.cunsigned long desc_count, bitmap_count, x;
x490fs/ext2/balloc.cx = ext2_count_free (sb->u.ext2_sb.s_block_bitmap[bitmap_nr],
x493fs/ext2/balloc.ci, gdp->bg_free_blocks_count, x);
x494fs/ext2/balloc.cbitmap_count += x;
x517fs/ext2/balloc.cunsigned long desc_count, bitmap_count, x;
x562fs/ext2/balloc.cx = ext2_count_free (bh, sb->s_blocksize);
x563fs/ext2/balloc.cif (gdp->bg_free_blocks_count != x)
x567fs/ext2/balloc.cgdp->bg_free_blocks_count, x);
x568fs/ext2/balloc.cbitmap_count += x;
x494fs/ext2/ialloc.cunsigned long desc_count, bitmap_count, x;
x508fs/ext2/ialloc.cx = ext2_count_free (sb->u.ext2_sb.s_inode_bitmap[bitmap_nr],
x511fs/ext2/ialloc.ci, gdp->bg_free_inodes_count, x);
x512fs/ext2/ialloc.cbitmap_count += x;
x526fs/ext2/ialloc.cunsigned long desc_count, bitmap_count, x;
x540fs/ext2/ialloc.cx = ext2_count_free (sb->u.ext2_sb.s_inode_bitmap[bitmap_nr],
x542fs/ext2/ialloc.cif (gdp->bg_free_inodes_count != x)
x546fs/ext2/ialloc.cgdp->bg_free_inodes_count, x);
x547fs/ext2/ialloc.cbitmap_count += x;
x121fs/hpfs/hpfs_fs.c#define little_ushort(x) (*(unsigned short *) &(x))
x30fs/msdos/file.c#define PRINTK(x)
x31fs/msdos/file.c#define Printk(x) printk x
x21fs/msdos/misc.c#define PRINTK(x)
x22fs/msdos/misc.c#define Printk(x)  printk x
x22fs/msdos/namei.c#define PRINTK(x)
x21fs/namei.c#define ACC_MODE(x) ("\000\004\002\006"[(x)&O_ACCMODE])
x49fs/proc/array.c#define LOAD_INT(x) ((x) >> FSHIFT)
x50fs/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))
x25fs/smbfs/dir.c#define ROUND_UP(x) (((x)+3) & ~3)
x26fs/umsdos/dir.c#define PRINTK(x)
x27fs/umsdos/dir.c#define Printk(x) printk x
x22fs/umsdos/emd.c#define PRINTK(x)
x23fs/umsdos/emd.c#define Printk(x) printk x
x27fs/umsdos/file.c#define PRINTK(x)
x28fs/umsdos/file.c#define Printk(x)  printk x
x41fs/umsdos/inode.c#define PRINTK(x)
x42fs/umsdos/inode.c#define Printk(x) printk x
x21fs/umsdos/ioctl.c#define PRINTK(x)
x22fs/umsdos/ioctl.c#define Printk(x) printk x
x24fs/umsdos/namei.c#define PRINTK(x)
x25fs/umsdos/namei.c#define Printk(x)  printk x
x25fs/umsdos/rdir.c#define PRINTK(x)
x26fs/umsdos/rdir.c#define Printk(x) printk x
x25fs/umsdos/symlink.c#define PRINTK(x)
x26fs/umsdos/symlink.c#define Printk(x)  printk x
x27fs/xiafs/namei.c#define RNDUP4(x)  ((3+(u_long)(x)) & ~3)
x25include/asm-alpha/a.out.h#define N_TXTADDR(x) ((x).a_textstart)
x26include/asm-alpha/a.out.h#define N_DATADDR(x) ((x).a_datastart)
x27include/asm-alpha/a.out.h#define N_BSSADDR(x) ((x).a_bssstart)
x28include/asm-alpha/a.out.h#define N_DRSIZE(x) 0
x29include/asm-alpha/a.out.h#define N_TRSIZE(x) 0
x30include/asm-alpha/a.out.h#define N_SYMSIZE(x) 0
x35include/asm-alpha/a.out.h#define N_TXTOFF(x) \
x36include/asm-alpha/a.out.h((long) N_MAGIC(x) == ZMAGIC ? 0 : \
x37include/asm-alpha/a.out.h(sizeof(struct exec) + (x).f_nscns*SCNHSZ + SCNROUND - 1) & ~(SCNROUND - 1))
x35include/asm-alpha/byteorder.h__ntohl(unsigned long int x)
x37include/asm-alpha/byteorder.hreturn (((x & 0x000000ffU) << 24) |
x38include/asm-alpha/byteorder.h((x & 0x0000ff00U) <<  8) |
x39include/asm-alpha/byteorder.h((x & 0x00ff0000U) >>  8) |
x40include/asm-alpha/byteorder.h((x & 0xff000000U) >> 24));
x43include/asm-alpha/byteorder.h#define __constant_ntohl(x) \
x44include/asm-alpha/byteorder.h((unsigned int)((((unsigned int)(x) & 0x000000ffU) << 24) | \
x45include/asm-alpha/byteorder.h(((unsigned int)(x) & 0x0000ff00U) <<  8) | \
x46include/asm-alpha/byteorder.h(((unsigned int)(x) & 0x00ff0000U) >>  8) | \
x47include/asm-alpha/byteorder.h(((unsigned int)(x) & 0xff000000U) >> 24)))
x50include/asm-alpha/byteorder.h__ntohs(unsigned short int x)
x52include/asm-alpha/byteorder.hreturn (((x & 0x00ff) << 8) |
x53include/asm-alpha/byteorder.h((x & 0xff00) >> 8));
x56include/asm-alpha/byteorder.h#define __constant_ntohs(x) \
x57include/asm-alpha/byteorder.h((unsigned short int)((((unsigned short int)(x) & 0x00ff) << 8) | \
x58include/asm-alpha/byteorder.h(((unsigned short int)(x) & 0xff00) >> 8)))
x60include/asm-alpha/byteorder.h#define __htonl(x) __ntohl(x)
x61include/asm-alpha/byteorder.h#define __htons(x) __ntohs(x)
x62include/asm-alpha/byteorder.h#define __constant_htonl(x) __constant_ntohl(x)
x63include/asm-alpha/byteorder.h#define __constant_htons(x) __constant_ntohs(x)
x66include/asm-alpha/byteorder.h#  define ntohl(x) \
x67include/asm-alpha/byteorder.h(__builtin_constant_p((long)(x)) ? \
x68include/asm-alpha/byteorder.h__constant_ntohl((x)) : \
x69include/asm-alpha/byteorder.h__ntohl((x)))
x70include/asm-alpha/byteorder.h#  define ntohs(x) \
x71include/asm-alpha/byteorder.h(__builtin_constant_p((short)(x)) ? \
x72include/asm-alpha/byteorder.h__constant_ntohs((x)) : \
x73include/asm-alpha/byteorder.h__ntohs((x)))
x74include/asm-alpha/byteorder.h#  define htonl(x) \
x75include/asm-alpha/byteorder.h(__builtin_constant_p((long)(x)) ? \
x76include/asm-alpha/byteorder.h__constant_htonl((x)) : \
x77include/asm-alpha/byteorder.h__htonl((x)))
x78include/asm-alpha/byteorder.h#  define htons(x) \
x79include/asm-alpha/byteorder.h(__builtin_constant_p((short)(x)) ? \
x80include/asm-alpha/byteorder.h__constant_htons((x)) : \
x81include/asm-alpha/byteorder.h__htons((x)))
x45include/asm-alpha/console.h#define puts(x,l) dispatch(CCB_PUTS,0,x,l)
x15include/asm-alpha/irq.h#define __STR(x) #x
x16include/asm-alpha/irq.h#define STR(x) __STR(x)
x273include/asm-alpha/jensen.h#define outb(x, port) \
x274include/asm-alpha/jensen.h(__builtin_constant_p((port))?__outb((x),(port)):(outb)((x),(port)))
x286include/asm-alpha/jensen.h#define RTC_PORT(x)  (0x170+(x))
x287include/asm-alpha/jensen.h#define RTC_ADDR(x)  (x)
x301include/asm-alpha/lca.h#define outb(x, port) \
x302include/asm-alpha/lca.h(__builtin_constant_p((port))?__outb((x),(port)):(outb)((x),(port)))
x316include/asm-alpha/lca.h#define RTC_PORT(x) (0x70 + (x))
x317include/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)
x36include/asm-alpha/pgtable.h#define VMALLOC_VMADDR(x)  ((unsigned long)(x))
x85include/asm-alpha/pgtable.h#define _PAGE_NORMAL(x) __pgprot(_PAGE_VALID | __ACCESS_BITS | (x))
x87include/asm-alpha/pgtable.h#define _PAGE_P(x) _PAGE_NORMAL((x) | (((x) & _PAGE_FOW)?0:(_PAGE_FOW | _PAGE_COW)))
x88include/asm-alpha/pgtable.h#define _PAGE_S(x) _PAGE_NORMAL(x)
x11include/asm-alpha/segment.h#define put_user(x,ptr) __put_user((unsigned long)(x),(ptr),sizeof(*(ptr)))
x22include/asm-alpha/segment.hstatic inline void __put_user(unsigned long x, void * y, int size)
x26include/asm-alpha/segment.h*(char *) y = x;
x29include/asm-alpha/segment.h*(short *) y = x;
x32include/asm-alpha/segment.h*(int *) y = x;
x35include/asm-alpha/segment.h*(long *) y = x;
x92include/asm-alpha/segment.h#define put_fs_byte(x,addr) put_user_byte((x),(char *)(addr))
x99include/asm-alpha/segment.h#define put_fs_word(x,addr) put_user_word((x),(short *)(addr))
x106include/asm-alpha/segment.h#define put_fs_long(x,addr) put_user_long((x),(int *)(addr))
x113include/asm-alpha/segment.h#define put_fs_quad(x,addr) put_user_quad((x),(long *)(addr))
x98include/asm-alpha/unistd.h#define exit(x) _exit(x)
x44include/asm-i386/bugs.hstatic double x = 4195835.0;
x91include/asm-i386/bugs.h: "m" (*&x), "m" (*&y));
x28include/asm-i386/byteorder.h__ntohl(unsigned long int x)
x33include/asm-i386/byteorder.h:"=q" (x)
x34include/asm-i386/byteorder.h: "0" (x));
x35include/asm-i386/byteorder.hreturn x;
x38include/asm-i386/byteorder.h#define __constant_ntohl(x) \
x39include/asm-i386/byteorder.h((unsigned long int)((((unsigned long int)(x) & 0x000000ffU) << 24) | \
x40include/asm-i386/byteorder.h(((unsigned long int)(x) & 0x0000ff00U) <<  8) | \
x41include/asm-i386/byteorder.h(((unsigned long int)(x) & 0x00ff0000U) >>  8) | \
x42include/asm-i386/byteorder.h(((unsigned long int)(x) & 0xff000000U) >> 24)))
x45include/asm-i386/byteorder.h__ntohs(unsigned short int x)
x48include/asm-i386/byteorder.h: "=q" (x)
x49include/asm-i386/byteorder.h:  "0" (x));
x50include/asm-i386/byteorder.hreturn x;
x53include/asm-i386/byteorder.h#define __constant_ntohs(x) \
x54include/asm-i386/byteorder.h((unsigned short int)((((unsigned short int)(x) & 0x00ff) << 8) | \
x55include/asm-i386/byteorder.h(((unsigned short int)(x) & 0xff00) >> 8))) \
x57include/asm-i386/byteorder.h#define __htonl(x) __ntohl(x)
x58include/asm-i386/byteorder.h#define __htons(x) __ntohs(x)
x59include/asm-i386/byteorder.h#define __constant_htonl(x) __constant_ntohl(x)
x60include/asm-i386/byteorder.h#define __constant_htons(x) __constant_ntohs(x)
x63include/asm-i386/byteorder.h#  define ntohl(x) \
x64include/asm-i386/byteorder.h(__builtin_constant_p((long)(x)) ? \
x65include/asm-i386/byteorder.h__constant_ntohl((x)) : \
x66include/asm-i386/byteorder.h__ntohl((x)))
x67include/asm-i386/byteorder.h#  define ntohs(x) \
x68include/asm-i386/byteorder.h(__builtin_constant_p((short)(x)) ? \
x69include/asm-i386/byteorder.h__constant_ntohs((x)) : \
x70include/asm-i386/byteorder.h__ntohs((x)))
x71include/asm-i386/byteorder.h#  define htonl(x) \
x72include/asm-i386/byteorder.h(__builtin_constant_p((long)(x)) ? \
x73include/asm-i386/byteorder.h__constant_htonl((x)) : \
x74include/asm-i386/byteorder.h__htonl((x)))
x75include/asm-i386/byteorder.h#  define htons(x) \
x76include/asm-i386/byteorder.h(__builtin_constant_p((short)(x)) ? \
x77include/asm-i386/byteorder.h__constant_htons((x)) : \
x78include/asm-i386/byteorder.h__htons((x)))
x84include/asm-i386/io.h#define __OUT1(s,x) \
x85include/asm-i386/io.hextern inline void __out##s(unsigned x value, unsigned short port) {
x90include/asm-i386/io.h#define __OUT(s,s1,x) \
x91include/asm-i386/io.h__OUT1(s,x) __OUT2(s,s1,"w") : : "a" (value), "d" (port)); } \
x92include/asm-i386/io.h__OUT1(s##c,x) __OUT2(s,s1,"") : : "a" (value), "i" (port)); } \
x93include/asm-i386/io.h__OUT1(s##_p,x) __OUT2(s,s1,"w") : : "a" (value), "d" (port)); SLOW_DOWN_IO; } \
x94include/asm-i386/io.h__OUT1(s##c_p,x) __OUT2(s,s1,"") : : "a" (value), "i" (port)); SLOW_DOWN_IO; }
x16include/asm-i386/irq.h#define __STR(x) #x
x17include/asm-i386/irq.h#define STR(x) __STR(x)
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)
x41include/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)));
x113include/asm-i386/segment.h#define put_fs_byte(x,addr) put_user_byte((x),(char *)(addr))
x120include/asm-i386/segment.h#define put_fs_word(x,addr) put_user_word((x),(short *)(addr))
x127include/asm-i386/segment.h#define put_fs_long(x,addr) put_user_long((x),(int *)(addr))
x189include/asm-i386/segment.h#define COMMON(x) \
x195include/asm-i386/segment.hx \
x274include/asm-i386/segment.h#define COMMON(x) \
x277include/asm-i386/segment.hx \
x381include/asm-i386/string.h#define COMMON(x) \
x384include/asm-i386/string.hx \
x508include/asm-i386/string.h#define COMMON(x) \
x511include/asm-i386/string.hx \
x173include/asm-i386/system.h#define save_flags(x) \
x174include/asm-i386/system.h__asm__ __volatile__("pushfl ; popl %0":"=r" (x): /* no input */ :"memory")
x176include/asm-i386/system.h#define restore_flags(x) \
x177include/asm-i386/system.h__asm__ __volatile__("pushl %0 ; popfl": /* no output */ :"r" (x):"memory")
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")
x76include/asm-mips/bitops.h#define __save_flags(x) save_flags(x)
x77include/asm-mips/bitops.h#define __restore_flags(x) restore_flags(x)
x133include/asm-mips/bitops.h#undef __save_flags(x)
x134include/asm-mips/bitops.h#undef __restore_flags(x)
x37include/asm-mips/byteorder.h__ntohl(unsigned long int x)
x39include/asm-mips/byteorder.hreturn (((x & 0x000000ffU) << 24) |
x40include/asm-mips/byteorder.h((x & 0x0000ff00U) <<  8) |
x41include/asm-mips/byteorder.h((x & 0x00ff0000U) >>  8) |
x42include/asm-mips/byteorder.h((x & 0xff000000U) >> 24));
x46include/asm-mips/byteorder.h__constant_ntohl(unsigned long int x)
x48include/asm-mips/byteorder.hreturn (((x & 0x000000ffU) << 24) |
x49include/asm-mips/byteorder.h((x & 0x0000ff00U) <<  8) |
x50include/asm-mips/byteorder.h((x & 0x00ff0000U) >>  8) |
x51include/asm-mips/byteorder.h((x & 0xff000000U) >> 24));
x55include/asm-mips/byteorder.h__ntohs(unsigned short int x)
x57include/asm-mips/byteorder.hreturn (((x & 0x00ff) << 8) |
x58include/asm-mips/byteorder.h((x & 0xff00) >> 8));
x62include/asm-mips/byteorder.h__constant_ntohs(unsigned short int x)
x64include/asm-mips/byteorder.hreturn (((x & 0x00ff) << 8) |
x65include/asm-mips/byteorder.h((x & 0xff00) >> 8));
x68include/asm-mips/byteorder.h#define __htonl(x) __ntohl(x)
x69include/asm-mips/byteorder.h#define __htons(x) __ntohs(x)
x70include/asm-mips/byteorder.h#define __constant_htonl(x) __constant_ntohl(x)
x71include/asm-mips/byteorder.h#define __constant_htons(x) __constant_ntohs(x)
x74include/asm-mips/byteorder.h#  define ntohl(x) \
x75include/asm-mips/byteorder.h(__builtin_constant_p((long)(x)) ? \
x76include/asm-mips/byteorder.h__constant_ntohl((x)) : \
x77include/asm-mips/byteorder.h__ntohl((x)))
x78include/asm-mips/byteorder.h#  define ntohs(x) \
x79include/asm-mips/byteorder.h(__builtin_constant_p((short)(x)) ? \
x80include/asm-mips/byteorder.h__constant_ntohs((x)) : \
x81include/asm-mips/byteorder.h__ntohs((x)))
x82include/asm-mips/byteorder.h#  define htonl(x) \
x83include/asm-mips/byteorder.h(__builtin_constant_p((long)(x)) ? \
x84include/asm-mips/byteorder.h__constant_htonl((x)) : \
x85include/asm-mips/byteorder.h__htonl((x)))
x86include/asm-mips/byteorder.h#  define htons(x) \
x87include/asm-mips/byteorder.h(__builtin_constant_p((short)(x)) ? \
x88include/asm-mips/byteorder.h__constant_htons((x)) : \
x89include/asm-mips/byteorder.h__htons((x)))
x20include/asm-mips/mipsregs.h#define __STR(x) #x
x23include/asm-mips/mipsregs.h#define STR(x) __STR(x)
x23include/asm-mips/page.h#define pte_val(x)  ((x).pte)
x24include/asm-mips/page.h#define pgd_val(x)  ((x).pgd)
x25include/asm-mips/page.h#define pgprot_val(x)  ((x).pgprot)
x27include/asm-mips/page.h#define __pte(x)  ((pte_t) { (x) } )
x28include/asm-mips/page.h#define __pgd(x)  ((pgd_t) { (x) } )
x29include/asm-mips/page.h#define __pgprot(x)  ((pgprot_t) { (x) } )
x39include/asm-mips/page.h#define pte_val(x)  (x)
x40include/asm-mips/page.h#define pgd_val(x)  (x)
x41include/asm-mips/page.h#define pgprot_val(x)  (x)
x43include/asm-mips/page.h#define __pte(x)  (x)
x44include/asm-mips/page.h#define __pgd(x)  (x)
x45include/asm-mips/page.h#define __pgprot(x)  (x)
x57include/asm-mips/segment.h#define put_fs_byte(x,addr) put_user_byte((x),(char *)(addr))
x63include/asm-mips/segment.h#define put_fs_word(x,addr) put_user_word((x),(short *)(addr))
x69include/asm-mips/segment.h#define put_fs_long(x,addr) put_user_long((x),(int *)(addr))
x75include/asm-mips/segment.h#define put_fs_dlong(x,addr) put_user_dlong((x),(int *)(addr))
x71include/asm-mips/system.h#define save_flags(x)                    \
x74include/asm-mips/system.h: "=r" (x))                      \
x76include/asm-mips/system.h#define restore_flags(x)                 \
x80include/asm-mips/system.h: "r" (x))                       \
x30include/asm-sparc/byteorder.h__ntohl(unsigned long int x)
x32include/asm-sparc/byteorder.hreturn (((x & 0x000000ffU) << 24) |
x33include/asm-sparc/byteorder.h((x & 0x0000ff00U) <<  8) |
x34include/asm-sparc/byteorder.h((x & 0x00ff0000U) >>  8) |
x35include/asm-sparc/byteorder.h((x & 0xff000000U) >> 24));
x39include/asm-sparc/byteorder.h__constant_ntohl(unsigned long int x)
x41include/asm-sparc/byteorder.hreturn (((x & 0x000000ffU) << 24) |
x42include/asm-sparc/byteorder.h((x & 0x0000ff00U) <<  8) |
x43include/asm-sparc/byteorder.h((x & 0x00ff0000U) >>  8) |
x44include/asm-sparc/byteorder.h((x & 0xff000000U) >> 24));
x48include/asm-sparc/byteorder.h__ntohs(unsigned short int x)
x50include/asm-sparc/byteorder.hreturn (((x & 0x00ff) << 8) |
x51include/asm-sparc/byteorder.h((x & 0xff00) >> 8));
x55include/asm-sparc/byteorder.h__constant_ntohs(unsigned short int x)
x57include/asm-sparc/byteorder.hreturn (((x & 0x00ff) << 8) |
x58include/asm-sparc/byteorder.h((x & 0xff00) >> 8));
x61include/asm-sparc/byteorder.h#define __htonl(x) __ntohl(x)
x62include/asm-sparc/byteorder.h#define __htons(x) __ntohs(x)
x63include/asm-sparc/byteorder.h#define __constant_htonl(x) __constant_ntohl(x)
x64include/asm-sparc/byteorder.h#define __constant_htons(x) __constant_ntohs(x)
x67include/asm-sparc/byteorder.h#  define ntohl(x) \
x68include/asm-sparc/byteorder.h(__builtin_constant_p((long)(x)) ? \
x69include/asm-sparc/byteorder.h__constant_ntohl((x)) : \
x70include/asm-sparc/byteorder.h__ntohl((x)))
x71include/asm-sparc/byteorder.h#  define ntohs(x) \
x72include/asm-sparc/byteorder.h(__builtin_constant_p((short)(x)) ? \
x73include/asm-sparc/byteorder.h__constant_ntohs((x)) : \
x74include/asm-sparc/byteorder.h__ntohs((x)))
x75include/asm-sparc/byteorder.h#  define htonl(x) \
x76include/asm-sparc/byteorder.h(__builtin_constant_p((long)(x)) ? \
x77include/asm-sparc/byteorder.h__constant_htonl((x)) : \
x78include/asm-sparc/byteorder.h__htonl((x)))
x79include/asm-sparc/byteorder.h#  define htons(x) \
x80include/asm-sparc/byteorder.h(__builtin_constant_p((short)(x)) ? \
x81include/asm-sparc/byteorder.h__constant_htons((x)) : \
x82include/asm-sparc/byteorder.h__htons((x)))
x71include/asm-sparc/irq.h#define __STR(x) #x
x72include/asm-sparc/irq.h#define STR(x) __STR(x)
x46include/asm-sparc/mostek.h#define MSTK_REGVAL_TO_DECIMAL(x)  (((x) & 0xf) + 0xa * ((x) >> 0x4))
x47include/asm-sparc/mostek.h#define MSTK_DECIMAL_TO_REGVAL(x)  ((((x) / 0xa) << 0x4) + ((x) % 0xa))
x52include/asm-sparc/page.h#define pte_val(x)  ((x).pte)
x53include/asm-sparc/page.h#define pmd_val(x)      ((x).pmd)
x54include/asm-sparc/page.h#define pgd_val(x)  ((x).pgd)
x55include/asm-sparc/page.h#define pgprot_val(x)  ((x).pgprot)
x57include/asm-sparc/page.h#define __pte(x)  ((pte_t) { (x) } )
x58include/asm-sparc/page.h#define __pmd(x)        ((pmd_t) { (x) } )
x59include/asm-sparc/page.h#define __pgd(x)  ((pgd_t) { (x) } )
x60include/asm-sparc/page.h#define __pgprot(x)  ((pgprot_t) { (x) } )
x71include/asm-sparc/page.h#define pte_val(x)  (x)
x72include/asm-sparc/page.h#define pmd_val(x)      (x)
x73include/asm-sparc/page.h#define pgd_val(x)  (x)
x74include/asm-sparc/page.h#define pgprot_val(x)  (x)
x76include/asm-sparc/page.h#define __pte(x)  (x)
x77include/asm-sparc/page.h#define __pmd(x)        (x)
x78include/asm-sparc/page.h#define __pgd(x)  (x)
x79include/asm-sparc/page.h#define __pgprot(x)  (x)
x35include/asm-sparc/pgtable.h#define VMALLOC_VMADDR(x) ((unsigned long)(x))
x80include/asm-sparc/pgtsrmmu.h#define _SRMMU_PAGE_NORMAL(x) __pgprot(_SRMMU_PAGE_VALID | _SRMMU_PAGE_REF | (x))
x98include/asm-sparc/pgtsun4c.h#define _SUN4C_PAGE_NORMAL(x) __pgprot(_SUN4C_PAGE_VALID | _SUN4C_PAGE_REF | (x))
x46include/asm-sparc/segment.h#define put_fs_byte(x,addr) put_user_byte((x),(char *)(addr))
x53include/asm-sparc/segment.h#define put_fs_word(x,addr) put_user_word((x),(short *)(addr))
x60include/asm-sparc/segment.h#define put_fs_long(x,addr) put_user_long((x),(int *)(addr))
x67include/asm-sparc/segment.h#define put_fs_quad(x,addr) put_user_quad((x),(long *)(addr))
x72include/linux/a.out.h#define N_BADMAG(x)    (N_MAGIC(x) != OMAGIC    \
x73include/linux/a.out.h&& N_MAGIC(x) != NMAGIC    \
x74include/linux/a.out.h&& N_MAGIC(x) != ZMAGIC \
x75include/linux/a.out.h&& N_MAGIC(x) != QMAGIC)
x78include/linux/a.out.h#define _N_HDROFF(x) (1024 - sizeof (struct exec))
x81include/linux/a.out.h#define N_TXTOFF(x) \
x82include/linux/a.out.h(N_MAGIC(x) == ZMAGIC ? _N_HDROFF((x)) + sizeof (struct exec) : \
x83include/linux/a.out.h(N_MAGIC(x) == QMAGIC ? 0 : sizeof (struct exec)))
x87include/linux/a.out.h#define N_DATOFF(x) (N_TXTOFF(x) + (x).a_text)
x91include/linux/a.out.h#define N_TRELOFF(x) (N_DATOFF(x) + (x).a_data)
x95include/linux/a.out.h#define N_DRELOFF(x) (N_TRELOFF(x) + (x).a_trsize)
x99include/linux/a.out.h#define N_SYMOFF(x) (N_DRELOFF(x) + (x).a_drsize)
x103include/linux/a.out.h#define N_STROFF(x) (N_SYMOFF(x) + (x).a_syms)
x108include/linux/a.out.h#define N_TXTADDR(x) (N_MAGIC(x) == QMAGIC ? PAGE_SIZE : 0)
x137include/linux/a.out.h#define _N_SEGMENT_ROUND(x) (((x) + SEGMENT_SIZE - 1) & ~(SEGMENT_SIZE - 1))
x139include/linux/a.out.h#define _N_TXTENDADDR(x) (N_TXTADDR(x)+(x).a_text)
x142include/linux/a.out.h#define N_DATADDR(x) \
x143include/linux/a.out.h(N_MAGIC(x)==OMAGIC? (_N_TXTENDADDR(x)) \
x144include/linux/a.out.h: (_N_SEGMENT_ROUND (_N_TXTENDADDR(x))))
x149include/linux/a.out.h#define N_BSSADDR(x) (N_DATADDR(x) + (x).a_data)
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)
x95include/linux/elf.h#define ELF32_R_SYM(x) ((x) >> 8)
x96include/linux/elf.h#define ELF32_R_TYPE(x) ((x) & 0xff)
x27include/linux/gscd.h#define GSCDPORT(x)    (gscd_port + (x))
x47include/linux/ip.h} x;
x43include/linux/keyboard.h#define KTYP(x)    ((x) >> 8)
x44include/linux/keyboard.h#define KVAL(x)    ((x) & 0xff)
x26include/linux/malloc.h#define kfree(x) kfree_s((x), 0)
x27include/linux/malloc.h#define kcheck(x) kcheck_s((x), 0)
x16include/linux/mc146818rtc.h#define RTC_PORT(x)  (0x70 + (x))
x17include/linux/mc146818rtc.h#define RTC_ADDR(x)  (0x80 | (x))
x37include/linux/mcd.h#define MCDPORT(x)    (mcd_port + (x))
x71include/linux/mcdx.h#define WARN(x)
x73include/linux/mcdx.h#define WARN(x) warn x
x77include/linux/mcdx.h#define TRACE(x) trace x
x89include/linux/mcdx.h#define TRACE(x)
x136include/linux/mcdx.h#define e_door(x)    ((x) & MCDX_RBIT_OPEN)
x137include/linux/mcdx.h#define e_check(x)    (~(x) & MCDX_RBIT_CHECK)
x138include/linux/mcdx.h#define e_notset(x)    (~(x) & MCDX_RBIT_DISKSET)
x139include/linux/mcdx.h#define e_changed(x)  ((x) & MCDX_RBIT_CHANGED)
x140include/linux/mcdx.h#define e_audio(x)    ((x) & MCDX_RBIT_AUDIOTR)
x141include/linux/mcdx.h#define e_audiobusy(x)  ((x) & MCDX_RBIT_AUDIOBS)
x142include/linux/mcdx.h#define e_cmderr(x)    ((x) & MCDX_RBIT_CMDERR)
x143include/linux/mcdx.h#define e_readerr(x)  ((x) & MCDX_RBIT_RDERR)
x157include/linux/mtio.h#define GMT_EOF(x)              ((x) & 0x80000000)
x158include/linux/mtio.h#define GMT_BOT(x)              ((x) & 0x40000000)
x159include/linux/mtio.h#define GMT_EOT(x)              ((x) & 0x20000000)
x160include/linux/mtio.h#define GMT_SM(x)               ((x) & 0x10000000)  /* DDS setmark */
x161include/linux/mtio.h#define GMT_EOD(x)              ((x) & 0x08000000)  /* DDS EOD */
x162include/linux/mtio.h#define GMT_WR_PROT(x)          ((x) & 0x04000000)
x164include/linux/mtio.h#define GMT_ONLINE(x)           ((x) & 0x01000000)
x165include/linux/mtio.h#define GMT_D_6250(x)           ((x) & 0x00800000)
x166include/linux/mtio.h#define GMT_D_1600(x)           ((x) & 0x00400000)
x167include/linux/mtio.h#define GMT_D_800(x)            ((x) & 0x00200000)
x170include/linux/mtio.h#define GMT_DR_OPEN(x)          ((x) & 0x00040000)  /* door open (no tape) */
x172include/linux/mtio.h#define GMT_IM_REP_EN(x)        ((x) & 0x00010000)  /* immediate report mode */
x401include/linux/sbpcd.h#define OUT(x,y)  outb(y,x)
x47include/linux/sched.h#define CT_TO_SECS(x)  ((x) / HZ)
x48include/linux/sched.h#define CT_TO_USECS(x)  (((x) % HZ) * 1000000/HZ)
x28include/linux/sjcd.h#define SJCDPORT( x )       ( sjcd_port + ( x ) )
x86include/linux/sjcd.hunsigned char x, y, z;
x96include/linux/sjcd.hunsigned char x;
x96include/linux/sonycd535.h#define SONY_BLOCK_NUMBER_MSF(x) (((x)[0]*60L+(x)[1])*75L+(x)[2])
x82include/linux/soundcard.h#define  _IO(x,y)  ((int)(IOC_VOID|(x<<8)|y))
x83include/linux/soundcard.h#define  _IOR(x,y,t)  ((int)(IOC_OUT|((sizeof(t)&IOCPARM_MASK)<<16)|(x<<8)|y))
x84include/linux/soundcard.h#define  _IOW(x,y,t)  ((int)(IOC_IN|((sizeof(t)&IOCPARM_MASK)<<16)|(x<<8)|y))
x86include/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);
x47include/net/ip.h#define MULTICAST(x)  (IN_MULTICAST(htonl(x)))
x348include/net/sock.h#define NETDEBUG(x)    x
x1232mm/swap.c#define LONG_ALIGN(x) (((x)+(sizeof(long))-1)&~((sizeof(long))-1))
x57net/appletalk/ddp.c#define DPRINT(x)    print(x)
x59net/appletalk/ddp.c#define DPRINT(x)
x144net/ipv4/ip.c#define LOOPBACK(x)  (((x) & htonl(0xff000000)) == htonl(0x7f000000))
x249net/ipv4/tcp.c#define reset_msl_timer(x,y,z)  reset_timer(x,y,z)