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;
x54arch/i386/boot/compressed/misc.c#  define Trace(x) fprintf x
x55arch/i386/boot/compressed/misc.c#  define Tracev(x) {if (verbose) fprintf x ;}
x56arch/i386/boot/compressed/misc.c#  define Tracevv(x) {if (verbose>1) fprintf x ;}
x57arch/i386/boot/compressed/misc.c#  define Tracec(c,x) {if (verbose && (c)) fprintf x ;}
x58arch/i386/boot/compressed/misc.c#  define Tracecv(c,x) {if (verbose>1 && (c)) fprintf x ;}
x61arch/i386/boot/compressed/misc.c#  define Trace(x)
x62arch/i386/boot/compressed/misc.c#  define Tracev(x)
x63arch/i386/boot/compressed/misc.c#  define Tracevv(x)
x64arch/i386/boot/compressed/misc.c#  define Tracec(c,x)
x65arch/i386/boot/compressed/misc.c#  define Tracecv(c,x)
x180arch/i386/boot/compressed/misc.cint x,y,pos;
x183arch/i386/boot/compressed/misc.cx = SCREEN_INFO.orig_x;
x188arch/i386/boot/compressed/misc.cx = 0;
x194arch/i386/boot/compressed/misc.cvidmem [ ( x + cols * y ) * 2 ] = c; 
x195arch/i386/boot/compressed/misc.cif ( ++x >= cols ) {
x196arch/i386/boot/compressed/misc.cx = 0;
x205arch/i386/boot/compressed/misc.cSCREEN_INFO.orig_x = x;
x208arch/i386/boot/compressed/misc.cpos = (x + cols * y) * 2;  /* Update cursor position */
x293arch/i386/boot/compressed/misc.cstatic void error(char *x)
x296arch/i386/boot/compressed/misc.cputs(x);
x24arch/i386/boot/compressed/xtract.c#define STRINGIFY(x) #x
x56arch/i386/boot/tools/build.c#define STRINGIFY(x) #x
x11arch/i386/kernel/hexify.cunsigned char x=c;
x82arch/i386/kernel/signal.c#define COPY(x) regs->x = context.x
x83arch/i386/kernel/signal.c#define COPY_SEG(x) \
x84arch/i386/kernel/signal.cif ((context.x & 0xfffc) && (context.x & 3) != 3) goto badframe; COPY(x);
x85arch/i386/kernel/signal.c#define COPY_SEG_STRICT(x) \
x86arch/i386/kernel/signal.cif (!(context.x & 0xfffc) || (context.x & 3) != 3) goto badframe; COPY(x);
x175arch/i386/kernel/signal.c#define CODE(x) ((unsigned long *) ((x)+__CODE))
x102arch/i386/kernel/smp.c#define SMP_PRINTK(x)  printk x
x104arch/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
x376arch/i386/math-emu/errors.cFPU_REG const *x;
x381arch/i386/math-emu/errors.cx = a;
x389arch/i386/math-emu/errors.cx = b;
x403arch/i386/math-emu/errors.cx = b;
x410arch/i386/math-emu/errors.cx = &CONST_QNaN;
x416arch/i386/math-emu/errors.cif ( !(x->sigh & 0x80000000) )  /* pseudo-NaN ? */
x417arch/i386/math-emu/errors.cx = &CONST_QNaN;
x418arch/i386/math-emu/errors.creg_move(x, dest);
x425arch/i386/math-emu/errors.cif ( !(x->sigh & 0x80000000) )  /* pseudo-NaN ? */
x426arch/i386/math-emu/errors.cx = &CONST_QNaN;
x427arch/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
x121arch/i386/math-emu/fpu_emu.h#define  st(x)  ( regs[((top+x) &7 )] )
x136arch/i386/math-emu/fpu_emu.h#define reg_move(x, y) { \
x137arch/i386/math-emu/fpu_emu.h*(short *)&((y)->sign) = *(const short *)&((x)->sign); \
x138arch/i386/math-emu/fpu_emu.h*(long *)&((y)->exp) = *(const long *)&((x)->exp); \
x139arch/i386/math-emu/fpu_emu.h*(long long *)&((y)->sigl) = *(const long long *)&((x)->sigl); }
x141arch/i386/math-emu/fpu_emu.h#define significand(x) ( ((unsigned long long *)&((x)->sigl))[0] )
x147arch/i386/math-emu/fpu_emu.hasmlinkage void normalize(FPU_REG *x);
x148arch/i386/math-emu/fpu_emu.hasmlinkage void normalize_nuo(FPU_REG *x);
x160arch/i386/math-emu/fpu_emu.hasmlinkage unsigned  shrx(void *l, unsigned x);
x161arch/i386/math-emu/fpu_emu.hasmlinkage unsigned  shrxs(void *v, unsigned x);
x162arch/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;
x79arch/i386/math-emu/reg_constant.c#define DOWN_OR_CHOP(x)  (x & RC_DOWN)
x16arch/i386/math-emu/status_w.h#define  Const__(x)  $##x
x18arch/i386/math-emu/status_w.h#define  Const__(x)  x
x500arch/m68k/amiga/amifb.c#define up8(x)          (((x)+7) & ~7)
x501arch/m68k/amiga/amifb.c#define down8(x)        ((x) & ~7)
x502arch/m68k/amiga/amifb.c#define div8(x)         ((x)>>3)
x503arch/m68k/amiga/amifb.c#define mod8(x)         ((x) & 7)
x505arch/m68k/amiga/amifb.c#define up16(x)         (((x)+15) & ~15)
x506arch/m68k/amiga/amifb.c#define down16(x)       ((x) & ~15)
x507arch/m68k/amiga/amifb.c#define div16(x)        ((x)>>4)
x508arch/m68k/amiga/amifb.c#define mod16(x)        ((x) & 15)
x510arch/m68k/amiga/amifb.c#define up32(x)         (((x)+31) & ~31)
x511arch/m68k/amiga/amifb.c#define down32(x)       ((x) & ~31)
x512arch/m68k/amiga/amifb.c#define div32(x)        ((x)>>5)
x513arch/m68k/amiga/amifb.c#define mod32(x)        ((x) & 31)
x515arch/m68k/amiga/amifb.c#define up64(x)         (((x)+63) & ~63)
x516arch/m68k/amiga/amifb.c#define down64(x)       ((x) & ~63)
x517arch/m68k/amiga/amifb.c#define div64(x)        ((x)>>6)
x518arch/m68k/amiga/amifb.c#define mod64(x)        ((x) & 63)
x523arch/m68k/amiga/amifb.c#define highw(x)        ((u_long)(x)>>16 & 0xffff)
x524arch/m68k/amiga/amifb.c#define loww(x)         ((u_long)(x) & 0xffff)
x526arch/m68k/amiga/amifb.c#define arraysize(x)    (sizeof(x)/sizeof(*(x)))
x558arch/m68k/amiga/amifb.c#define CWAIT(x, y)           (((y) & 0xff)<<24 | ((x) & 0xfe)<<16 | 0x0001fffe)
x66arch/m68k/atari/atafb.c#define arraysize(x)      (sizeof(x)/sizeof(*(x)))
x68arch/m68k/atari/atafb.c#define up(x, r) (((x) + (r) - 1) & ~((r)-1))
x581arch/m68k/atari/atakeyb.cvoid ikbd_mouse_thresh(int x, int y)
x583arch/m68k/atari/atakeyb.cchar cmd[3] = { 0x0B, x, y };
x589arch/m68k/atari/atakeyb.cvoid ikbd_mouse_scale(int x, int y)
x591arch/m68k/atari/atakeyb.cchar cmd[3] = { 0x0C, x, y };
x597arch/m68k/atari/atakeyb.cvoid ikbd_mouse_pos_get(int *x, int *y)
x607arch/m68k/atari/atakeyb.cvoid ikbd_mouse_pos_set(int x, int y)
x609arch/m68k/atari/atakeyb.cchar cmd[6] = { 0x0E, 0x00, x>>8, x&0xFF, y>>8, y&0xFF };
x231arch/m68k/console/fbcon.cstatic int fbcon_putc(struct vc_data *conp, int c, int y, int x);
x233arch/m68k/console/fbcon.cint x);
x287arch/m68k/console/fbcon.cint x);
x289arch/m68k/console/fbcon.cint count, int y, int x);
x290arch/m68k/console/fbcon.cstatic void rev_char_mono(struct display *p, int x, int y);
x304arch/m68k/console/fbcon.cint x);
x306arch/m68k/console/fbcon.cint count, int y, int x);
x307arch/m68k/console/fbcon.cstatic void rev_char_ilbm(struct display *p, int x, int y);
x321arch/m68k/console/fbcon.cint x);
x323arch/m68k/console/fbcon.cint count, int y, int x);
x324arch/m68k/console/fbcon.cstatic void rev_char_plan(struct display *p, int x, int y);
x338arch/m68k/console/fbcon.cint x);
x340arch/m68k/console/fbcon.cconst char *s, int count, int y, int x);
x341arch/m68k/console/fbcon.cstatic void rev_char_2_plane(struct display *display, int x, int y);
x355arch/m68k/console/fbcon.cint x);
x357arch/m68k/console/fbcon.cconst char *s, int count, int y, int x);
x358arch/m68k/console/fbcon.cstatic void rev_char_4_plane(struct display *p, int x, int y);
x372arch/m68k/console/fbcon.cint x);
x374arch/m68k/console/fbcon.cconst char *s, int count, int y, int x);
x375arch/m68k/console/fbcon.cstatic void rev_char_8_plane(struct display *display, int x, int y);
x389arch/m68k/console/fbcon.cint x);
x391arch/m68k/console/fbcon.cconst char *s, int count, int y, int x);
x392arch/m68k/console/fbcon.cstatic void rev_char_8_packed(struct display *p, int x, int y);
x406arch/m68k/console/fbcon.cint y, int x);
x408arch/m68k/console/fbcon.cconst char *s, int count, int y, int x);
x409arch/m68k/console/fbcon.cstatic void rev_char_16_packed(struct display *p, int x, int y);
x423arch/m68k/console/fbcon.cint x);
x425arch/m68k/console/fbcon.cint count, int y, int x);
x426arch/m68k/console/fbcon.cstatic void rev_char_cyber(struct display *p, int x, int y);
x433arch/m68k/console/fbcon.cextern void Cyber_RectFill(u_short x, u_short y, u_short width, u_short height,
x435arch/m68k/console/fbcon.cextern void Cyber_MoveCursor(u_short x, u_short y);
x448arch/m68k/console/fbcon.cvoid (*putc)(struct vc_data *conp, struct display *p, int c, int y, int x);
x450arch/m68k/console/fbcon.cint count, int y, int x);
x451arch/m68k/console/fbcon.cvoid (*rev_char)(struct display *p, int x, int y);
x1429arch/m68k/console/fbcon.cstatic int fbcon_putc(struct vc_data *conp, int c, int y, int x)
x1437arch/m68k/console/fbcon.cif ((p->cursor_x == x) && (p->cursor_y == y))
x1440arch/m68k/console/fbcon.cp->dispsw->putc(conp, p, c, real_y(p, y), x);
x1447arch/m68k/console/fbcon.cint x)
x1455arch/m68k/console/fbcon.cif ((p->cursor_y == y) && (x <= p->cursor_x) && (p->cursor_x < x+count))
x1458arch/m68k/console/fbcon.cp->dispsw->putcs(conp, p, s, count, real_y(p, y), x);
x1914arch/m68k/console/fbcon.cint x)
x1922arch/m68k/console/fbcon.cdest = p->screen_base+y*p->fontheight*p->next_line+x;
x1942arch/m68k/console/fbcon.cint count, int y, int x)
x1948arch/m68k/console/fbcon.cdest0 = p->screen_base+y*p->fontheight*p->next_line+x;
x1971arch/m68k/console/fbcon.cstatic void rev_char_mono(struct display *p, int x, int y)
x1976arch/m68k/console/fbcon.cdest = p->screen_base+y*p->fontheight*p->next_line+x;
x2054arch/m68k/console/fbcon.cint x)
x2063arch/m68k/console/fbcon.cdest = p->screen_base+y*p->fontheight*p->next_line+x;
x2106arch/m68k/console/fbcon.cint count, int y, int x)
x2114arch/m68k/console/fbcon.cdest0 = p->screen_base+y*p->fontheight*p->next_line+x;
x2119arch/m68k/console/fbcon.cif (x&3 || count < 3) {   /* Slow version */
x2122arch/m68k/console/fbcon.cx++;
x2176arch/m68k/console/fbcon.cx += 4;
x2182arch/m68k/console/fbcon.cstatic void rev_char_ilbm(struct display *p, int x, int y)
x2188arch/m68k/console/fbcon.cdest0 = p->screen_base+y*p->fontheight*p->next_line+x;
x2287arch/m68k/console/fbcon.cint x)
x2296arch/m68k/console/fbcon.cdest0 = p->screen_base+y*p->fontheight*p->next_line+x;
x2329arch/m68k/console/fbcon.cint count, int y, int x)
x2338arch/m68k/console/fbcon.cdest0 = p->screen_base+y*p->fontheight*p->next_line+x;
x2343arch/m68k/console/fbcon.cif (x&3 || count < 3) {   /* Slow version */
x2346arch/m68k/console/fbcon.cx++;
x2409arch/m68k/console/fbcon.cx += 4;
x2415arch/m68k/console/fbcon.cstatic void rev_char_plan(struct display *p, int x, int y)
x2421arch/m68k/console/fbcon.cdest0 = p->screen_base+y*p->fontheight*p->next_line+x;
x2636arch/m68k/console/fbcon.cint x)
x2646arch/m68k/console/fbcon.cdest  = p->screen_base + y * p->fontheight * bytes + (x>>1)*4 + (x & 1);
x2662arch/m68k/console/fbcon.cconst char *s, int count, int y, int x)
x2671arch/m68k/console/fbcon.cdest0 = p->screen_base + y * p->fontheight * bytes + (x>>1)*4 + (x & 1);
x2691arch/m68k/console/fbcon.cstatic void rev_char_2_plane(struct display *p, int x, int y)
x2697arch/m68k/console/fbcon.cdest = p->screen_base + y * p->fontheight * p->next_line + (x>>1)*4 + (x & 1);
x2899arch/m68k/console/fbcon.cint x)
x2909arch/m68k/console/fbcon.cdest  = p->screen_base + y * p->fontheight * bytes + (x>>1)*8 + (x & 1);
x2925arch/m68k/console/fbcon.cconst char *s, int count, int y, int x)
x2934arch/m68k/console/fbcon.cdest0 = p->screen_base + y * p->fontheight * bytes + (x>>1)*8 + (x & 1);
x2961arch/m68k/console/fbcon.cstatic void rev_char_4_plane(struct display *p, int x, int y)
x2967arch/m68k/console/fbcon.cdest = p->screen_base + y * p->fontheight * p->next_line + (x>>1)*8 + (x & 1);
x3179arch/m68k/console/fbcon.cint x)
x3189arch/m68k/console/fbcon.cdest  = p->screen_base + y * p->fontheight * bytes + (x>>1)*16 + (x & 1);
x3210arch/m68k/console/fbcon.cconst char *s, int count, int y, int x)
x3219arch/m68k/console/fbcon.cdest0 = p->screen_base + y * p->fontheight * bytes + (x>>1)*16 + (x & 1);
x3252arch/m68k/console/fbcon.cstatic void rev_char_8_plane(struct display *p, int x, int y)
x3258arch/m68k/console/fbcon.cdest = p->screen_base + y * p->fontheight * p->next_line + (x>>1)*16 + (x & 1);
x3364arch/m68k/console/fbcon.cint x)
x3372arch/m68k/console/fbcon.cdest = p->screen_base + y * p->fontheight * bytes + x * 8;
x3393arch/m68k/console/fbcon.cconst char *s, int count, int y, int x)
x3399arch/m68k/console/fbcon.cdest0 = p->screen_base + y * p->fontheight * bytes + x * 8;
x3422arch/m68k/console/fbcon.cstatic void rev_char_8_packed(struct display *p, int x, int y)
x3427arch/m68k/console/fbcon.cdest = p->screen_base + y * p->fontheight * bytes + x * 8;
x3524arch/m68k/console/fbcon.cint y, int x)
x3532arch/m68k/console/fbcon.cdest = p->screen_base + y * p->fontheight * bytes + x * 16;
x3558arch/m68k/console/fbcon.cconst char *s, int count, int y, int x)
x3564arch/m68k/console/fbcon.cdest0 = p->screen_base + y * p->fontheight * bytes + x * 16;
x3591arch/m68k/console/fbcon.cstatic void rev_char_16_packed(struct display *p, int x, int y)
x3596arch/m68k/console/fbcon.cdest = p->screen_base + y * p->fontheight * bytes + x * 16;
x3640arch/m68k/console/fbcon.cint x)
x3650arch/m68k/console/fbcon.cdest = p->screen_base+y*p->fontheight*p->next_line+8*x;
x3681arch/m68k/console/fbcon.cint count, int y, int x)
x3689arch/m68k/console/fbcon.cdest0 = p->screen_base+y*p->fontheight*p->next_line+8*x;
x3724arch/m68k/console/fbcon.cstatic void rev_char_cyber(struct display *p, int x, int y)
x3733arch/m68k/console/fbcon.cdest = p->screen_base+y*p->fontheight*p->next_line+8*x;
x30arch/m68k/console/txtcon.cstatic int txtcon_putc(struct vc_data *conp, int c, int y, int x);
x32arch/m68k/console/txtcon.cint x);
x72arch/m68k/console/txtcon.cstatic int txtcon_putc(struct vc_data *conp, int c, int y, int x)
x79arch/m68k/console/txtcon.cint x)
x22arch/m68k/fpsp040/fpsp.h|    fmovem.x fp0-fp3,USER_FP0(a6)
x52arch/m68k/fpsp040/fpsp.h|    fmovem.x USER_FP0(a6),fp0-fp3
x308arch/m68k/fpsp040/fpsp.h.set  sx_mask,0x01800000 |  set s and x bits in word $48
x399arch/m68k/kernel/console.cgotoxy(currcons, x, y);
x488arch/m68k/kernel/console.cgotoxy(currcons, x, y);
x515arch/m68k/kernel/console.c#define set_kbd(x) set_vc_kbd_mode(kbd_table+currcons,x)
x516arch/m68k/kernel/console.c#define clr_kbd(x) clr_vc_kbd_mode(kbd_table+currcons,x)
x517arch/m68k/kernel/console.c#define is_kbd(x) vc_kbd_mode(kbd_table+currcons,x)
x543arch/m68k/kernel/console.cx = 0;
x546arch/m68k/kernel/console.cx = cols - 1;
x548arch/m68k/kernel/console.cx = new_x;
x561arch/m68k/kernel/console.cpos = video_mem_start + y * cols + x;
x693arch/m68k/kernel/console.cpos -= x;
x694arch/m68k/kernel/console.cneed_wrap = x = 0;
x699arch/m68k/kernel/console.cif (x) {
x701arch/m68k/kernel/console.cx--;
x725arch/m68k/kernel/console.csw->con_clear(vc_cons[currcons].d,y,x,1,cols-x);
x735arch/m68k/kernel/console.csw->con_clear(vc_cons[currcons].d,y,0,1,x + 1);
x759arch/m68k/kernel/console.ccount = cols - x;
x763arch/m68k/kernel/console.csw->con_clear(vc_cons[currcons].d,y,x,1,cols-x);
x766arch/m68k/kernel/console.cstart = pos - x;
x767arch/m68k/kernel/console.ccount = x + 1;
x770arch/m68k/kernel/console.csw->con_clear(vc_cons[currcons].d,y,0,1,x + 1);
x773arch/m68k/kernel/console.cstart = pos - x;
x796arch/m68k/kernel/console.ccount=(vpar > cols-x) ? (cols-x) : vpar;
x799arch/m68k/kernel/console.csw->con_clear(vc_cons[currcons].d,y,x,1,count);
x968arch/m68k/kernel/console.csprintf(buf, "\033[%ld;%ldR", y + (decom ? top+1 : 1), x+1);
x1108arch/m68k/kernel/console.cp[0] = x;
x1238arch/m68k/kernel/console.cfor (i = cols - x - 2; i >= 0; i--)
x1249arch/m68k/kernel/console.csw->con_bmove(vc_cons[currcons].d,y,x,y,x+1,1,(cols-x-1));
x1253arch/m68k/kernel/console.csw->con_putc(vc_cons[currcons].d,(video_erase_char & 0x00ff),y,x);
x1261arch/m68k/kernel/console.cif (nr > cols - x)
x1262arch/m68k/kernel/console.cnr = cols - x;
x1266arch/m68k/kernel/console.cp = pos + cols - x - nr;
x1276arch/m68k/kernel/console.csw->con_bmove (vc_cons[currcons].d, y, x, y, x + nr,
x1277arch/m68k/kernel/console.c1, cols - x - nr);
x1280arch/m68k/kernel/console.cy, x + nr);
x1298arch/m68k/kernel/console.cif (nr > cols - x)
x1299arch/m68k/kernel/console.cnr = cols - x;
x1304arch/m68k/kernel/console.cend = pos + cols - x - nr;
x1314arch/m68k/kernel/console.csw->con_bmove (vc_cons[currcons].d, y, x + nr, y, x,
x1315arch/m68k/kernel/console.c1, cols - x - nr);
x1334arch/m68k/kernel/console.csaved_x    = x;
x1568arch/m68k/kernel/console.cushort nextx  = x + 1;
x1575arch/m68k/kernel/console.c*putcs_buf, y, x);
x1614arch/m68k/kernel/console.cputcs_buf, putcs_count, y, x);
x1617arch/m68k/kernel/console.cx         = cols-1;
x1620arch/m68k/kernel/console.cx += putcs_count;
x1631arch/m68k/kernel/console.csw->con_putc(vc_cons[currcons].d,tc,y,x);
x1632arch/m68k/kernel/console.cif (x == cols - 1)
x1636arch/m68k/kernel/console.cx++;
x1654arch/m68k/kernel/console.cpos -= x;
x1655arch/m68k/kernel/console.cwhile (x < cols - 1) {
x1656arch/m68k/kernel/console.cx++;
x1657arch/m68k/kernel/console.cif (tab_stop[x >> 5] & (1 << (x & 31)))
x1660arch/m68k/kernel/console.cpos += x;
x1716arch/m68k/kernel/console.ctab_stop[x >> 5] |= (1 << (x & 31));
x1830arch/m68k/kernel/console.cgotoxy(currcons,x,y-par[0]);
x1834arch/m68k/kernel/console.cgotoxy(currcons,x,y+par[0]);
x1838arch/m68k/kernel/console.cgotoxy(currcons,x+par[0],y);
x1842arch/m68k/kernel/console.cgotoxy(currcons,x-par[0],y);
x1854arch/m68k/kernel/console.cgotoxy(currcons,x,par[0]);
x1882arch/m68k/kernel/console.ctab_stop[x >> 5] &= ~(1 << (x & 31));
x2032arch/m68k/kernel/console.cushort myx        = x;
x2059arch/m68k/kernel/console.cy, x);
x2060arch/m68k/kernel/console.cx += count;
x2062arch/m68k/kernel/console.cx--;
x2068arch/m68k/kernel/console.cmyx = x;
x2076arch/m68k/kernel/console.cstart = b; myx = x; continue;
x2079arch/m68k/kernel/console.cstart = b-1; myx = x;
x2093arch/m68k/kernel/console.cy, x);
x2094arch/m68k/kernel/console.cx += count;
x2095arch/m68k/kernel/console.cif (x == cols)
x2097arch/m68k/kernel/console.cx--;
x489arch/ppc/kernel/raw_printf.c#define  CATTR(x) (x)    /* store color/attributes un-shifted */
x82arch/sparc/kernel/smp.c#define SMP_PRINTK(x)  printk x
x84arch/sparc/kernel/smp.c#define SMP_PRINTK(x)
x360arch/sparc/kernel/sys_sunos.c#define ROUND_UP(x) (((x)+sizeof(long)-1) & ~(sizeof(long)-1))
x866arch/sparc/kernel/sys_sunos.c#define POLL_ROUND_UP(x,y) (((x)+(y)-1)/(y))
x1282arch/sparc/mm/srmmu.c#define LONG_ALIGN(x) (((x)+(sizeof(long))-1)&~((sizeof(long))-1))
x910arch/sparc/mm/sun4c.c#define LONG_ALIGN(x) (((x)+(sizeof(long))-1)&~((sizeof(long))-1))
x121drivers/block/amiflop.c#define DRIVE(x) ((x) & 3)
x122drivers/block/amiflop.c#define PROBE(x) ((x) >> 2) & 1)
x123drivers/block/amiflop.c#define TYPE(x)  ((x) >> 3) & 2)
x124drivers/block/amiflop.c#define DATA(x)  ((x) >> 5) & 3)
x1535drivers/block/ataflop.c#define COPYIN(x) (memcpy_fromfs( &(x), (void *) param, sizeof(x)))
x223drivers/block/floppy.cstatic inline int TYPE(kdev_t x) {
x224drivers/block/floppy.creturn  (MINOR(x)>>2) & 0x1f;
x226drivers/block/floppy.cstatic inline int DRIVE(kdev_t x) {
x227drivers/block/floppy.creturn (MINOR(x)&0x03) | ((MINOR(x)&0x80) >> 5);
x229drivers/block/floppy.c#define ITYPE(x) (((x)>>2) & 0x1f)
x230drivers/block/floppy.c#define TOMINOR(x) ((x & 3) | ((x & 4) << 5))
x231drivers/block/floppy.c#define UNIT(x) ((x) & 0x03)    /* drive on fdc */
x232drivers/block/floppy.c#define FDC(x) (((x) & 0x04) >> 2)  /* fdc of drive */
x239drivers/block/floppy.c#define CLEARF(x) (clear_bit(x##_BIT, &DRS->flags))
x240drivers/block/floppy.c#define SETF(x) (set_bit(x##_BIT, &DRS->flags))
x241drivers/block/floppy.c#define TESTF(x) (test_bit(x##_BIT, &DRS->flags))
x247drivers/block/floppy.c#define UCLEARF(x) (clear_bit(x##_BIT, &UDRS->flags))
x248drivers/block/floppy.c#define USETF(x) (set_bit(x##_BIT, &UDRS->flags))
x249drivers/block/floppy.c#define UTESTF(x) (test_bit(x##_BIT, &UDRS->flags))
x251drivers/block/floppy.c#define DPRINT(x) printk(DEVICE_NAME "%d: " x,current_drive)
x253drivers/block/floppy.c#define DPRINT1(x,x1) printk(DEVICE_NAME "%d: " x,current_drive,(x1))
x255drivers/block/floppy.c#define DPRINT2(x,x1,x2) printk(DEVICE_NAME "%d: " x,current_drive,(x1),(x2))
x257drivers/block/floppy.c#define DPRINT3(x,x1,x2,x3) printk(DEVICE_NAME "%d: " x,current_drive,(x1),(x2),(x3))
x262drivers/block/floppy.c#define CLEARSTRUCT(x) memset((x), 0, sizeof(*(x)))
x309drivers/block/floppy.c#define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0]))
x415drivers/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 ECALL(x) if ((ret = (x))) return ret;
x450drivers/block/floppy.c#define _WAIT(x,i) CALL(ret=wait_til_done((x),i))
x451drivers/block/floppy.c#define WAIT(x) _WAIT((x),interruptible)
x452drivers/block/floppy.c#define IWAIT(x) _WAIT((x),1)
x544drivers/block/floppy.c#define fd_eject(x) -EINVAL
x1099drivers/block/floppy.c#define LAST_OUT(x) if (output_byte(x)<0){ reset_fdc();return;}
x2066drivers/block/floppy.c#define FM_MODE(x,y) ((y) & ~(((x)->rate & 0x80) >>1))
x2067drivers/block/floppy.c#define CT(x) ((x) | 0x40)
x2877drivers/block/floppy.c#define COPYOUT(x) ECALL(fd_copyout((void *)param, &(x), sizeof(x)))
x2878drivers/block/floppy.c#define COPYIN(x) ECALL(fd_copyin((void *)param, &(x), sizeof(x)))
x3285drivers/block/floppy.c#define OUT(c,x) case c: outparam = (const char *) (x); break
x3286drivers/block/floppy.c#define IN(c,x,tag) case c: *(x) = inparam. tag ; return 0
x3558drivers/block/floppy.c#define RETERR(x) do{floppy_release(inode,filp); return -(x);}while(0)
x505drivers/block/genhd.c#define SWAP16(x)  (other_endian ? (((__u16)(x) & 0xFF) << 8) \
x506drivers/block/genhd.c| (((__u16)(x) & 0xFF00) >> 8) \
x507drivers/block/genhd.c: (__u16)(x))
x508drivers/block/genhd.c#define SWAP32(x)  (other_endian ? (((__u32)(x) & 0xFF) << 24) \
x509drivers/block/genhd.c| (((__u32)(x) & 0xFF00) << 8) \
x510drivers/block/genhd.c| (((__u32)(x) & 0xFF0000) >> 8) \
x511drivers/block/genhd.c| (((__u32)(x) & 0xFF000000) >> 24) \
x512drivers/block/genhd.c: (__u32)(x))
x1446drivers/block/ide-cd.cint bin2bcd (int x)
x1448drivers/block/ide-cd.creturn (x%10) | ((x/10) << 4);
x1453drivers/block/ide-cd.cint bcd2bin (int x)
x1455drivers/block/ide-cd.creturn (x >> 4) * 10 + (x & 0x0f);
x575drivers/block/rd.c#define Trace(x)
x576drivers/block/rd.c#define Tracev(x)
x577drivers/block/rd.c#define Tracevv(x)
x578drivers/block/rd.c#define Tracec(c,x)
x579drivers/block/rd.c#define Tracecv(c,x)
x651drivers/block/rd.cstatic void error(char *x)
x653drivers/block/rd.cprintk(KERN_ERR "%s", 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 );
x429drivers/char/console.cgotoxy(currcons, x, y);
x452drivers/char/console.c#define set_kbd(x) set_vc_kbd_mode(kbd_table+currcons,x)
x453drivers/char/console.c#define clr_kbd(x) clr_vc_kbd_mode(kbd_table+currcons,x)
x454drivers/char/console.c#define is_kbd(x) vc_kbd_mode(kbd_table+currcons,x)
x488drivers/char/console.cx = 0;
x491drivers/char/console.cx = video_num_columns - 1;
x493drivers/char/console.cx = new_x;
x506drivers/char/console.cpos = origin + y*video_size_row + (x<<1);
x703drivers/char/console.cpos -= x<<1;
x704drivers/char/console.cneed_wrap = x = 0;
x709drivers/char/console.cif (x) {
x711drivers/char/console.cx--;
x756drivers/char/console.ccount = video_num_columns-x;
x760drivers/char/console.cstart = (unsigned short *) (pos - (x<<1));
x761drivers/char/console.ccount = x+1;
x764drivers/char/console.cstart = (unsigned short *) (pos - (x<<1));
x786drivers/char/console.ccount = (vpar > video_num_columns-x) ? (video_num_columns-x) : vpar;
x939drivers/char/console.csprintf(buf, "\033[%ld;%ldR", y + (decom ? top+1 : 1), x+1);
x1039drivers/char/console.cp[0] = x;
x1169drivers/char/console.cunsigned int i = x;
x1190drivers/char/console.cunsigned int i = x;
x1249drivers/char/console.csaved_x    = x;
x1468drivers/char/console.cif (x == video_num_columns - 1)
x1471drivers/char/console.cx++;
x1490drivers/char/console.cpos -= (x << 1);
x1491drivers/char/console.cwhile (x < video_num_columns - 1) {
x1492drivers/char/console.cx++;
x1493drivers/char/console.cif (tab_stop[x >> 5] & (1 << (x & 31)))
x1496drivers/char/console.cpos += (x << 1);
x1552drivers/char/console.ctab_stop[x >> 5] |= (1 << (x & 31));
x1662drivers/char/console.cgotoxy(currcons,x,y-par[0]);
x1666drivers/char/console.cgotoxy(currcons,x,y+par[0]);
x1670drivers/char/console.cgotoxy(currcons,x+par[0],y);
x1674drivers/char/console.cgotoxy(currcons,x-par[0],y);
x1686drivers/char/console.cgotoxy(currcons,x,par[0]);
x1714drivers/char/console.ctab_stop[x >> 5] &= ~(1 << (x & 31));
x1887drivers/char/console.cif (x == video_num_columns - 1) {
x1891drivers/char/console.cx++;
x284drivers/char/cyclades.c#define small_delay(x) for(j=0;j<x;j++)k++;
x83drivers/char/ftape/fc-10.cbyte x;
x92drivers/char/ftape/fc-10.cx = inb(FDC_BASE);
x93drivers/char/ftape/fc-10.cif (x == 0x13 || x == 0x93) {
x95drivers/char/ftape/fc-10.cif (inb(FDC_BASE + i) != x) {
x157drivers/char/ftape/fc-10.creturn (x == 0x93) ? 2 : 1;
x73drivers/char/ftape/ftape-rw.cnext_buffer(volatile int *x)
x75drivers/char/ftape/ftape-rw.cif (++*x >= NR_BUFFERS) {
x76drivers/char/ftape/ftape-rw.c*x = 0;
x78drivers/char/ftape/ftape-rw.creturn &buffer[*x];
x162drivers/char/ftape/ftape-rw.hextern buffer_struct *next_buffer(volatile int *x);
x139drivers/char/kbd_kern.h#define U(x) ((x) ^ 0xf000)
x38drivers/char/keyb_m68k.c#define SIZE(x) (sizeof(x)/sizeof((x)[0]))
x50drivers/char/keyboard.c#define SIZE(x) (sizeof(x)/sizeof((x)[0]))
x98drivers/char/pcxx.c#define pcxxassert(x, msg)  if(!(x)) pcxx_error(__LINE__, msg)
x583drivers/char/random.c#define f1(x,y,z)   ( z ^ ( x & ( y ^ z ) ) )           /* Rounds  0-19 */
x584drivers/char/random.c#define f2(x,y,z)   ( x ^ y ^ z )                       /* Rounds 20-39 */
x585drivers/char/random.c#define f3(x,y,z)   ( ( x & y ) | ( z & ( x | y ) ) )   /* Rounds 40-59 */
x586drivers/char/random.c#define f4(x,y,z)   ( x ^ y ^ z )                       /* Rounds 60-79 */
x726drivers/char/random.c#define F1(x, y, z) (z ^ (x & (y ^ z)))
x727drivers/char/random.c#define F2(x, y, z) F1(z, x, y)
x728drivers/char/random.c#define F3(x, y, z) (x ^ y ^ z)
x729drivers/char/random.c#define F4(x, y, z) (y ^ (x | ~z))
x732drivers/char/random.c#define MD5STEP(f, w, x, y, z, data, s) \
x733drivers/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)
x333drivers/char/tga.cpos = origin + y*video_size_row + (x<<1);
x347drivers/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)))
x239drivers/char/vga.cpos = origin + y*video_size_row + (x<<1);
x284drivers/char/vga.cpos = origin + y*video_size_row + (x<<1);
x145drivers/isdn/teles/tei.cint             x = jiffies & 0xffff;
x147drivers/isdn/teles/tei.creturn (x);
x357drivers/isdn/teles/teles.h#define DATAPTR(x) ((byte *)x+sizeof(struct BufHeader))
x345drivers/net/arcnet.c#define BUGLVL(x) if ((ARCNET_DEBUG_MAX)&arcnet_debug&(x))
x346drivers/net/arcnet.c#define BUGMSG2(x,msg,args...) BUGLVL(x) printk(msg, ## args)
x347drivers/net/arcnet.c#define BUGMSG(x,msg,args...) BUGMSG2(x,"%s%6s: " msg, \
x348drivers/net/arcnet.cx==D_NORMAL  ? KERN_WARNING : \
x349drivers/net/arcnet.cx<=D_INIT_REASONS  ? KERN_INFO    : KERN_DEBUG , \
x76drivers/net/ariadne.c#define swapw(x)  (((x>>8)&0x00ff)|((x<<8)&0xff00))
x78drivers/net/ariadne.c#define lowb(x)    (x&0xff)
x80drivers/net/ariadne.c#define swhighw(x)  ((((x)>>8)&0xff00)|(((x)>>24)&0x00ff))
x82drivers/net/ariadne.c#define swloww(x)  ((((x)<<8)&0xff00)|(((x)>>8)&0x00ff))
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) /**/
x1507drivers/net/depca.cu_short j, x, chksum;
x1509drivers/net/depca.cx = (((adapter == de100) || (adapter == de101)) ? 1 : 0);
x1515drivers/net/depca.ck += (u_char) (tmp = inb(DEPCA_PROM + x));
x1517drivers/net/depca.ck += (u_short) ((tmp = inb(DEPCA_PROM + x)) << 8);
x1524drivers/net/depca.cchksum = (u_char) inb(DEPCA_PROM + x);
x1525drivers/net/depca.cchksum |= (u_short) (inb(DEPCA_PROM + x) << 8);
x193drivers/net/dgrs.culong  x;
x242drivers/net/dgrs.cx = priv->vplxdma[PLX_DMA0_MODE/4];
x243drivers/net/dgrs.cif (x != 0x00001FFF)
x12drivers/net/dgrs_asstruct.h#  define  BEGIN_STRUCT(x)  _Off=0
x13drivers/net/dgrs_asstruct.h#  define  S1A(t,x,n)  _Off=(_Off+0)&~0; x=_Off; _Off=_Off+(1*n)
x14drivers/net/dgrs_asstruct.h#  define  S2A(t,x,n)  _Off=(_Off+1)&~1; x=_Off; _Off=_Off+(2*n)
x15drivers/net/dgrs_asstruct.h#  define  S4A(t,x,n)  _Off=(_Off+3)&~3; x=_Off; _Off=_Off+(4*n)
x16drivers/net/dgrs_asstruct.h#  define  WORD(x)    _Off=(_Off+3)&~3; x=_Off; _Off=_Off+4
x17drivers/net/dgrs_asstruct.h#  define  WORDA(x,n)  _Off=(_Off+3)&~3; x=_Off; _Off=_Off+(4*n)
x18drivers/net/dgrs_asstruct.h#  define  VWORD(x)  _Off=(_Off+3)&~3; x=_Off; _Off=_Off+4
x19drivers/net/dgrs_asstruct.h#  define  S1(t,x)    _Off=(_Off+0)&~0; x=_Off; _Off=_Off+1
x20drivers/net/dgrs_asstruct.h#  define  S2(t,x)    _Off=(_Off+1)&~1; x=_Off; _Off=_Off+2
x21drivers/net/dgrs_asstruct.h#  define  S4(t,x)    _Off=(_Off+3)&~3; x=_Off; _Off=_Off+4
x22drivers/net/dgrs_asstruct.h#  define  END_STRUCT(x)  _Off=(_Off+3)&~3; x=_Off 
x28drivers/net/dgrs_asstruct.h#  define BEGIN_STRUCT(x) struct x {
x29drivers/net/dgrs_asstruct.h#  define S1(t,x)         t x ;
x30drivers/net/dgrs_asstruct.h#  define S1A(t,x,n)      t x[n] ;
x31drivers/net/dgrs_asstruct.h#  define S2(t,x)         t x ;
x32drivers/net/dgrs_asstruct.h#  define S2A(t,x,n)      t x[n] ;
x33drivers/net/dgrs_asstruct.h#  define S4(t,x)         t x ;
x34drivers/net/dgrs_asstruct.h#  define S4A(t,x,n)      t x[n] ;
x35drivers/net/dgrs_asstruct.h#  define END_STRUCT(x)   } ;
x193drivers/net/dgrs_driver.culong  x;
x242drivers/net/dgrs_driver.cx = priv->vplxdma[PLX_DMA0_MODE/4];
x243drivers/net/dgrs_driver.cif (x != 0x00001FFF)
x137drivers/net/eexpress.c#define PRIV(x)         ((struct net_local *)(x)->priv)
x31drivers/net/eth82586.h#define SM_ADDR(x) (0x4000+((x&0x10)<<10)+(x&0xf))
x166drivers/net/ibmtr.h#define SET_PAGE(x) (writeb(((x>>8)&ti.page_mask), \
x169drivers/net/ibmtr.h#define SET_PAGE(x)
x159drivers/net/lance.c#define LANCE_KMALLOC(x) \
x160drivers/net/lance.c((void *) (((unsigned long)kmalloc((x)+7, GFP_DMA | GFP_KERNEL)+7) & ~7))
x159drivers/net/ni52.c#define DELAY(x) __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) {
x367drivers/net/sk_g16.c#define PRINTK(x) printk x
x369drivers/net/sk_g16.c#define PRINTK(x) /**/
x373drivers/net/sk_g16.c#define PRINTK2(x) printk x
x375drivers/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);
x89drivers/net/smc9194.c#define free_irq( x, y ) free_irq( x )
x90drivers/net/smc9194.c#define request_irq( x, y, z, u, v ) request_irq( x, y, z, u )
x134drivers/net/smc9194.c#define PRINTK3(x) printk x 
x136drivers/net/smc9194.c#define PRINTK3(x) 
x140drivers/net/smc9194.c#define PRINTK2(x) printk x 
x142drivers/net/smc9194.c#define PRINTK2(x)
x146drivers/net/smc9194.c#define PRINTK(x) printk x
x148drivers/net/smc9194.c#define PRINTK(x)
x203drivers/net/smc9194.h#define SMC_SELECT_BANK(x)  { outw( x, ioaddr + BANK_SELECT ); } 
x211drivers/net/smc9194.h#define SMC_ENABLE_INT(x) {\
x215drivers/net/smc9194.hmask |= (x);\
x221drivers/net/smc9194.h#define SMC_DISABLE_INT(x) {\
x225drivers/net/smc9194.hmask &= ~(x);\
x136drivers/net/strip.cInterruptStatus x;
x137drivers/net/strip.csave_flags(x);
x139drivers/net/strip.creturn(x);
x142drivers/net/strip.cextern __inline__ void RestoreInterrupts(InterruptStatus x)
x144drivers/net/strip.crestore_flags(x);
x199drivers/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);
x344drivers/sbus/char/suncons.cpos = origin + y*video_size_row + (x<<1);
x358drivers/sbus/char/suncons.cpos = origin + y*video_size_row + (x<<1);
x901drivers/sbus/char/suncons.c#define BT_D4M3(x) ((((x) >> 2) << 1) + ((x) >> 2))     /* (x / 4) * 3 */
x902drivers/sbus/char/suncons.c#define BT_D4M4(x) ((x) & ~3)                           /* (x / 4) * 4 */
x1060drivers/sbus/char/suncons.c#define D4M3(x) ((((x)>>2)<<1) + ((x)>>2))      /* (x/4)*3 */
x1061drivers/sbus/char/suncons.c#define D4M4(x) ((x)&~0x3)                      /* (x/4)*4 */
x27drivers/sbus/char/sunkbd.c#define SIZE(x) (sizeof(x)/sizeof((x)[0]))
x632drivers/scsi/53c7,8xx.c#define setup_wrapper(x)         \
x633drivers/scsi/53c7,8xx.cvoid ncr53c##x##_setup (char *str, int *ints) {    \
x634drivers/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) )
x78drivers/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); }
x79drivers/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); }
x81drivers/scsi/NCR5380.c#define LIST(x,y)
x82drivers/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)
x549drivers/scsi/advansys.c#define HI_BYTE(x) ( *( ( BYTE *)(&x)+1 ) )
x550drivers/scsi/advansys.c#define LO_BYTE(x) ( *( ( BYTE *)&x ) )
x552drivers/scsi/advansys.c#define HI_WORD(x) ( *( ( WORD *)(&x)+1 ) )
x553drivers/scsi/advansys.c#define LO_WORD(x) ( *( ( WORD *)&x ) )
x665drivers/scsi/advansys.c#define FLIP_BYTE_NIBBLE( x )    ( ((x<<4)& 0xFF) | (x>>4) )
x843drivers/scsi/advansys.c#define ASC_SRB_HOST( x )  ( ( uchar )( ( uchar )( x ) >> 4 ) )
x844drivers/scsi/advansys.c#define ASC_SRB_TID( x )   ( ( uchar )( ( uchar )( x ) & ( uchar )0x0F ) )
x846drivers/scsi/advansys.c#define ASC_SRB_LUN( x )   ( ( uchar )( ( uint )( x ) >> 13 ) )
x848drivers/scsi/advansys.c#define PUT_CDB1( x )   ( ( uchar )( ( uint )( x ) >> 8 ) )
x362drivers/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 )
x276drivers/scsi/aic7xxx.c#define SLOTBASE(x)  ((x) << 12)
x823drivers/scsi/aic7xxx.c#  define debug_config(x)
x824drivers/scsi/aic7xxx.c#  define debug_scb(x)
x2573drivers/scsi/aic7xxx.cint x;
x2590drivers/scsi/aic7xxx.cfor (x = 9; x <= 17; x++)
x2592drivers/scsi/aic7xxx.cif (actual < (1 << x))
x2594drivers/scsi/aic7xxx.cptr[x - 9]++;
x2598drivers/scsi/aic7xxx.cif (x > 17)
x2600drivers/scsi/aic7xxx.cptr[x - 9]++;
x118drivers/scsi/atari_NCR5380.c#define LIST(x,y) \
x119drivers/scsi/atari_NCR5380.c{ printk("LINE:%d   Adding %p to %p\n", __LINE__, (void*)(x), (void*)(y)); \
x120drivers/scsi/atari_NCR5380.cif ((x)==(y)) udelay(5); }
x121drivers/scsi/atari_NCR5380.c#define REMOVE(w,x,y,z) \
x123drivers/scsi/atari_NCR5380.c(void*)(w), (void*)(x), (void*)(y), (void*)(z)); \
x124drivers/scsi/atari_NCR5380.cif ((x)==(y)) udelay(5); }
x126drivers/scsi/atari_NCR5380.c#define LIST(x,y)
x127drivers/scsi/atari_NCR5380.c#define REMOVE(w,x,y,z)
x191drivers/scsi/eata_dma.cint x, z;
x194drivers/scsi/eata_dma.cx = 0;                          /* just to keep GCC quiet */ 
x198drivers/scsi/eata_dma.cx = cmd->cmnd[4]/2; 
x202drivers/scsi/eata_dma.cx = cmd->cmnd[4]/2; 
x207drivers/scsi/eata_dma.cx = ntohs(*sho)/2;        
x212drivers/scsi/eata_dma.cx = ntohs(*sho)/2;        
x217drivers/scsi/eata_dma.cx = ntohl(*lon)/2;        
x222drivers/scsi/eata_dma.cx = ntohl(*lon)/2;        
x232drivers/scsi/eata_dma.cfor(z = 0; (x > (1 << z)) && (z <= 11); z++) 
x248drivers/scsi/eata_dma.cuint x;
x254drivers/scsi/eata_dma.cfor (x = 1, sh = first_HBA; x <= registered_HBAs; x++, sh = SD(sh)->next) {
x377drivers/scsi/eata_dma.c"sense_key: %#x, result: %#.8x\n", x, 
x446drivers/scsi/eata_dma.cunsigned int i, x, y;
x471drivers/scsi/eata_dma.cfor (y = hd->last_ccb + 1, x = 0; x < sh->can_queue; x++, y++) { 
x480drivers/scsi/eata_dma.cif (x >= sh->can_queue) { 
x637drivers/scsi/eata_dma.cushort x, z; 
x666drivers/scsi/eata_dma.cfor (x = 0; x < MAXCHANNEL; x++) {
x668drivers/scsi/eata_dma.cHD(cmd)->t_state[x][z] = RESET;
x669drivers/scsi/eata_dma.cHD(cmd)->t_timeout[x][z] = NO_TIMEOUT;
x673drivers/scsi/eata_dma.cfor (x = 0; x < cmd->host->can_queue; x++) {
x674drivers/scsi/eata_dma.cif (HD(cmd)->ccb[x].status == FREE)
x677drivers/scsi/eata_dma.cif (HD(cmd)->ccb[x].status == LOCKED) {
x678drivers/scsi/eata_dma.cHD(cmd)->ccb[x].status = FREE;
x679drivers/scsi/eata_dma.cprintk("eata_reset: locked slot %d forced free.\n", x);
x683drivers/scsi/eata_dma.csp = HD(cmd)->ccb[x].cmd;
x684drivers/scsi/eata_dma.cHD(cmd)->ccb[x].status = RESET;
x685drivers/scsi/eata_dma.cprintk("eata_reset: slot %d in reset, pid %ld.\n", x, sp->pid);
x689drivers/scsi/eata_dma.cpanic("eata_reset: slot %d, sp==NULL.\n", x);
x709drivers/scsi/eata_dma.cfor (x = 0; x < cmd->host->can_queue; x++) {
x712drivers/scsi/eata_dma.cif (HD(cmd)->ccb[x].status != RESET)
x715drivers/scsi/eata_dma.csp = HD(cmd)->ccb[x].cmd;
x719drivers/scsi/eata_dma.cHD(cmd)->ccb[x].status = LOCKED;
x722drivers/scsi/eata_dma.cx, sp->pid);
x993drivers/scsi/eata_dma.cint x;
x1240drivers/scsi/eata_dma.cfor(x = 0; x <= 11; x++){     /* Initialize min. latency */
x1241drivers/scsi/eata_dma.chd->writes_lat[x][1] = 0xffffffff;
x1242drivers/scsi/eata_dma.chd->reads_lat[x][1] = 0xffffffff;
x1337drivers/scsi/eata_dma.cu32 error, i, x;
x1405drivers/scsi/eata_dma.cfor (x = 0; x < MAXISA; ++x) {
x1406drivers/scsi/eata_dma.cif (ISAbases[x] == base) {
x1407drivers/scsi/eata_dma.cISAbases[x] = 0;
x60drivers/scsi/eata_dma.h#define DBG(x, y)   if ((x)) {y;} 
x62drivers/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));
x93drivers/scsi/eata_generic.h#define DELAY(x) { __u32 i; ulong flags;          \
x95drivers/scsi/eata_generic.hi = jiffies + (x * HZ);        \
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);
x283drivers/scsi/eata_pio.cuint x, y;
x302drivers/scsi/eata_pio.cy = x = 0;
x307drivers/scsi/eata_pio.csh->can_queue,x,y));
x394drivers/scsi/eata_pio.cfor (x = 0; x < hd->cppadlen; x++) outw(0, base + HA_RDATA);
x455drivers/scsi/eata_pio.cuint x, z, time, limit = 0;
x481drivers/scsi/eata_pio.cfor (x = 0; x < cmd->host->can_queue; x++) {
x483drivers/scsi/eata_pio.cif (HD(cmd)->ccb[x].status == FREE) 
x486drivers/scsi/eata_pio.csp = HD(cmd)->ccb[x].cmd;
x487drivers/scsi/eata_pio.cHD(cmd)->ccb[x].status = RESET;
x488drivers/scsi/eata_pio.cprintk(KERN_WARNING "eata_pio_reset: slot %d in reset, pid %ld.\n", x,
x493drivers/scsi/eata_pio.cpanic("eata_pio_reset: slot %d, sp==NULL.\n", x);
x510drivers/scsi/eata_pio.cfor (x = 0; x < cmd->host->can_queue; x++) {
x513drivers/scsi/eata_pio.cif (HD(cmd)->ccb[x].status != RESET)
x516drivers/scsi/eata_pio.csp = HD(cmd)->ccb[x].cmd;
x520drivers/scsi/eata_pio.cprintk(KERN_WARNING "eata_pio_reset: reset ccb %d.\n",x);
x521drivers/scsi/eata_pio.cHD(cmd)->ccb[x].status = FREE;
x896drivers/scsi/eata_pio.cu32 error, i, x;
x955drivers/scsi/eata_pio.cfor (x = 0; x < MAXISA; ++x) {
x956drivers/scsi/eata_pio.cif (ISAbases[x] == base) {
x957drivers/scsi/eata_pio.cISAbases[x] = 0;
x962drivers/scsi/eata_pio.cx = (base >> 12) & 0x0f;
x963drivers/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)
x574drivers/scsi/g_NCR5380.c#define PRINTP(x) len += sprintf(buffer+len, x)
x88drivers/scsi/g_NCR5380.h#define __STRVAL(x) #x
x89drivers/scsi/g_NCR5380.h#define STRVAL(x) __STRVAL(x)
x282drivers/scsi/in2000.cuchar asr, x = 0;
x289drivers/scsi/in2000.cx = read_3393(hostdata,WD_DATA);
x291drivers/scsi/in2000.creturn x;
x330drivers/scsi/in2000.cint x;
x332drivers/scsi/in2000.cfor (x=1; sx_table[x].period_ns; x++) {
x333drivers/scsi/in2000.cif ((period <= sx_table[x-0].period_ns) &&
x334drivers/scsi/in2000.c(period >  sx_table[x-1].period_ns)) {
x335drivers/scsi/in2000.creturn x;
x1647drivers/scsi/in2000.cint qt,x;
x1655drivers/scsi/in2000.cx = read1_io(IO_HARDWARE);
x1657drivers/scsi/in2000.cx = read_3393(hostdata,WD_SCSI_STATUS);   /* clear any WD intrpt */
x1671drivers/scsi/in2000.cx = read_3393(hostdata,WD_SCSI_STATUS);   /* clear interrupt */
x1676drivers/scsi/in2000.cx |= B_FLAG;
x1682drivers/scsi/in2000.creturn x;
x1696drivers/scsi/in2000.cint x;
x1708drivers/scsi/in2000.cfor (x = 0; x < 8; x++) {
x1709drivers/scsi/in2000.chostdata->busy[x] = 0;
x1710drivers/scsi/in2000.chostdata->sync_xfer[x] = calc_sync_xfer(DEFAULT_SX_PER/4,DEFAULT_SX_OFF);
x1711drivers/scsi/in2000.chostdata->sync_stat[x] = SS_UNSET;  /* using default sync values */
x1908drivers/scsi/in2000.cint x;
x1911drivers/scsi/in2000.cfor  (x=0; x<MAX_SETUP_STRINGS; x++) {
x1912drivers/scsi/in2000.cif (setup_used[x])
x1914drivers/scsi/in2000.cif (!strncmp(setup_strings[x], key, strlen(key)))
x1917drivers/scsi/in2000.cif (x == MAX_SETUP_STRINGS)
x1919drivers/scsi/in2000.csetup_used[x] = 1;
x1920drivers/scsi/in2000.ccp = setup_strings[x] + strlen(key);
x1923drivers/scsi/in2000.creturn ++x;
x1928drivers/scsi/in2000.creturn ++x;
x1969drivers/scsi/in2000.cint x;
x2011drivers/scsi/in2000.cx = switches & (SW_ADDR0 | SW_ADDR1);
x2012drivers/scsi/in2000.cbase = base_tab[x];
x2016drivers/scsi/in2000.cx = ~inb(base + IO_SWITCHES) & 0xff;
x2017drivers/scsi/in2000.cif (x != switches) {
x2018drivers/scsi/in2000.cprintk("Bad IO signature: %02x vs %02x\n",x,switches);
x2073drivers/scsi/in2000.cx = int_tab[(switches & (SW_INT0 | SW_INT1)) >> SW_INT_SHIFT];
x2076drivers/scsi/in2000.cif (request_irq(x, in2000_intr, SA_INTERRUPT, "in2000", NULL)) {
x2078drivers/scsi/in2000.cif (request_irq(x, in2000_intr, SA_INTERRUPT, "in2000")) {
x2084drivers/scsi/in2000.cinstance->irq = x;
x2088drivers/scsi/in2000.cfor (x = 0; x < 8; x++) {
x2089drivers/scsi/in2000.chostdata->busy[x] = 0;
x2090drivers/scsi/in2000.chostdata->sync_xfer[x] = calc_sync_xfer(DEFAULT_SX_PER/4,DEFAULT_SX_OFF);
x2091drivers/scsi/in2000.chostdata->sync_stat[x] = SS_UNSET;  /* using default sync values */
x2145drivers/scsi/in2000.cx = reset_hardware(instance,(hostdata->args & A_NO_SCSI_RESET)?RESET_CARD:RESET_CARD_AND_BUS);
x2148drivers/scsi/in2000.cif (x & 0x01) {
x2149drivers/scsi/in2000.cif (x & B_FLAG)
x2170drivers/scsi/in2000.cfor (x=0; x<8; x++)
x2171drivers/scsi/in2000.cprintk("%s,",setup_strings[x]);
x2238drivers/scsi/in2000.cint x,i;
x2269drivers/scsi/in2000.cx = simple_strtoul(bp,NULL,0);
x2270drivers/scsi/in2000.cif (x < DIS_NEVER || x > DIS_ALWAYS)
x2271drivers/scsi/in2000.cx = DIS_ADAPTIVE;
x2272drivers/scsi/in2000.chd->disconnect = x;
x2276drivers/scsi/in2000.cx = simple_strtoul(bp,NULL,0);
x2277drivers/scsi/in2000.chd->default_sx_per = sx_table[round_period((unsigned int)x)].period_ns;
x2281drivers/scsi/in2000.cx = simple_strtoul(bp,NULL,0);
x2283drivers/scsi/in2000.cif (x & (1<<i))
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) & ~(128 | ST_MODE_MASK))
x78drivers/scsi/st.c#define TAPE_MODE(x) ((MINOR(x) & ST_MODE_MASK) >> ST_MODE_SHIFT)
x167drivers/scsi/ultrastor.c#define ALIGNED(x)  __attribute__((aligned(x)))
x197drivers/scsi/wd33c93.cuchar x = 0;
x204drivers/scsi/wd33c93.cx = read_wd33c93(regp, WD_DATA);
x206drivers/scsi/wd33c93.creturn x;
x245drivers/scsi/wd33c93.cint x;
x247drivers/scsi/wd33c93.cfor (x=1; sx_table[x].period_ns; x++) {
x248drivers/scsi/wd33c93.cif ((period <= sx_table[x-0].period_ns) &&
x249drivers/scsi/wd33c93.c(period >  sx_table[x-1].period_ns)) {
x250drivers/scsi/wd33c93.creturn x;
x1512drivers/scsi/wd33c93.cint i,x;
x1528drivers/scsi/wd33c93.cx = vsprintf(p1,"nosync:0x%02x,",&(ints[i+1]));
x1529drivers/scsi/wd33c93.cp1 += x;
x1561drivers/scsi/wd33c93.cint x;
x1564drivers/scsi/wd33c93.cfor  (x=0; x<MAX_SETUP_STRINGS; x++) {
x1565drivers/scsi/wd33c93.cif (setup_used[x])
x1567drivers/scsi/wd33c93.cif (!strncmp(setup_strings[x], key, strlen(key)))
x1569drivers/scsi/wd33c93.cif (!strncmp(setup_strings[x], "next", strlen("next")))
x1572drivers/scsi/wd33c93.cif (x == MAX_SETUP_STRINGS)
x1574drivers/scsi/wd33c93.csetup_used[x] = 1;
x1575drivers/scsi/wd33c93.ccp = setup_strings[x] + strlen(key);
x1578drivers/scsi/wd33c93.creturn ++x;
x1583drivers/scsi/wd33c93.creturn ++x;
x1708drivers/scsi/wd33c93.cint x,i;
x1739drivers/scsi/wd33c93.cx = simple_strtoul(bp,NULL,0);
x1740drivers/scsi/wd33c93.cif (x < DIS_NEVER || x > DIS_ALWAYS)
x1741drivers/scsi/wd33c93.cx = DIS_ADAPTIVE;
x1742drivers/scsi/wd33c93.chd->disconnect = x;
x1746drivers/scsi/wd33c93.cx = simple_strtoul(bp,NULL,0);
x1747drivers/scsi/wd33c93.chd->default_sx_per = sx_table[round_period((unsigned int)x)].period_ns;
x1751drivers/scsi/wd33c93.cx = simple_strtoul(bp,NULL,0);
x1753drivers/scsi/wd33c93.cif (x & (1<<i))
x43drivers/sound/ad1848.c#define DEB(x)
x44drivers/sound/ad1848.c#define DEB1(x)
x137drivers/sound/ad1848.cint             x;
x146drivers/sound/ad1848.cx = inb (io_Indexed_Data (devc));
x150drivers/sound/ad1848.creturn x;
x1494drivers/sound/ad1848.cint             x;
x1503drivers/sound/ad1848.cfor (x = 0; x < 100000 && devc->timer_ticks == 0; x++);
x41drivers/sound/configure.c#define B(x)  (1 << (x))
x143drivers/sound/dmasound.c#define arraysize(x)  (sizeof(x)/sizeof(*(x)))
x144drivers/sound/dmasound.c#define min(x, y)  ((x) < (y) ? (x) : (y))
x145drivers/sound/dmasound.c#define le2be16(x)  (((x)<<8 & 0xff00) | ((x)>>8 & 0x00ff))
x146drivers/sound/dmasound.c#define le2be16dbl(x)  (((x)<<8 & 0xff00ff00) | ((x)>>8 & 0x00ff00ff))
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);
x116drivers/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)
x1190drivers/sound/sb_dsp.cint             x;
x1196drivers/sound/sb_dsp.cfor (x = 0; x < 1000; ++x)  /* wait 10 milliseconds */
x185drivers/sound/sound_config.h#define DEB(x)
x189drivers/sound/sound_config.h#define DDB(x)
x82fs/affs/namei.cunsigned int i, x;
x87fs/affs/namei.cx = len;
x90fs/affs/namei.cx = (x * 13 + affs_intl_toupper(name[i] & 0xFF)) & 0x7ff;
x92fs/affs/namei.cx = (x * 13 + affs_toupper(name[i] & 0xFF)) & 0x7ff;
x94fs/affs/namei.creturn x % hashsize;
x855fs/binfmt_elf.c#define roundup(x, y)  ((((x)+((y)-1))/(y))*(y))
x52fs/dcache.c#define dcache_offset(x) ((unsigned long)&((struct dir_cache_entry*)0)->x)
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;
x454fs/ext2/ialloc.cunsigned long desc_count, bitmap_count, x;
x468fs/ext2/ialloc.cx = ext2_count_free (sb->u.ext2_sb.s_inode_bitmap[bitmap_nr],
x471fs/ext2/ialloc.ci, gdp->bg_free_inodes_count, x);
x472fs/ext2/ialloc.cbitmap_count += x;
x486fs/ext2/ialloc.cunsigned long desc_count, bitmap_count, x;
x500fs/ext2/ialloc.cx = ext2_count_free (sb->u.ext2_sb.s_inode_bitmap[bitmap_nr],
x502fs/ext2/ialloc.cif (gdp->bg_free_inodes_count != x)
x506fs/ext2/ialloc.cgdp->bg_free_inodes_count, x);
x507fs/ext2/ialloc.cbitmap_count += x;
x27fs/fat/file.c#define PRINTK(x)
x28fs/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])
x29fs/ncpfs/ncplib_kernel.cncp_add_byte(struct ncp_server *server, byte x)
x32fs/ncpfs/ncplib_kernel.c*(byte *)(&(server->packet[server->current_size])) = x;
x38fs/ncpfs/ncplib_kernel.cncp_add_word(struct ncp_server *server, word x)
x41fs/ncpfs/ncplib_kernel.c*(word *)(&(server->packet[server->current_size])) = x;
x47fs/ncpfs/ncplib_kernel.cncp_add_dword(struct ncp_server *server, dword x)
x50fs/ncpfs/ncplib_kernel.c*(dword *)(&(server->packet[server->current_size])) = x;
x702fs/nfs/nfsroot.cint x;
x708fs/nfs/nfsroot.cfor(x=0; x<xmit_bootp->hlen; x++)
x709fs/nfs/nfsroot.cprintk("%02x", xmit_bootp->hw_addr[x]);
x1145fs/nfs/nfsroot.c#define IN_NTOA(x) (((x) == INADDR_NONE) ? "none" : in_ntoa(x))
x51fs/proc/array.c#define LOAD_INT(x) ((x) >> FSHIFT)
x52fs/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
x29fs/vfat/namei.c# define PRINTK(x) printk x
x31fs/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))
x343include/asm-alpha/alcor.h#define outb(x, port) \
x344include/asm-alpha/alcor.h(__builtin_constant_p((port))?__outb((x),(port)):_outb((x),(port)))
x403include/asm-alpha/alcor.h#define RTC_PORT(x)  (0x70 + (x))
x404include/asm-alpha/alcor.h#define RTC_ADDR(x)  (0x80 | (x))
x388include/asm-alpha/apecs.h#define outb(x, port) \
x389include/asm-alpha/apecs.h(__builtin_constant_p((port))?__outb((x),(port)):_outb((x),(port)))
x448include/asm-alpha/apecs.h#define RTC_PORT(x)  (0x70 + (x))
x449include/asm-alpha/apecs.h#define RTC_ADDR(x)  (0x80 | (x))
x17include/asm-alpha/atomic.h#define __atomic_fool_gcc(x) (*(struct { int a[100]; } *)x)
x95include/asm-alpha/bitops.hextern inline unsigned long ffz_b(unsigned long x)
x99include/asm-alpha/bitops.hx = ~x & -~x;    /* set first 0 bit, clear others */
x100include/asm-alpha/bitops.hif (x & 0xF0) sum += 4;
x101include/asm-alpha/bitops.hif (x & 0xCC) sum += 2;
x102include/asm-alpha/bitops.hif (x & 0xAA) sum += 1;
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)
x43include/asm-alpha/pgtable.h#define flush_tlb_current(x) tbiap()
x44include/asm-alpha/pgtable.h#define flush_tlb_other(x) do { } while (0)
x161include/asm-alpha/pgtable.h#define VMALLOC_VMADDR(x)  ((unsigned long)(x))
x209include/asm-alpha/pgtable.h#define _PAGE_NORMAL(x) __pgprot(_PAGE_VALID | __ACCESS_BITS | (x))
x211include/asm-alpha/pgtable.h#define _PAGE_P(x) _PAGE_NORMAL((x) | (((x) & _PAGE_FOW)?0:_PAGE_FOW))
x212include/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))
x147include/asm-alpha/system.h#define xchg(ptr,x) ((__typeof__(*(ptr)))__xchg((unsigned long)(x),(ptr),sizeof(*(ptr))))
x160include/asm-alpha/system.hstatic __inline__ unsigned long __xchg(unsigned long x, volatile void * ptr, int size)
x164include/asm-alpha/system.hreturn xchg_u32(ptr, x);
x166include/asm-alpha/system.hreturn xchg_u64(ptr, x);
x169include/asm-alpha/system.hreturn x;
x90include/asm-alpha/termios.h#define SET_LOW_BITS(x,y)  ((x) = (0xffff0000 & (x)) | (y))
x262include/asm-alpha/unistd.h#define exit(x) _exit(x)
x20include/asm-i386/atomic.h#define __atomic_fool_gcc(x) (*(struct { int a[100]; } *)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; }
x22include/asm-i386/irq.h#define __STR(x) #x
x23include/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)
x200include/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)
x428include/asm-i386/string.h#define COMMON(x) \
x431include/asm-i386/string.hx \
x577include/asm-i386/string.h#define COMMON(x) \
x580include/asm-i386/string.hx \
x191include/asm-i386/system.h#define xchg(ptr,x) ((__typeof__(*(ptr)))__xchg((unsigned long)(x),(ptr),sizeof(*(ptr))))
x195include/asm-i386/system.h#define __xg(x) ((struct __xchg_dummy *)(x))
x197include/asm-i386/system.hstatic inline unsigned long __xchg(unsigned long x, void * ptr, int size)
x202include/asm-i386/system.h:"=&q" (x), "=m" (*__xg(ptr))
x203include/asm-i386/system.h:"0" (x), "m" (*__xg(ptr)));
x207include/asm-i386/system.h:"=&r" (x), "=m" (*__xg(ptr))
x208include/asm-i386/system.h:"0" (x), "m" (*__xg(ptr)));
x212include/asm-i386/system.h:"=&r" (x), "=m" (*__xg(ptr))
x213include/asm-i386/system.h:"0" (x), "m" (*__xg(ptr)));
x216include/asm-i386/system.hreturn x;
x223include/asm-i386/system.h#define save_flags(x) \
x224include/asm-i386/system.h__asm__ __volatile__("pushfl ; popl %0":"=g" (x): /* no input */ :"memory")
x226include/asm-i386/system.h#define restore_flags(x) \
x227include/asm-i386/system.h__asm__ __volatile__("pushl %0 ; popfl": /* no output */ :"g" (x):"memory")
x66include/asm-i386/termios.h#define SET_LOW_BITS(x,y)  (*(unsigned short *)(&x) = (y))
x177include/asm-m68k/amigahw.h#define ZTWO_PADDR(x) (((unsigned long)(x))-zTwoBase)
x178include/asm-m68k/amigahw.h#define ZTWO_VADDR(x) (((unsigned long)(x))+zTwoBase)
x181include/asm-m68k/amigahw.h#define ZTWO_PADDR(x) (x)
x182include/asm-m68k/amigahw.h#define ZTWO_VADDR(x) (x)
x23include/asm-m68k/atarikb.hvoid ikbd_mouse_thresh(int x, int y);
x24include/asm-m68k/atarikb.hvoid ikbd_mouse_scale(int x, int y);
x25include/asm-m68k/atarikb.hvoid ikbd_mouse_pos_get(int *x, int *y);
x26include/asm-m68k/atarikb.hvoid ikbd_mouse_pos_set(int x, int y);
x9include/asm-m68k/byteorder.h#define ntohl(x) x
x10include/asm-m68k/byteorder.h#define ntohs(x) x
x11include/asm-m68k/byteorder.h#define htonl(x) x
x12include/asm-m68k/byteorder.h#define htons(x) x
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))
x7include/asm-m68k/mmu_context.h#define get_mmu_context(x) do { } while (0)
x22include/asm-m68k/page.h#define pte_val(x)  ((x).pte)
x23include/asm-m68k/page.h#define pmd_val(x)  ((&x)->pmd[0])
x24include/asm-m68k/page.h#define pgd_val(x)  ((x).pgd)
x25include/asm-m68k/page.h#define pgprot_val(x)  ((x).pgprot)
x27include/asm-m68k/page.h#define __pte(x)  ((pte_t) { (x) } )
x28include/asm-m68k/page.h#define __pmd(x)  ((pmd_t) { (x) } )
x29include/asm-m68k/page.h#define __pgd(x)  ((pgd_t) { (x) } )
x30include/asm-m68k/page.h#define __pgprot(x)  ((pgprot_t) { (x) } )
x41include/asm-m68k/page.h#define pte_val(x)  (x)
x42include/asm-m68k/page.h#define pmd_val(x)  ((&x)->pmd[0])
x43include/asm-m68k/page.h#define pgd_val(x)  (x)
x44include/asm-m68k/page.h#define pgprot_val(x)  (x)
x46include/asm-m68k/page.h#define __pte(x)  (x)
x47include/asm-m68k/page.h#define __pmd(x)  ((pmd_t) { (x) } )
x48include/asm-m68k/page.h#define __pgd(x)  (x)
x49include/asm-m68k/page.h#define __pgprot(x)  (x)
x86include/asm-m68k/pgtable.h#define VMALLOC_VMADDR(x) ((unsigned long)(x))
x25include/asm-m68k/segment.h#define put_user(x,ptr) __put_user((unsigned long)(x),(ptr),sizeof(*(ptr)))
x35include/asm-m68k/segment.h#define __ptr(x) ((unsigned long *)(x))
x37include/asm-m68k/segment.hstatic inline void __put_user(unsigned long x, void * y, int size)
x43include/asm-m68k/segment.h:"r" (x),"m" (*__ptr(y)) : "memory");
x48include/asm-m68k/segment.h:"r" (x),"m" (*__ptr(y)) : "memory");
x53include/asm-m68k/segment.h:"r" (x),"m" (*__ptr(y)) : "memory");
x96include/asm-m68k/segment.h#define put_fs_byte(x,addr) __put_user((x),(unsigned char *)(addr),1)
x97include/asm-m68k/segment.h#define put_fs_word(x,addr) __put_user((x),(unsigned short *)(addr),2)
x98include/asm-m68k/segment.h#define put_fs_long(x,addr) __put_user((x),(unsigned int *)(addr),4)
x199include/asm-m68k/segment.h#define COMMON(x)                     \
x207include/asm-m68k/segment.hx                     \
x295include/asm-m68k/segment.h#define COMMON(x)                     \
x303include/asm-m68k/segment.hx                         \
x53include/asm-m68k/system.h#define xchg(ptr,x) ((__typeof__(*(ptr)))__xchg((unsigned long)(x),(ptr),sizeof(*(ptr))))
x57include/asm-m68k/system.h#define __xg(x) ((volatile struct __xchg_dummy *)(x))
x69include/asm-m68k/system.h#define save_flags(x) \
x70include/asm-m68k/system.h__asm__ __volatile__("movew %/sr,%0":"=d" (x) : /* no input */ :"memory")
x72include/asm-m68k/system.h#define restore_flags(x) \
x73include/asm-m68k/system.h__asm__ __volatile__("movew %0,%/sr": /* no outputs */ :"d" (x) : "memory")
x78include/asm-m68k/system.hstatic inline unsigned long __xchg(unsigned long x, volatile void * ptr, int size)
x90include/asm-m68k/system.h: "=&d" (tmp) : "d" (x), "m" (*__xg(ptr)) : "memory");
x96include/asm-m68k/system.h: "=&d" (tmp) : "d" (x), "m" (*__xg(ptr)) : "memory");
x102include/asm-m68k/system.h: "=&d" (tmp) : "d" (x), "m" (*__xg(ptr)) : "memory");
x109include/asm-m68k/system.hstatic inline unsigned long __xchg(unsigned long x, volatile void * ptr, int size)
x118include/asm-m68k/system.h: "=&d" (x) : "d" (x), "m" (*__xg(ptr)) : "memory");
x126include/asm-m68k/system.h: "=&d" (x) : "d" (x), "m" (*__xg(ptr)) : "memory");
x134include/asm-m68k/system.h: "=&d" (x) : "d" (x), "m" (*__xg(ptr)) : "memory");
x137include/asm-m68k/system.hreturn x;
x64include/asm-m68k/termios.h#define SET_LOW_BITS(x,y)  ((x) = (0xffff0000 & (x)) | (y))
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
x57include/asm-sparc/checksum.hextern inline unsigned short from32to16(unsigned long x)
x64include/asm-sparc/checksum.h: "=r" (x)
x65include/asm-sparc/checksum.h: "r" (x << 16), "0" (x));
x66include/asm-sparc/checksum.hreturn x;
x18include/asm-sparc/elf.h#define elf_check_arch(x) ((x) == EM_SPARC)
x85include/asm-sparc/fbio.hshort x, y;
x73include/asm-sparc/floppy.h#define virt_to_bus(x)            (x)
x74include/asm-sparc/floppy.h#define bus_to_virt(x)            (x)
x77include/asm-sparc/floppy.h#define get_dma_residue(x)        (0)
x106include/asm-sparc/irq.h#define SUN4M_HARD_INT(x)  (0x000000001 << (x))
x107include/asm-sparc/irq.h#define SUN4M_SOFT_INT(x)  (0x000010000 << (x))
x124include/asm-sparc/irq.h#define SUN4M_INT_SBUS(x)  (1 << (x+7))
x7include/asm-sparc/mmu_context.h#define get_mmu_context(x) do { } while (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))
x62include/asm-sparc/page.h#define pte_val(x)  ((x).pte)
x63include/asm-sparc/page.h#define iopte_val(x)  ((x).iopte)
x64include/asm-sparc/page.h#define pmd_val(x)      ((x).pmd)
x65include/asm-sparc/page.h#define pgd_val(x)  ((x).pgd)
x66include/asm-sparc/page.h#define ctxd_val(x)  ((x).ctxd)
x67include/asm-sparc/page.h#define pgprot_val(x)  ((x).pgprot)
x68include/asm-sparc/page.h#define iopgprot_val(x)  ((x).iopgprot)
x70include/asm-sparc/page.h#define __pte(x)  ((pte_t) { (x) } )
x71include/asm-sparc/page.h#define __iopte(x)  ((iopte_t) { (x) } )
x72include/asm-sparc/page.h#define __pmd(x)        ((pmd_t) { (x) } )
x73include/asm-sparc/page.h#define __pgd(x)  ((pgd_t) { (x) } )
x74include/asm-sparc/page.h#define __ctxd(x)  ((ctxd_t) { (x) } )
x75include/asm-sparc/page.h#define __pgprot(x)  ((pgprot_t) { (x) } )
x76include/asm-sparc/page.h#define __iopgprot(x)  ((iopgprot_t) { (x) } )
x90include/asm-sparc/page.h#define pte_val(x)  (x)
x91include/asm-sparc/page.h#define iopte_val(x)  (x)
x92include/asm-sparc/page.h#define pmd_val(x)      (x)
x93include/asm-sparc/page.h#define pgd_val(x)  (x)
x94include/asm-sparc/page.h#define ctxd_val(x)  (x)
x95include/asm-sparc/page.h#define pgprot_val(x)  (x)
x96include/asm-sparc/page.h#define iopgprot_val(x)  (x)
x98include/asm-sparc/page.h#define __pte(x)  (x)
x99include/asm-sparc/page.h#define __iopte(x)  (x)
x100include/asm-sparc/page.h#define __pmd(x)        (x)
x101include/asm-sparc/page.h#define __pgd(x)  (x)
x102include/asm-sparc/page.h#define __ctxd(x)  (x)
x103include/asm-sparc/page.h#define __pgprot(x)  (x)
x104include/asm-sparc/page.h#define __iopgprot(x)  (x)
x67include/asm-sparc/pgtable.h#define VMALLOC_VMADDR(x) ((unsigned long)(x))
x16include/asm-sparc/segment.h#define put_user(x,ptr) __put_user((unsigned long)(x),(ptr),sizeof(*(ptr)))
x27include/asm-sparc/segment.hstatic inline void __put_user(unsigned long x, void * y, int size)
x31include/asm-sparc/segment.h*(char *) y = x;
x34include/asm-sparc/segment.h*(short *) y = x;
x37include/asm-sparc/segment.h*(int *) y = x;
x89include/asm-sparc/segment.h#define put_fs_byte(x,addr) put_user_byte((x),(char *)(addr))
x96include/asm-sparc/segment.h#define put_fs_word(x,addr) put_user_word((x),(short *)(addr))
x103include/asm-sparc/segment.h#define put_fs_long(x,addr) put_user_long((x),(int *)(addr))
x150include/asm-sparc/system.h#define xchg(ptr,x) ((__typeof__(*(ptr)))__xchg((unsigned long)(x),(ptr),sizeof(*(ptr))))
x155include/asm-sparc/system.hstatic inline unsigned long __xchg(unsigned long x, volatile void * ptr, int size)
x159include/asm-sparc/system.hreturn xchg_u32(ptr, x);
x162include/asm-sparc/system.hreturn x;
x75include/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)
x141include/linux/a.out.h#define _N_SEGMENT_ROUND(x) (((x) + SEGMENT_SIZE - 1) & ~(SEGMENT_SIZE - 1))
x143include/linux/a.out.h#define _N_TXTENDADDR(x) (N_TXTADDR(x)+(x).a_text)
x146include/linux/a.out.h#define N_DATADDR(x) \
x147include/linux/a.out.h(N_MAGIC(x)==OMAGIC? (_N_TXTENDADDR(x)) \
x148include/linux/a.out.h: (_N_SEGMENT_ROUND (_N_TXTENDADDR(x))))
x153include/linux/a.out.h#define N_BSSADDR(x) (N_DATADDR(x) + (x).a_data)
x332include/linux/blk.h#define SET_INTR(x) \
x333include/linux/blk.hif ((DEVICE_INTR = (x)) != NULL) \
x340include/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)
x36include/linux/ftape.h#define SECTOR(x)       (x+1)         /* sector offset into real sector */
x63include/linux/ftape.h#define NR_ITEMS(x)     (sizeof(x)/ sizeof(*x))
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))
x217include/linux/isdn.h#define USG_NONE(x)     ((x & ISDN_USAGE_MASK)==ISDN_USAGE_NONE)
x218include/linux/isdn.h#define USG_RAW(x)      ((x & ISDN_USAGE_MASK)==ISDN_USAGE_RAW)
x219include/linux/isdn.h#define USG_MODEM(x)    ((x & ISDN_USAGE_MASK)==ISDN_USAGE_MODEM)
x220include/linux/isdn.h#define USG_NET(x)      ((x & ISDN_USAGE_MASK)==ISDN_USAGE_NET)
x221include/linux/isdn.h#define USG_OUTGOING(x) ((x & ISDN_USAGE_OUTGOING)==ISDN_USAGE_OUTGOING)
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))
x84include/linux/mcdx.h#define INFO(x)  
x87include/linux/mcdx.h#define INFO(x) warn x
x91include/linux/mcdx.h#define WARN(x) warn x
x96include/linux/mcdx.h#define TRACE(x) trace x
x114include/linux/mcdx.h#define TRACE(x)
x165include/linux/mcdx.h#define e_door(x)    ((x) & MCDX_RBIT_OPEN)
x166include/linux/mcdx.h#define e_check(x)    (~(x) & MCDX_RBIT_CHECK)
x167include/linux/mcdx.h#define e_notset(x)    (~(x) & MCDX_RBIT_DISKSET)
x168include/linux/mcdx.h#define e_changed(x)  ((x) & MCDX_RBIT_CHANGED)
x169include/linux/mcdx.h#define e_audio(x)    ((x) & MCDX_RBIT_AUDIOTR)
x170include/linux/mcdx.h#define e_audiobusy(x)  ((x) & MCDX_RBIT_AUDIOBS)
x171include/linux/mcdx.h#define e_cmderr(x)    ((x) & MCDX_RBIT_CMDERR)
x172include/linux/mcdx.h#define e_readerr(x)  ((x) & MCDX_RBIT_RDERR)
x191include/linux/mtio.h#define GMT_EOF(x)              ((x) & 0x80000000)
x192include/linux/mtio.h#define GMT_BOT(x)              ((x) & 0x40000000)
x193include/linux/mtio.h#define GMT_EOT(x)              ((x) & 0x20000000)
x194include/linux/mtio.h#define GMT_SM(x)               ((x) & 0x10000000)  /* DDS setmark */
x195include/linux/mtio.h#define GMT_EOD(x)              ((x) & 0x08000000)  /* DDS EOD */
x196include/linux/mtio.h#define GMT_WR_PROT(x)          ((x) & 0x04000000)
x198include/linux/mtio.h#define GMT_ONLINE(x)           ((x) & 0x01000000)
x199include/linux/mtio.h#define GMT_D_6250(x)           ((x) & 0x00800000)
x200include/linux/mtio.h#define GMT_D_1600(x)           ((x) & 0x00400000)
x201include/linux/mtio.h#define GMT_D_800(x)            ((x) & 0x00200000)
x204include/linux/mtio.h#define GMT_DR_OPEN(x)          ((x) & 0x00040000)  /* door open (no tape) */
x206include/linux/mtio.h#define GMT_IM_REP_EN(x)        ((x) & 0x00010000)  /* immediate report mode */
x38include/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)
x171include/linux/ppp_defs.h#define __P(x)  x
x173include/linux/ppp_defs.h#define __P(x)  ()
x204include/linux/proc_fs.hstatic inline int proc_net_register(struct proc_dir_entry * x)
x206include/linux/proc_fs.hreturn proc_register(&proc_net, x);
x209include/linux/proc_fs.hstatic inline int proc_net_unregister(int x)
x211include/linux/proc_fs.hreturn proc_unregister(&proc_net, x);
x215include/linux/proc_fs.hstruct proc_dir_entry *x)
x217include/linux/proc_fs.hx->ops = &proc_scsi_inode_operations;
x218include/linux/proc_fs.hif(x->low_ino < PROC_SCSI_FILE){
x219include/linux/proc_fs.hreturn(proc_register(&proc_scsi, x));
x221include/linux/proc_fs.hreturn(proc_register(driver, x));
x225include/linux/proc_fs.hstatic inline int proc_scsi_unregister(struct proc_dir_entry *driver, int x)
x229include/linux/proc_fs.hif(x <= PROC_SCSI_FILE)
x230include/linux/proc_fs.hreturn(proc_unregister(&proc_scsi, x));
x236include/linux/proc_fs.hif (dp->low_ino == x) 
x240include/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])
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);
x10include/linux/wrapper.h#define connect_wrapper(x) 0
x169include/net/slhc_vj.h#define __ARGS(x) x
x532include/net/sock.h#define NETDEBUG(x)    x
x169include/net/tcp.h#define     tcp_reset_msl_timer(x,y,z)  reset_timer(x,y,z)
x996kernel/sched.c#define should_run_timers(x) ((x) >= HZ/100)
x998kernel/sched.c#define should_run_timers(x) (1)
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])
x97mm/page_alloc.c#define list(x) (mem_map+(x))
x138mm/page_alloc.c#define CAN_DMA(x) (PageDMA(x))
x139mm/page_alloc.c#define ADDRESS(x) (PAGE_OFFSET + ((x) << PAGE_SHIFT))
x234mm/page_alloc.c#define LONG_ALIGN(x) (((x)+(sizeof(long))-1)&~((sizeof(long))-1))
x74net/appletalk/ddp.c#define DPRINT(x)    print(x)
x76net/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;
x115net/unix/garbage.cextern inline void push_stack(unix_socket *x)
x119net/unix/garbage.cstack[in_stack++] = x;
x134net/unix/garbage.cextern inline void maybe_mark_and_push(unix_socket *x)
x136net/unix/garbage.cif (x->protinfo.af_unix.marksweep&MARKED)
x138net/unix/garbage.cx->protinfo.af_unix.marksweep|=MARKED;
x139net/unix/garbage.cpush_stack(x);
x194net/unix/garbage.cunix_socket *x = pop_stack();
x198net/unix/garbage.cskb=skb_peek(&x->receive_queue);
x204net/unix/garbage.cwhile(skb && skb != (struct sk_buff *)&x->receive_queue)
x246net/unix/garbage.cx=f;
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, selected == 0);
x105scripts/lxdialog/checklist.cprint_button (dialog, " Help ", y, x + 14, selected == 1);
x107scripts/lxdialog/checklist.cwmove(dialog, y, x+1 + 14*selected);
x120scripts/lxdialog/checklist.cint i, x, y, box_x, box_y;
x144scripts/lxdialog/checklist.cx = (COLS - width) / 2;
x147scripts/lxdialog/checklist.cdraw_shadow (stdscr, y, x, height, width);
x149scripts/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, selected==0);
x36scripts/lxdialog/inputbox.cprint_button (dialog, " Help ", y, x + 14, selected==1);
x38scripts/lxdialog/inputbox.cwmove(dialog, y, x+1+14*selected);
x49scripts/lxdialog/inputbox.cint i, x, y, box_y, box_x, box_width;
x55scripts/lxdialog/inputbox.cx = (COLS - width) / 2;
x59scripts/lxdialog/inputbox.cdraw_shadow (stdscr, y, x, height, width);
x61scripts/lxdialog/inputbox.cdialog = newwin (height, width, y, x);
x84scripts/lxdialog/inputbox.cgetyx (dialog, y, x);
x57scripts/lxdialog/menubox.cint y, int x, int height)
x63scripts/lxdialog/menubox.cwmove(win, y, x);
x79scripts/lxdialog/menubox.cwmove(win, y, x);
x103scripts/lxdialog/menubox.cint x = width / 2 - 16;
x106scripts/lxdialog/menubox.cprint_button (win, "Select", y, x, selected == 0);
x107scripts/lxdialog/menubox.cprint_button (win, " Exit ", y, x + 12, selected == 1);
x108scripts/lxdialog/menubox.cprint_button (win, " Help ", y, x + 24, selected == 2);
x110scripts/lxdialog/menubox.cwmove(win, y, x+1+12*selected);
x123scripts/lxdialog/menubox.cint i, j, x, y, box_x, box_y;
x130scripts/lxdialog/menubox.cx = (COLS - width) / 2;
x133scripts/lxdialog/menubox.cdraw_shadow (stdscr, y, x, height, width);
x135scripts/lxdialog/menubox.cdialog = newwin (height, width, y, x);
x162scripts/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 (prompt_len <= width - x * 2) {  /* If prompt is short */
x219scripts/lxdialog/util.ccur_x = x;
x237scripts/lxdialog/util.ccur_x = x;
x258scripts/lxdialog/util.cprint_button (WINDOW * win, const char *label, int y, int x, int selected)
x262scripts/lxdialog/util.cwmove (win, y, x);
x279scripts/lxdialog/util.cwmove (win, y, x + temp + 1);
x286scripts/lxdialog/util.cdraw_box (WINDOW * win, int y, int x, int height, int width,
x293scripts/lxdialog/util.cwmove (win, y + i, x);
x321scripts/lxdialog/util.cdraw_shadow (WINDOW * win, int y, int x, int height, int width)
x327scripts/lxdialog/util.cwmove (win, y + height, x + 2);
x331scripts/lxdialog/util.cwmove (win, i, x + width);
x30scripts/lxdialog/yesno.cint x = width / 2 - 10;
x33scripts/lxdialog/yesno.cprint_button (dialog, " Yes ", y, x, selected == 0);
x34scripts/lxdialog/yesno.cprint_button (dialog, "  No  ", y, x + 13, selected == 1);
x36scripts/lxdialog/yesno.cwmove(dialog, y, x+1 + 13*selected );
x46scripts/lxdialog/yesno.cint i, x, y, key = 0, button = 0;
x50scripts/lxdialog/yesno.cx = (COLS - width) / 2;
x53scripts/lxdialog/yesno.cdraw_shadow (stdscr, y, x, height, width);
x55scripts/lxdialog/yesno.cdialog = newwin (height, width, y, x);