taglinefilesource code
b35arch/alpha/boot/tools/build.cstatic int comp(struct scnhdr * a, struct scnhdr * b)
b37arch/alpha/boot/tools/build.creturn a->s_vaddr - b->s_vaddr;
b277arch/i386/boot/compressed/gzip.hextern void warn          OF((char *a, char *b));
b25arch/i386/boot/compressed/inflate.cuch b;                /* number of bits in this code or subcode */
b84arch/i386/boot/compressed/inflate.c#define NEEDBITS(n) {while(k<(n)){b|=((ulg)NEXTBYTE())<<k;k+=8;}}
b85arch/i386/boot/compressed/inflate.c#define DUMPBITS(n) {b>>=(n);k-=(n);}
b99arch/i386/boot/compressed/inflate.cint huft_build(b, n, s, d, e, t, m)
b100arch/i386/boot/compressed/inflate.cunsigned *b;            /* code lengths in bits (all assumed <= BMAX) */
b137arch/i386/boot/compressed/inflate.cp = b;  i = n;
b188arch/i386/boot/compressed/inflate.cp = b;  i = 0;
b252arch/i386/boot/compressed/inflate.cr.b = (uch)l;         /* bits to dump before this table */
b263arch/i386/boot/compressed/inflate.cr.b = (uch)(k - w);
b339arch/i386/boot/compressed/inflate.cregister ulg b;       /* bit buffer */
b344arch/i386/boot/compressed/inflate.cb = bb;                       /* initialize bit buffer */
b354arch/i386/boot/compressed/inflate.cif ((e = (t = tl + ((unsigned)b & ml))->e) > 16)
b358arch/i386/boot/compressed/inflate.cDUMPBITS(t->b)
b361arch/i386/boot/compressed/inflate.c} while ((e = (t = t->v.t + ((unsigned)b & mask_bits[e]))->e) > 16);
b362arch/i386/boot/compressed/inflate.cDUMPBITS(t->b)
b380arch/i386/boot/compressed/inflate.cn = t->v.n + ((unsigned)b & mask_bits[e]);
b385arch/i386/boot/compressed/inflate.cif ((e = (t = td + ((unsigned)b & md))->e) > 16)
b389arch/i386/boot/compressed/inflate.cDUMPBITS(t->b)
b392arch/i386/boot/compressed/inflate.c} while ((e = (t = t->v.t + ((unsigned)b & mask_bits[e]))->e) > 16);
b393arch/i386/boot/compressed/inflate.cDUMPBITS(t->b)
b395arch/i386/boot/compressed/inflate.cd = w - t->v.n - ((unsigned)b & mask_bits[e]);
b425arch/i386/boot/compressed/inflate.cbb = b;                       /* restore global bit buffer */
b439arch/i386/boot/compressed/inflate.cregister ulg b;       /* bit buffer */
b445arch/i386/boot/compressed/inflate.cb = bb;                       /* initialize bit buffer */
b457arch/i386/boot/compressed/inflate.cn = ((unsigned)b & 0xffff);
b460arch/i386/boot/compressed/inflate.cif (n != (unsigned)((~b) & 0xffff))
b469arch/i386/boot/compressed/inflate.cslide[w++] = (uch)b;
b481arch/i386/boot/compressed/inflate.cbb = b;                       /* restore global bit buffer */
b564arch/i386/boot/compressed/inflate.cregister ulg b;       /* bit buffer */
b570arch/i386/boot/compressed/inflate.cb = bb;
b576arch/i386/boot/compressed/inflate.cnl = 257 + ((unsigned)b & 0x1f);      /* number of literal/length codes */
b579arch/i386/boot/compressed/inflate.cnd = 1 + ((unsigned)b & 0x1f);        /* number of distance codes */
b582arch/i386/boot/compressed/inflate.cnb = 4 + ((unsigned)b & 0xf);         /* number of bit length codes */
b597arch/i386/boot/compressed/inflate.cll[border[j]] = (unsigned)b & 7;
b623arch/i386/boot/compressed/inflate.cj = (td = tl + ((unsigned)b & m))->b;
b631arch/i386/boot/compressed/inflate.cj = 3 + ((unsigned)b & 3);
b641arch/i386/boot/compressed/inflate.cj = 3 + ((unsigned)b & 7);
b652arch/i386/boot/compressed/inflate.cj = 11 + ((unsigned)b & 0x7f);
b670arch/i386/boot/compressed/inflate.cbb = b;
b727arch/i386/boot/compressed/inflate.cregister ulg b;       /* bit buffer */
b733arch/i386/boot/compressed/inflate.cb = bb;
b739arch/i386/boot/compressed/inflate.c*e = (int)b & 1;
b745arch/i386/boot/compressed/inflate.ct = (unsigned)b & 3;
b750arch/i386/boot/compressed/inflate.cbb = b;
b312arch/i386/boot/compressed/misc.cshort b;
b53arch/i386/boot/tools/build.cchar b[4];
b60arch/i386/boot/tools/build.ct.b[0] = l & 0xff; l >>= 8;
b61arch/i386/boot/tools/build.ct.b[1] = l & 0xff; l >>= 8;
b62arch/i386/boot/tools/build.ct.b[2] = l & 0xff; l >>= 8;
b63arch/i386/boot/tools/build.ct.b[3] = l & 0xff; l >>= 8;
b71arch/i386/boot/tools/build.ct.b[0] = l & 0xff; l >>= 8;
b72arch/i386/boot/tools/build.ct.b[1] = l & 0xff; l >>= 8;
b346arch/i386/kernel/traps.cp->a=p->b=0;
b348arch/i386/kernel/traps.cp->a=p->b=0;
b386arch/i386/math-emu/errors.casmlinkage int real_2op_NaN(FPU_REG const *a, FPU_REG const *b, FPU_REG *dest)
b396arch/i386/math-emu/errors.cif (b->tag == TW_NaN)
b398arch/i386/math-emu/errors.csignalling = !(a->sigh & b->sigh & 0x40000000);
b400arch/i386/math-emu/errors.cif ( significand(a) < significand(b) )
b401arch/i386/math-emu/errors.cx = b;
b411arch/i386/math-emu/errors.cif (b->tag == TW_NaN)
b414arch/i386/math-emu/errors.csignalling = !(b->sigh & 0x40000000);
b415arch/i386/math-emu/errors.cx = b;
b11arch/i386/math-emu/fpu_proto.hasmlinkage int real_2op_NaN(FPU_REG const *a, FPU_REG const *b, FPU_REG *dest);
b95arch/i386/math-emu/fpu_proto.hextern int reg_add(FPU_REG const *a, FPU_REG const *b,
b97arch/i386/math-emu/fpu_proto.hextern int reg_sub(FPU_REG const *a, FPU_REG const *b,
b101arch/i386/math-emu/fpu_proto.hextern int compare(FPU_REG const *b);
b102arch/i386/math-emu/fpu_proto.hextern int compare_st_data(FPU_REG const *b);
b136arch/i386/math-emu/fpu_proto.hextern int reg_mul(FPU_REG const *a, FPU_REG const *b,
b24arch/i386/math-emu/fpu_system.h#define SEG_D_SIZE(x)           ((x).b & (3 << 21))
b25arch/i386/math-emu/fpu_system.h#define SEG_G_BIT(x)            ((x).b & (1 << 23))
b26arch/i386/math-emu/fpu_system.h#define SEG_GRANULARITY(x)      (((x).b & (1 << 23)) ? 4096 : 1)
b27arch/i386/math-emu/fpu_system.h#define SEG_286_MODE(x)         ((x).b & ( 0xff000000 | 0xf0000 | (1 << 23)))
b28arch/i386/math-emu/fpu_system.h#define SEG_BASE_ADDR(s)        (((s).b & 0xff000000) \
b29arch/i386/math-emu/fpu_system.h| (((s).b & 0xff) << 16) | ((s).a >> 16))
b30arch/i386/math-emu/fpu_system.h#define SEG_LIMIT(s)            (((s).b & 0xff0000) | ((s).a & 0xffff))
b31arch/i386/math-emu/fpu_system.h#define SEG_EXECUTE_ONLY(s)     (((s).b & ((1 << 11) | (1 << 9))) == (1 << 11))
b32arch/i386/math-emu/fpu_system.h#define SEG_WRITE_PERM(s)       (((s).b & ((1 << 11) | (1 << 9))) == (1 << 9))
b33arch/i386/math-emu/fpu_system.h#define SEG_EXPAND_DOWN(s)      (((s).b & ((1 << 11) | (1 << 10))) \
b29arch/i386/math-emu/poly.hasmlinkage void mul64(unsigned long long const *a, unsigned long long const *b,
b47arch/i386/math-emu/poly.h#define MK_XSIG(a,b,c)     { c, b, a }
b25arch/i386/math-emu/reg_add_sub.cint reg_add(FPU_REG const *a, FPU_REG const *b, FPU_REG *dest, int control_w)
b30arch/i386/math-emu/reg_add_sub.cif ( !(a->tag | b->tag) )
b33arch/i386/math-emu/reg_add_sub.cif (!(a->sign ^ b->sign))
b37arch/i386/math-emu/reg_add_sub.cif ( reg_u_add(a, b, dest, control_w) )
b46arch/i386/math-emu/reg_add_sub.cdiff = a->exp - b->exp;
b49arch/i386/math-emu/reg_add_sub.cdiff = a->sigh - b->sigh;  /* Works only if ms bits are identical */
b52arch/i386/math-emu/reg_add_sub.cdiff = a->sigl > b->sigl;
b54arch/i386/math-emu/reg_add_sub.cdiff = -(a->sigl < b->sigl);
b61arch/i386/math-emu/reg_add_sub.cif ( reg_u_sub(a, b, dest, control_w) )
b70arch/i386/math-emu/reg_add_sub.cif ( (b->tag == TW_Valid) && (b->exp <= EXP_UNDER) &&
b81arch/i386/math-emu/reg_add_sub.cdest->sign = b->sign;
b82arch/i386/math-emu/reg_add_sub.cif ( reg_u_sub(b, a, dest, control_w) )
b92arch/i386/math-emu/reg_add_sub.cif ( (a->tag == TW_NaN) || (b->tag == TW_NaN) )
b93arch/i386/math-emu/reg_add_sub.c{ return real_2op_NaN(a, b, dest); }
b96arch/i386/math-emu/reg_add_sub.cif (b->tag == TW_Zero)
b98arch/i386/math-emu/reg_add_sub.cchar different_signs = a->sign ^ b->sign;
b112arch/i386/math-emu/reg_add_sub.cif ( (b->tag == TW_Valid) && (b->exp <= EXP_UNDER) &&
b116arch/i386/math-emu/reg_add_sub.creg_move(b, dest);
b120arch/i386/math-emu/reg_add_sub.celse if (b->tag == TW_Zero)
b131arch/i386/math-emu/reg_add_sub.cif (b->tag != TW_Infinity)
b134arch/i386/math-emu/reg_add_sub.cif ( (b->tag == TW_Valid) && (b->exp <= EXP_UNDER) &&
b140arch/i386/math-emu/reg_add_sub.cif (a->sign == b->sign)
b147arch/i386/math-emu/reg_add_sub.celse if (b->tag == TW_Infinity)
b154arch/i386/math-emu/reg_add_sub.creg_move(b, dest); return 0;
b165arch/i386/math-emu/reg_add_sub.cint reg_sub(FPU_REG const *a, FPU_REG const *b, FPU_REG *dest, int control_w)
b170arch/i386/math-emu/reg_add_sub.cif ( !(a->tag | b->tag) )
b173arch/i386/math-emu/reg_add_sub.cdiff = a->exp - b->exp;
b176arch/i386/math-emu/reg_add_sub.cdiff = a->sigh - b->sigh;  /* Works only if ms bits are identical */
b179arch/i386/math-emu/reg_add_sub.cdiff = a->sigl > b->sigl;
b181arch/i386/math-emu/reg_add_sub.cdiff = -(a->sigl < b->sigl);
b185arch/i386/math-emu/reg_add_sub.cswitch (a->sign*2 + b->sign)
b193arch/i386/math-emu/reg_add_sub.cif ( reg_u_sub(a, b, dest, control_w) )
b203arch/i386/math-emu/reg_add_sub.cif ( (b->tag == TW_Valid) && (b->exp <= EXP_UNDER) &&
b215arch/i386/math-emu/reg_add_sub.cif ( reg_u_sub(b, a, dest, control_w) )
b224arch/i386/math-emu/reg_add_sub.cif ( reg_u_add(a, b, dest, control_w) )
b232arch/i386/math-emu/reg_add_sub.cif ( reg_u_add(a, b, dest, control_w) )
b243arch/i386/math-emu/reg_add_sub.cif ( (a->tag == TW_NaN) || (b->tag == TW_NaN) )
b244arch/i386/math-emu/reg_add_sub.c{ return real_2op_NaN(b, a, dest); }
b245arch/i386/math-emu/reg_add_sub.celse if (b->tag == TW_Zero)
b249arch/i386/math-emu/reg_add_sub.cchar same_signs = !(a->sign ^ b->sign);
b273arch/i386/math-emu/reg_add_sub.cif ( (b->tag == TW_Valid) && (b->exp <= EXP_UNDER) &&
b277arch/i386/math-emu/reg_add_sub.creg_move(b, dest);
b283arch/i386/math-emu/reg_add_sub.cif (b->tag != TW_Infinity)
b286arch/i386/math-emu/reg_add_sub.cif ( (b->tag == TW_Valid) && (b->exp <= EXP_UNDER) &&
b293arch/i386/math-emu/reg_add_sub.cif (a->sign == b->sign)
b301arch/i386/math-emu/reg_add_sub.celse if (b->tag == TW_Infinity)
b308arch/i386/math-emu/reg_add_sub.creg_move(b, dest);
b24arch/i386/math-emu/reg_compare.cint compare(FPU_REG const *b)
b33arch/i386/math-emu/reg_compare.cif ( st0_tag | b->tag )
b37arch/i386/math-emu/reg_compare.cif ( b->tag == TW_Zero ) return COMP_A_eq_B;
b38arch/i386/math-emu/reg_compare.cif ( b->tag == TW_Valid )
b40arch/i386/math-emu/reg_compare.creturn ((b->sign == SIGN_POS) ? COMP_A_lt_B : COMP_A_gt_B)
b42arch/i386/math-emu/reg_compare.c| ((b->exp <= EXP_UNDER) ?
b48arch/i386/math-emu/reg_compare.celse if ( b->tag == TW_Zero )
b64arch/i386/math-emu/reg_compare.cif ( (b->tag == TW_Valid) || (b->tag == TW_Zero) )
b69arch/i386/math-emu/reg_compare.c| (((b->tag == TW_Valid) && (b->exp <= EXP_UNDER)) ?
b74arch/i386/math-emu/reg_compare.celse if ( b->tag == TW_Infinity )
b77arch/i386/math-emu/reg_compare.creturn (st0_ptr->sign == b->sign) ? COMP_A_eq_B :
b82arch/i386/math-emu/reg_compare.celse if ( b->tag == TW_Infinity )
b86arch/i386/math-emu/reg_compare.creturn ((b->sign == SIGN_POS) ? COMP_A_lt_B : COMP_A_gt_B)
b99arch/i386/math-emu/reg_compare.cif ( (st0_tag == TW_NaN) || (b->tag == TW_NaN) )
b102arch/i386/math-emu/reg_compare.c|| ((b->tag == TW_NaN) && !(b->sigh & 0x40000000)) )
b115arch/i386/math-emu/reg_compare.cif (!(b->sigh & 0x80000000)) EXCEPTION(EX_Invalid);
b119arch/i386/math-emu/reg_compare.cif (st0_ptr->sign != b->sign)
b124arch/i386/math-emu/reg_compare.c( ((st0_ptr->exp <= EXP_UNDER) || (b->exp <= EXP_UNDER)) ?
b130arch/i386/math-emu/reg_compare.cdiff = st0_ptr->exp - b->exp;
b133arch/i386/math-emu/reg_compare.cdiff = st0_ptr->sigh - b->sigh;  /* Works only if ms bits are
b137arch/i386/math-emu/reg_compare.cdiff = st0_ptr->sigl > b->sigl;
b139arch/i386/math-emu/reg_compare.cdiff = -(st0_ptr->sigl < b->sigl);
b148arch/i386/math-emu/reg_compare.c( ((st0_ptr->exp <= EXP_UNDER) || (b->exp <= EXP_UNDER)) ?
b158arch/i386/math-emu/reg_compare.c( ((st0_ptr->exp <= EXP_UNDER) || (b->exp <= EXP_UNDER)) ?
b167arch/i386/math-emu/reg_compare.c( ((st0_ptr->exp <= EXP_UNDER) || (b->exp <= EXP_UNDER)) ?
b1016arch/i386/math-emu/reg_ld_str.cunsigned char b;
b1066arch/i386/math-emu/reg_ld_str.cb = div_small(&ll, 10);
b1067arch/i386/math-emu/reg_ld_str.cb |= (div_small(&ll, 10)) << 4;
b1069arch/i386/math-emu/reg_ld_str.cput_fs_byte(b,(unsigned char *) d+i);
b24arch/i386/math-emu/reg_mul.cint reg_mul(FPU_REG const *a, FPU_REG const *b,
b28arch/i386/math-emu/reg_mul.cchar sign = (a->sign ^ b->sign);
b30arch/i386/math-emu/reg_mul.cif (!(a->tag | b->tag))
b34arch/i386/math-emu/reg_mul.cif ( reg_u_mul(a, b, dest, control_w) )
b41arch/i386/math-emu/reg_mul.celse if ((a->tag <= TW_Zero) && (b->tag <= TW_Zero))
b44arch/i386/math-emu/reg_mul.cif ( ((b->tag == TW_Valid) && (b->exp <= EXP_UNDER)) ||
b63arch/i386/math-emu/reg_mul.cif ( (a->tag == TW_NaN) || (b->tag == TW_NaN) )
b64arch/i386/math-emu/reg_mul.c{ return real_2op_NaN(a, b, dest); }
b67arch/i386/math-emu/reg_mul.cif (b->tag == TW_Zero)
b72arch/i386/math-emu/reg_mul.cif ( (b->tag == TW_Valid) && (b->exp <= EXP_UNDER) &&
b81arch/i386/math-emu/reg_mul.celse if (b->tag == TW_Infinity)
b92arch/i386/math-emu/reg_mul.creg_move(b, dest);
b104arch/sparc/mm/init.cunsigned long i, a, b, mask=0;
b131arch/sparc/mm/init.cb=PGDIR_ALIGN(start_mem)>>18;
b136arch/sparc/mm/init.cfor(a=0; a<b; a++)
b174arch/sparc/mm/init.cb=PAGE_ALIGN((unsigned long) trapbase);
b178arch/sparc/mm/init.cfor(;b<a; b+=4096)
b180arch/sparc/mm/init.cput_pte(b, (get_pte(b) & mask));
b614drivers/block/cdu31a.cunsigned char a, b;
b657drivers/block/cdu31a.cb = read_result_register();
b658drivers/block/cdu31a.c*result_buffer = b;
b672drivers/block/cdu31a.cif (b > 8)
b680drivers/block/cdu31a.cb = b - 8;
b682drivers/block/cdu31a.cwhile (b > 10)
b708drivers/block/cdu31a.cb = b - 10;
b711drivers/block/cdu31a.cif (b > 0)
b731drivers/block/cdu31a.cwhile (b > 0)
b736drivers/block/cdu31a.cb--;
b35drivers/block/ide-cd.c#define MIN(a,b) ((a) < (b) ? (a) : (b))
b37drivers/block/ide-cd.c#define OUT_WORDS(b,n)  outsw (IDE_PORT (HD_DATA, dev->hwif), (b), (n))
b38drivers/block/ide-cd.c#define IN_WORDS(b,n)   insw  (IDE_PORT (HD_DATA, dev->hwif), (b), (n))
b176drivers/block/ide-cd.ccdrom_info[dev->hwif][dev->select.b.drive].nsectors_buffered = 0;
b332drivers/block/ide-cd.cstruct cdrom_info *info = &cdrom_info[dev->hwif][dev->select.b.drive];
b537drivers/block/ide-cd.cstruct cdrom_info *info = &cdrom_info[dev->hwif][dev->select.b.drive];
b651drivers/block/ide-cd.cstruct {unsigned char b0, b1, b2, b3;} b;
b655drivers/block/ide-cd.cpc.c[2] = conv.b.b3;
b656drivers/block/ide-cd.cpc.c[3] = conv.b.b2;
b657drivers/block/ide-cd.cpc.c[4] = conv.b.b1;
b658drivers/block/ide-cd.cpc.c[5] = conv.b.b0;
b874drivers/block/ide-cd.creq.dev = MKDEV (major, (dev->select.b.drive) << PARTN_BITS);
b1098drivers/block/ide-cd.cstruct atapi_toc *toc = cdrom_info[dev->hwif][dev->select.b.drive].toc;
b1105drivers/block/ide-cd.ccdrom_info[dev->hwif][dev->select.b.drive].toc = toc;
b1298drivers/block/ide-cd.ctoc = cdrom_info[dev->hwif][dev->select.b.drive].toc;
b1394drivers/block/ide-cd.ctoc = cdrom_info[dev->hwif][dev->select.b.drive].toc;
b1611drivers/block/ide-cd.cide_capacity[dev->hwif][dev->select.b.drive] = 0x1fffff;
b1613drivers/block/ide-cd.cide_blksizes[dev->hwif][dev->select.b.drive << PARTN_BITS] = CD_FRAMESIZE;
b1623drivers/block/ide-cd.ccdrom_info[dev->hwif][dev->select.b.drive].toc               = NULL;
b1624drivers/block/ide-cd.ccdrom_info[dev->hwif][dev->select.b.drive].sector_buffer     = NULL;
b1625drivers/block/ide-cd.ccdrom_info[dev->hwif][dev->select.b.drive].sector_buffered   = 0;
b1626drivers/block/ide-cd.ccdrom_info[dev->hwif][dev->select.b.drive].nsectors_buffered = 0;
b215drivers/block/ide.c#define OUT_BYTE(b,p)    outb((b),IDE_PORT(p,DEV_HWIF))
b218drivers/block/ide.c#define OUT_BYTE(b,p)    outb_p((b),IDE_PORT(p,DEV_HWIF))
b223drivers/block/ide.c#define OUT_SECTORS(b,n)  outsl(IDE_PORT(HD_DATA,DEV_HWIF),(b),(n)<<7)
b224drivers/block/ide.c#define IN_SECTORS(b,n)    insl(IDE_PORT(HD_DATA,DEV_HWIF),(b),(n)<<7)
b226drivers/block/ide.c#define OUT_SECTORS(b,n)  outsw(IDE_PORT(HD_DATA,DEV_HWIF),(b),(n)<<8)
b227drivers/block/ide.c#define IN_SECTORS(b,n)    insw(IDE_PORT(HD_DATA,DEV_HWIF),(b),(n)<<8)
b272drivers/block/ide.c} b;
b283drivers/block/ide.c} b;
b446drivers/block/ide.crdev->special.b.set_geometry = 1;
b447drivers/block/ide.crdev->special.b.recalibrate  = 1;
b448drivers/block/ide.crdev->special.b.set_multmode = 0;
b456drivers/block/ide.crdev->special.b.set_multmode = 1;
b634drivers/block/ide.cdev->special.b.recalibrate = 1;
b801drivers/block/ide.cdev->special.b.recalibrate = 1;
b889drivers/block/ide.cif (s->b.set_geometry) {
b890drivers/block/ide.cs->b.set_geometry = 0;
b898drivers/block/ide.c} else if (s->b.recalibrate) {
b899drivers/block/ide.cs->b.recalibrate = 0;
b902drivers/block/ide.c} else if (s->b.set_multmode) {
b912drivers/block/ide.cs->b.set_multmode = 0;
b944drivers/block/ide.cif (dev->select.b.lba) {
b1490drivers/block/ide.cif (dev->special.b.set_multmode) {
b1495drivers/block/ide.cdev->special.b.set_multmode = 1;
b1687drivers/block/ide.cdev->select.b.lba = 1;
b1693drivers/block/ide.cide_capacity[DEV_HWIF][dev->select.b.drive] = capacity;
b1696drivers/block/ide.cdev->select.b.lba ? "LBA, " : "",
b1715drivers/block/ide.cdev->special.b.set_multmode = 1;
b1840drivers/block/ide.cif (dev->select.b.drive == 1) {
b1884drivers/block/ide.cif (dev->type == disk && !dev->select.b.lba) {
b2073drivers/block/ide.cdev->special.b.recalibrate  = 1;
b2074drivers/block/ide.cdev->special.b.set_geometry  = 1;
b483drivers/block/ll_rw_blk.cvoid ll_rw_swap_file(int rw, int dev, unsigned int *b, int nb, char *buf)
b514drivers/block/ll_rw_blk.creq->sector = (b[i] * buffersize) >> 9;
b518drivers/block/mcd.cint a, b, c, d;
b521drivers/block/mcd.cgetValue(&b);
b524drivers/block/mcd.cprintk("%02X %02X %02X %02X\n", a, b, c, d);
b301drivers/block/sbpcd.c#define SBPCD_INIT(a,b) sbpcd_init(a,b)
b305drivers/block/sbpcd.c#define SBPCD_INIT(a,b) sbpcd2_init(a,b)
b309drivers/block/sbpcd.c#define SBPCD_INIT(a,b) sbpcd3_init(a,b)
b313drivers/block/sbpcd.c#define SBPCD_INIT(a,b) sbpcd4_init(a,b)
b176drivers/char/atixlmouse.cunsigned char a,b,c;
b179drivers/char/atixlmouse.cb = inb( ATIXL_MSE_SIGNATURE_PORT );
b181drivers/char/atixlmouse.cif (( a != b ) && ( a == c ))
b143drivers/char/console.c#define MIN(a,b)  ((a) < (b) ? (a) : (b))
b711drivers/char/console.cstatic void scrup(int currcons, unsigned int t, unsigned int b)
b715drivers/char/console.cif (b > video_num_lines || t >= b)
b719drivers/char/console.celse if (t || b != video_num_lines)
b759drivers/char/console.cunsigned int count = (b-t-1) * video_num_columns;
b773drivers/char/console.cstatic void scrdown(int currcons, unsigned int t, unsigned int b)
b778drivers/char/console.cif (b > video_num_lines || t >= b)
b780drivers/char/console.cd = (unsigned short *) (origin+video_size_row*b);
b781drivers/char/console.cs = (unsigned short *) (origin+video_size_row*(b-1));
b782drivers/char/console.ccount = (b-t-1)*video_num_columns;
b1828drivers/char/console.cvoid console_print(const char * b)
b1844drivers/char/console.cwhile ((c = *(b++)) != 0) {
b204drivers/char/cyclades.c#define MIN(a,b)  ((a) < (b) ? (a) : (b))
b44drivers/char/n_tty.c#define MIN(a,b)  ((a) < (b) ? (a) : (b))
b716drivers/char/n_tty.cunsigned char **b,
b725drivers/char/n_tty.cmemcpy_tofs(*b, &tty->read_buf[tty->read_tail], n);
b728drivers/char/n_tty.c*b += n;
b737drivers/char/n_tty.cunsigned char *b = buf;
b794drivers/char/n_tty.cif (b != buf)
b796drivers/char/n_tty.cput_fs_byte(tty->link->ctrl_status, b++);
b805drivers/char/n_tty.cif (((minimum - (b - buf)) < tty->minimum_to_wake) &&
b806drivers/char/n_tty.c((minimum - (b - buf)) >= 1))
b807drivers/char/n_tty.ctty->minimum_to_wake = (minimum - (b - buf));
b832drivers/char/n_tty.cif (tty->packet && b == buf) {
b833drivers/char/n_tty.cput_fs_byte(TIOCPKT_DATA, b++);
b854drivers/char/n_tty.cput_fs_byte(c, b++);
b863drivers/char/n_tty.cput_fs_byte(c, b++);
b870drivers/char/n_tty.ccopy_from_read_buf(tty, &b, &nr);
b871drivers/char/n_tty.ccopy_from_read_buf(tty, &b, &nr);
b882drivers/char/n_tty.cif (b - buf >= minimum || !nr)
b894drivers/char/n_tty.csize = b - buf;
b909drivers/char/n_tty.cunsigned char *b = buf;
b932drivers/char/n_tty.cc = get_fs_byte(b);
b935drivers/char/n_tty.cb++; nr--;
b940drivers/char/n_tty.cc = tty->driver.write(tty, 1, b, nr);
b941drivers/char/n_tty.cb += c;
b954drivers/char/n_tty.creturn (b - buf) ? b - buf : retval;
b61drivers/char/pty.c#define MIN(a,b)  ((a) < (b) ? (a) : (b))
b189drivers/char/serial.c#define MIN(a,b)  ((a) < (b) ? (a) : (b))
b111drivers/char/tty_io.c#define MIN(a,b)  ((a) < (b) ? (a) : (b))
b804drivers/net/de600.c#define min(a,b)  ((a)<(b)?(a):(b))
b86drivers/net/ppp.c#define bset(p,b)  ((p)[(b) >> 5] |= (1 << ((b) & 0x1f)))
b20drivers/scsi/scsi_ioctl.c#define max(a,b) (((a) > (b)) ? (a) : (b))
b1000fs/buffer.cdev_t dev, int *b, int size)
b1015fs/buffer.cblock = *++b;
b1041fs/buffer.cdev_t dev, int b[], int size)
b1053fs/buffer.cp = b;
b1062fs/buffer.cp = b;
b1111fs/buffer.cdev_t dev, int *b, int size)
b1116fs/buffer.cblock = b[0];
b1121fs/buffer.creturn check_aligned(bh, address, dev, b, size);
b1122fs/buffer.creturn try_to_load_aligned(address, dev, b, size);
b1132fs/buffer.cunsigned long bread_page(unsigned long address, dev_t dev, int b[], int size, int no_share)
b1139fs/buffer.cwhere = try_to_share_buffers(address, dev, b, size);
b1146fs/buffer.cif (b[i])
b1147fs/buffer.cbh[i] = getblk(dev, b[i], size);
b1579fs/buffer.cunsigned long generate_cluster(dev_t dev, int b[], int size)
b1584fs/buffer.cif(i && b[i]-1 != b[i-1]) return 0;  /* No need to cluster */
b1585fs/buffer.cif(find_buffer(dev, b[i], size)) return 0;
b1595fs/buffer.cretval = try_to_generate_cluster(dev, b[0], size);
b1600fs/buffer.creturn try_to_generate_cluster(dev, b[0], size);
b1602fs/buffer.creturn reassign_cluster(dev, b[0], size);
b28fs/ext/file.c#define MIN(a,b) (((a)<(b))?(a):(b))
b29fs/ext/file.c#define MAX(a,b) (((a)>(b))?(a):(b))
b35fs/ext2/balloc.c#define in_range(b, first, len)    ((b) >= (first) && (b) <= (first) + (len) - 1)
b30fs/ext2/file.c#define MIN(a,b) (((a)<(b))?(a):(b))
b31fs/ext2/file.c#define MAX(a,b) (((a)>(b))?(a):(b))
b363fs/ext2/inode.cunsigned long b;
b393fs/ext2/inode.cb = block;
b395fs/ext2/inode.creturn inode_getblk (inode, block, create, b, err);
b398fs/ext2/inode.cbh = inode_getblk (inode, EXT2_IND_BLOCK, create, b, err);
b400fs/ext2/inode.cinode->i_sb->s_blocksize, b, err);
b404fs/ext2/inode.cbh = inode_getblk (inode, EXT2_DIND_BLOCK, create, b, err);
b406fs/ext2/inode.cinode->i_sb->s_blocksize, b, err);
b408fs/ext2/inode.ccreate, inode->i_sb->s_blocksize, b, err);
b411fs/ext2/inode.cbh = inode_getblk (inode, EXT2_TIND_BLOCK, create, b, err);
b413fs/ext2/inode.ccreate, inode->i_sb->s_blocksize, b, err);
b415fs/ext2/inode.ccreate, inode->i_sb->s_blocksize, b, err);
b417fs/ext2/inode.cinode->i_sb->s_blocksize, b, err);
b424fs/ext2/inode.cunsigned long b;
b441fs/ext2/inode.cb = block;
b447fs/ext2/inode.cbh = inode_getblk (inode, EXT2_IND_BLOCK, create, b, &err);
b453fs/ext2/inode.cbh = inode_getblk (inode, EXT2_DIND_BLOCK, create, b, &err);
b455fs/ext2/inode.cinode->i_sb->s_blocksize, b, &err);
b460fs/ext2/inode.cbh = inode_getblk (inode, EXT2_TIND_BLOCK, create, b, &err);
b462fs/ext2/inode.ccreate, inode->i_sb->s_blocksize, b, &err);
b464fs/ext2/inode.ccreate, inode->i_sb->s_blocksize, b, &err);
b38fs/ext2/namei.c#define NAMEI_RA_INDEX(c,b)  (((c) * NAMEI_RA_BLOCKS) + (b))
b243fs/hpfs/hpfs_fs.cstatic secno bplus_lookup(struct inode *inode, struct bplus_header *b,
b1034fs/hpfs/hpfs_fs.cstatic secno bplus_lookup(struct inode *inode, struct bplus_header *b,
b1045fs/hpfs/hpfs_fs.cif (!b->internal) {
b1046fs/hpfs/hpfs_fs.cstruct bplus_leaf_node *n = b->u.external;
b1047fs/hpfs/hpfs_fs.cfor (i = 0; i < b->n_used_nodes; i++) {
b1064fs/hpfs/hpfs_fs.cstruct bplus_internal_node *n = b->u.internal;
b1065fs/hpfs/hpfs_fs.cfor (i = 0; i < b->n_used_nodes; i++) {
b30fs/isofs/file.c#define MIN(a,b) (((a)<(b))?(a):(b))
b31fs/isofs/file.c#define MAX(a,b) (((a)>(b))?(a):(b))
b26fs/minix/file.c#define MIN(a,b) (((a)<(b))?(a):(b))
b27fs/minix/file.c#define MAX(a,b) (((a)>(b))?(a):(b))
b27fs/msdos/file.c#define MIN(a,b) (((a) < (b)) ? (a) : (b))
b28fs/msdos/file.c#define MAX(a,b) (((a) > (b)) ? (a) : (b))
b172fs/msdos/inode.cstruct msdos_boot_sector *b;
b209fs/msdos/inode.cb = (struct msdos_boot_sector *) bh->b_data;
b229fs/msdos/inode.clogical_sector_size = CF_LE_W(*(unsigned short *) &b->sector_size);
b231fs/msdos/inode.cMSDOS_SB(sb)->cluster_size = b->cluster_size*sector_mult;
b232fs/msdos/inode.cMSDOS_SB(sb)->fats = b->fats;
b233fs/msdos/inode.cMSDOS_SB(sb)->fat_start = CF_LE_W(b->reserved)*sector_mult;
b234fs/msdos/inode.cMSDOS_SB(sb)->fat_length = CF_LE_W(b->fat_length)*sector_mult;
b235fs/msdos/inode.cMSDOS_SB(sb)->dir_start = (CF_LE_W(b->reserved)+b->fats*CF_LE_W(
b236fs/msdos/inode.cb->fat_length))*sector_mult;
b237fs/msdos/inode.cMSDOS_SB(sb)->dir_entries = CF_LE_W(*((unsigned short *) &b->dir_entries
b242fs/msdos/inode.cdata_sectors = (CF_LE_W(*((unsigned short *) &b->sectors)) ?
b243fs/msdos/inode.cCF_LE_W(*((unsigned short *) &b->sectors)) :
b244fs/msdos/inode.cCF_LE_L(b->total_sect))*sector_mult-MSDOS_SB(sb)->data_start;
b245fs/msdos/inode.cerror = !b->cluster_size || !sector_mult;
b247fs/msdos/inode.cMSDOS_SB(sb)->clusters = b->cluster_size ? data_sectors/
b248fs/msdos/inode.cb->cluster_size/sector_mult : 0;
b254fs/msdos/inode.c(logical_sector_size & (SECTOR_SIZE-1)) || !b->secs_track ||
b255fs/msdos/inode.c!b->heads;
b274fs/msdos/inode.c"se=%d,ts=%ld,ls=%d]\n",b->media,MSDOS_SB(sb)->cluster_size,
b277fs/msdos/inode.cMSDOS_SB(sb)->data_start,CF_LE_W(*(unsigned short *) &b->
b278fs/msdos/inode.csectors),b->total_sect,logical_sector_size);
b30fs/msdos/msbuffer.h#define brelse(b)        msdos_brelse(sb,b)
b31fs/msdos/msbuffer.h#define bread(d,b,s)      msdos_bread(sb,b)
b32fs/msdos/msbuffer.h#define getblk(d,b,s)      msdos_getblk(sb,b)
b33fs/msdos/msbuffer.h#define mark_buffer_dirty(b,v)  msdos_mark_buffer_dirty(sb,b,v)
b173fs/proc/array.cint a, b, c;
b176fs/proc/array.cb = avenrun[1] + (FIXED_1/200);
b180fs/proc/array.cLOAD_INT(b), LOAD_FRAC(b),
b33fs/sysv/file.c#define MIN(a,b) (((a)<(b))?(a):(b))
b34fs/sysv/file.c#define MAX(a,b) (((a)>(b))?(a):(b))
b32fs/xiafs/file.c#define MIN(a,b) (((a)<(b))?(a):(b))
b33fs/xiafs/file.c#define MAX(a,b) (((a)>(b))?(a):(b))
b42include/asm-alpha/delay.hextern __inline__ unsigned long muldiv(unsigned long a, unsigned long b, unsigned long c)
b44include/asm-alpha/delay.hreturn (a*b)/c;
b103include/asm-alpha/io.hextern inline void __local_outb(unsigned char b, unsigned long addr)
b105include/asm-alpha/io.h*(volatile unsigned int *) ((addr << 9) + EISA_VL82C106) = b;
b116include/asm-alpha/io.hextern inline void __outb(unsigned char b, unsigned long addr)
b118include/asm-alpha/io.h*(volatile unsigned int *) ((addr << 7) + EISA_IO + 0x00) = b * 0x01010101;
b162include/asm-alpha/io.hextern inline void outb(unsigned char b, unsigned long addr)
b165include/asm-alpha/io.h__local_outb(b, addr);
b167include/asm-alpha/io.h__outb(b, addr);
b182include/asm-alpha/io.hextern inline void outw(unsigned short b, unsigned long addr)
b184include/asm-alpha/io.h*(volatile unsigned int *) ((addr << 7) + EISA_IO + 0x20) = b * 0x00010001;
b188include/asm-alpha/io.hextern inline void outl(unsigned int b, unsigned long addr)
b190include/asm-alpha/io.h*(volatile unsigned int *) ((addr << 7) + EISA_IO + 0x60) = b;
b216include/asm-alpha/io.hextern inline void writeb(unsigned short b, unsigned long addr)
b218include/asm-alpha/io.h*(volatile unsigned int *) ((addr << 7) + EISA_MEM + 0x00) = b * 0x01010101;
b221include/asm-alpha/io.hextern inline void writew(unsigned short b, unsigned long addr)
b223include/asm-alpha/io.h*(volatile unsigned int *) ((addr << 7) + EISA_MEM + 0x20) = b * 0x00010001;
b226include/asm-alpha/io.hextern inline void writel(unsigned int b, unsigned long addr)
b228include/asm-alpha/io.h*(volatile unsigned int *) ((addr << 7) + EISA_MEM + 0x60) = b;
b35include/asm-i386/delay.hextern __inline__ unsigned long muldiv(unsigned long a, unsigned long b, unsigned long c)
b39include/asm-i386/delay.h:"d" (b),
b78include/asm-i386/io.h__IN(b,"b","0" (0))
b82include/asm-i386/io.h__OUT(b,"b",char)
b86include/asm-i386/io.h__INS(b)
b90include/asm-i386/io.h__OUTS(b)
b34include/asm-m68k/unistd.h#define _syscall2(type,name,atype,a,btype,b) \
b35include/asm-m68k/unistd.htype name(atype a,btype b) \
b43include/asm-m68k/unistd.h"g" ((long)(b)) \
b51include/asm-m68k/unistd.h#define _syscall3(type,name,atype,a,btype,b,ctype,c) \
b52include/asm-m68k/unistd.htype name(atype a,btype b,ctype c) \
b61include/asm-m68k/unistd.h"g" ((long)(b)), \
b70include/asm-m68k/unistd.h#define _syscall4(type,name,atype,a,btype,b,ctype,c,dtype,d) \
b71include/asm-m68k/unistd.htype name (atype a, btype b, ctype c, dtype d) \
b81include/asm-m68k/unistd.h"g" ((long)(b)), \
b91include/asm-m68k/unistd.h#define _syscall5(type,name,atype,a,btype,b,ctype,c,dtype,d,etype,e) \
b92include/asm-m68k/unistd.htype name (atype a,btype b,ctype c,dtype d,etype e) \
b103include/asm-m68k/unistd.h"g" ((long)(b)), \
b40include/asm-mips/delay.hextern __inline__ unsigned long muldiv(unsigned long a, unsigned long b, unsigned long c)
b42include/asm-mips/delay.hreturn (a*b)/c;
b129include/asm-mips/io.h__IN(b,b)
b133include/asm-mips/io.h__OUT(b,b)
b137include/asm-mips/io.h__INS(b,b,1)
b141include/asm-mips/io.h__OUTS(b,b,1)
b44include/asm-mips/unistd.h#define _syscall2(type,name,atype,a,btype,b) \
b45include/asm-mips/unistd.htype name(atype a,btype b) \
b53include/asm-mips/unistd.h"r" ((long)(b))); \
b61include/asm-mips/unistd.h#define _syscall3(type,name,atype,a,btype,b,ctype,c) \
b62include/asm-mips/unistd.htype name (atype a, btype b, ctype c) \
b71include/asm-mips/unistd.h"r" ((long)(b)), \
b80include/asm-mips/unistd.h#define _syscall4(type,name,atype,a,btype,b,ctype,c,dtype,d) \
b81include/asm-mips/unistd.htype name (atype a, btype b, ctype c, dtype d) \
b92include/asm-mips/unistd.h"r" ((long)(b)), \
b102include/asm-mips/unistd.h#define _syscall5(type,name,atype,a,btype,b,ctype,c,dtype,d,etype,e) \
b103include/asm-mips/unistd.htype name (atype a,btype b,ctype c,dtype d,etype e) \
b115include/asm-mips/unistd.h"r" ((long)(b)), \
b17include/asm-sparc/cprefix.h#define CONCAT1(a, b) CONCAT2(a, b)
b18include/asm-sparc/cprefix.h#define CONCAT2(a, b) a##b
b34include/asm-sparc/delay.hextern __inline__ unsigned long muldiv(unsigned long a, unsigned long b, unsigned long c)
b36include/asm-sparc/delay.hreturn ((a*b)/c);
b23include/asm-sparc/head.hmov (type), %l3; b label; mov %psr, %l0; nop;
b30include/asm-sparc/head.hmov int_level, %l4; b trap_entry; mov %psr, %l0; nop;
b37include/asm-sparc/head.hmov int_level, %l4; mov %psr, %l0; b trap_entry; mov ident, %l3;
b44include/asm-sparc/head.hmov t_type, %l3; b jmp_to; mov %psr, %l0; nop;
b16include/asm-sparc/io.hextern inline void outb_local(unsigned char b, unsigned long addr)
b36include/asm-sparc/io.hextern inline void outb(unsigned char b, unsigned long addr)
b41include/asm-sparc/io.hextern inline void outw(unsigned short b, unsigned long addr)
b46include/asm-sparc/io.hextern inline void outl(unsigned int b, unsigned long addr)
b69include/asm-sparc/io.hextern inline void writeb(unsigned short b, unsigned long addr)
b74include/asm-sparc/io.hextern inline void writew(unsigned short b, unsigned long addr)
b79include/asm-sparc/io.hextern inline void writel(unsigned int b, unsigned long addr)
b54include/linux/binfmts.h#define change_ldt(a,b) setup_arg_pages(a,b)
b51include/linux/fs.h#define MKDEV(a,b) ((int)((((a) & 0xff) << 8) | ((b) & 0xff)))
b488include/linux/fs.hextern void ll_rw_swap_file(int rw, int dev, unsigned int *b, int nb, char *buffer);
b493include/linux/fs.hextern unsigned long bread_page(unsigned long addr,dev_t dev,int b[],int size,int no_share);
b497include/linux/fs.hunsigned long generate_cluster(dev_t dev, int b[], int size);
b5include/linux/head.hunsigned long a,b;
b8include/linux/malloc.h#define kmalloc(a,b) deb_kmalloc(__FILE__,__LINE__,a,b)
b9include/linux/malloc.h#define kfree_s(a,b) deb_kfree_s(__FILE__,__LINE__,a,b)
b17include/linux/malloc.h#define kcheck_s(a,b) deb_kcheck_s(__FILE__,__LINE__, a,b)
b24include/linux/malloc.h#define kcheck_s(a,b) 0
b6include/linux/symtab_end.h#define _set_ver(a,b) a
b69net/inet/af_inet.c#define min(a,b)  ((a)<(b)?(a):(b))
b102net/inet/dev.cstatic __inline__ unsigned long min(unsigned long a, unsigned long b)
b104net/inet/dev.creturn (a < b)? a : b;
b65net/inet/icmp.c#define min(a,b)  ((a)<(b)?(a):(b))
b125net/inet/ip.c#define min(a,b)  ((a)<(b)?(a):(b))
b1568net/inet/ipx.cchar *p, b[64];
b1570net/inet/ipx.cp = b;
b1581net/inet/ipx.cprintk("%s-%04X: %s\n",str,l*8,b);
b59net/inet/packet.cstatic unsigned long min(unsigned long a, unsigned long b)
b61net/inet/packet.cif (a < b) 
b63net/inet/packet.creturn(b);
b57net/inet/raw.cstatic inline unsigned long min(unsigned long a, unsigned long b)
b59net/inet/raw.cif (a < b) 
b61net/inet/raw.creturn(b);
b108net/inet/sock.c#define min(a,b)  ((a)<(b)?(a):(b))
b250net/inet/tcp.cstatic __inline__ int min(unsigned int a, unsigned int b)
b252net/inet/tcp.cif (a < b) 
b254net/inet/tcp.creturn(b);
b85net/inet/udp.c#define min(a,b)  ((a)<(b)?(a):(b))
b99net/unix/sock.cstatic inline int min(int a, int b)
b101net/unix/sock.cif (a < b)
b103net/unix/sock.creturn(b);