taglinefilesource code
b36arch/alpha/boot/tools/build.cstatic int comp(struct scnhdr * a, struct scnhdr * b)
b38arch/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;
b301arch/i386/kernel/traps.cp->a=p->b=0;
b303arch/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,
b23arch/i386/math-emu/fpu_system.h#define SEG_D_SIZE(x)           ((x).b & (3 << 21))
b24arch/i386/math-emu/fpu_system.h#define SEG_G_BIT(x)            ((x).b & (1 << 23))
b25arch/i386/math-emu/fpu_system.h#define SEG_GRANULARITY(x)      (((x).b & (1 << 23)) ? 4096 : 1)
b26arch/i386/math-emu/fpu_system.h#define SEG_286_MODE(x)         ((x).b & ( 0xff000000 | 0xf0000 | (1 << 23)))
b27arch/i386/math-emu/fpu_system.h#define SEG_BASE_ADDR(s)        (((s).b & 0xff000000) \
b28arch/i386/math-emu/fpu_system.h| (((s).b & 0xff) << 16) | ((s).a >> 16))
b29arch/i386/math-emu/fpu_system.h#define SEG_LIMIT(s)            (((s).b & 0xff0000) | ((s).a & 0xffff))
b30arch/i386/math-emu/fpu_system.h#define SEG_EXECUTE_ONLY(s)     (((s).b & ((1 << 11) | (1 << 9))) == (1 << 11))
b31arch/i386/math-emu/fpu_system.h#define SEG_WRITE_PERM(s)       (((s).b & ((1 << 11) | (1 << 9))) == (1 << 9))
b32arch/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);
b627drivers/block/cdu31a.cunsigned char a, b;
b670drivers/block/cdu31a.cb = read_result_register();
b671drivers/block/cdu31a.c*result_buffer = b;
b685drivers/block/cdu31a.cif (b > 8)
b693drivers/block/cdu31a.cb = b - 8;
b695drivers/block/cdu31a.cwhile (b > 10)
b721drivers/block/cdu31a.cb = b - 10;
b724drivers/block/cdu31a.cif (b > 0)
b744drivers/block/cdu31a.cwhile (b > 0)
b749drivers/block/cdu31a.cb--;
b30drivers/block/ide-cd.c#define OUT_WORDS(b,n)  outsw (IDE_PORT (HD_DATA, dev->hwif), (b), (n))
b31drivers/block/ide-cd.c#define IN_WORDS(b,n)   insw  (IDE_PORT (HD_DATA, dev->hwif), (b), (n))
b354drivers/block/ide-cd.cstruct {unsigned char b0, b1, b2, b3;} b;
b358drivers/block/ide-cd.cpc.c[2] = conv.b.b3;
b359drivers/block/ide-cd.cpc.c[3] = conv.b.b2;
b360drivers/block/ide-cd.cpc.c[4] = conv.b.b1;
b361drivers/block/ide-cd.cpc.c[5] = conv.b.b0;
b568drivers/block/ide-cd.creq.dev = MKDEV (major, (dev->select.b.drive) << PARTN_BITS);
b805drivers/block/ide-cd.cstruct atapi_toc *toc = cdrom_toc[dev->hwif][dev->select.b.drive];
b812drivers/block/ide-cd.ccdrom_toc[dev->hwif][dev->select.b.drive] = toc;
b1005drivers/block/ide-cd.ctoc = cdrom_toc[dev->hwif][dev->select.b.drive];
b1101drivers/block/ide-cd.ctoc = cdrom_toc[dev->hwif][dev->select.b.drive];
b1318drivers/block/ide-cd.cide_capacity[dev->hwif][dev->select.b.drive] = 0x1fffff;
b1320drivers/block/ide-cd.cide_blksizes[dev->hwif][dev->select.b.drive << PARTN_BITS] = CD_FRAMESIZE;
b1330drivers/block/ide-cd.ccdrom_toc[dev->hwif][dev->select.b.drive] = NULL;
b202drivers/block/ide.c#define OUT_BYTE(b,p)    outb((b),IDE_PORT(p,DEV_HWIF))
b205drivers/block/ide.c#define OUT_BYTE(b,p)    outb_p((b),IDE_PORT(p,DEV_HWIF))
b210drivers/block/ide.c#define OUT_SECTORS(b,n)  outsl(IDE_PORT(HD_DATA,DEV_HWIF),(b),(n)<<7)
b211drivers/block/ide.c#define IN_SECTORS(b,n)    insl(IDE_PORT(HD_DATA,DEV_HWIF),(b),(n)<<7)
b213drivers/block/ide.c#define OUT_SECTORS(b,n)  outsw(IDE_PORT(HD_DATA,DEV_HWIF),(b),(n)<<8)
b214drivers/block/ide.c#define IN_SECTORS(b,n)    insw(IDE_PORT(HD_DATA,DEV_HWIF),(b),(n)<<8)
b259drivers/block/ide.c} b;
b270drivers/block/ide.c} b;
b433drivers/block/ide.crdev->special.b.set_geometry = 1;
b434drivers/block/ide.crdev->special.b.recalibrate  = 1;
b435drivers/block/ide.crdev->special.b.set_multmode = 0;
b443drivers/block/ide.crdev->special.b.set_multmode = 1;
b621drivers/block/ide.cdev->special.b.recalibrate = 1;
b788drivers/block/ide.cdev->special.b.recalibrate = 1;
b876drivers/block/ide.cif (s->b.set_geometry) {
b877drivers/block/ide.cs->b.set_geometry = 0;
b885drivers/block/ide.c} else if (s->b.recalibrate) {
b886drivers/block/ide.cs->b.recalibrate = 0;
b889drivers/block/ide.c} else if (s->b.set_multmode) {
b899drivers/block/ide.cs->b.set_multmode = 0;
b931drivers/block/ide.cif (dev->select.b.lba) {
b1477drivers/block/ide.cif (dev->special.b.set_multmode) {
b1482drivers/block/ide.cdev->special.b.set_multmode = 1;
b1630drivers/block/ide.cdev->special.b.set_geometry = 1;
b1668drivers/block/ide.cdev->select.b.lba = 1;
b1684drivers/block/ide.cide_capacity[DEV_HWIF][dev->select.b.drive] = capacity;
b1687drivers/block/ide.cdev->select.b.lba ? "LBA, " : "",
b1705drivers/block/ide.cdev->special.b.set_multmode = 1;
b1814drivers/block/ide.cif (dev->select.b.drive == 1) {
b1854drivers/block/ide.cif (dev->type == disk && !dev->select.b.lba) {
b2043drivers/block/ide.cdev->special.b.recalibrate  = 1;
b482drivers/block/ll_rw_blk.cvoid ll_rw_swap_file(int rw, int dev, unsigned int *b, int nb, char *buf)
b513drivers/block/ll_rw_blk.creq->sector = (b[i] * buffersize) >> 9;
b517drivers/block/mcd.cint a, b, c, d;
b520drivers/block/mcd.cgetValue(&b);
b523drivers/block/mcd.cprintk("%02X %02X %02X %02X\n", a, b, c, d);
b288drivers/block/sbpcd.c#define SBPCD_INIT(a,b) sbpcd_init(a,b)
b292drivers/block/sbpcd.c#define SBPCD_INIT(a,b) sbpcd2_init(a,b)
b296drivers/block/sbpcd.c#define SBPCD_INIT(a,b) sbpcd3_init(a,b)
b300drivers/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 ))
b101drivers/char/console.c#define MIN(a,b)  ((a) < (b) ? (a) : (b))
b669drivers/char/console.cstatic void scrup(int currcons, unsigned int t, unsigned int b)
b673drivers/char/console.cif (b > video_num_lines || t >= b)
b677drivers/char/console.celse if (t || b != video_num_lines)
b720drivers/char/console.c"c" ((b-t-1)*video_num_columns>>1),
b727drivers/char/console.cstatic void scrdown(int currcons, unsigned int t, unsigned int b)
b729drivers/char/console.cif (b > video_num_lines || t >= b)
b741drivers/char/console.c"c" ((b-t-1)*video_num_columns>>1),
b742drivers/char/console.c"D" (origin+video_size_row*b-4),
b743drivers/char/console.c"S" (origin+video_size_row*(b-1)-4)
b1775drivers/char/console.cvoid console_print(const char * b)
b1791drivers/char/console.cwhile ((c = *(b++)) != 0) {
b203drivers/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))
b188drivers/char/serial.c#define MIN(a,b)  ((a) < (b) ? (a) : (b))
b111drivers/char/tty_io.c#define MIN(a,b)  ((a) < (b) ? (a) : (b))
b799drivers/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)))
b19drivers/scsi/scsi_ioctl.c#define max(a,b) (((a) > (b)) ? (a) : (b))
b998fs/buffer.cdev_t dev, int *b, int size)
b1013fs/buffer.cblock = *++b;
b1039fs/buffer.cdev_t dev, int b[], int size)
b1051fs/buffer.cp = b;
b1060fs/buffer.cp = b;
b1109fs/buffer.cdev_t dev, int *b, int size)
b1114fs/buffer.cblock = b[0];
b1119fs/buffer.creturn check_aligned(bh, address, dev, b, size);
b1120fs/buffer.creturn try_to_load_aligned(address, dev, b, size);
b1130fs/buffer.cunsigned long bread_page(unsigned long address, dev_t dev, int b[], int size, int no_share)
b1137fs/buffer.cwhere = try_to_share_buffers(address, dev, b, size);
b1144fs/buffer.cif (b[i])
b1145fs/buffer.cbh[i] = getblk(dev, b[i], size);
b1569fs/buffer.cunsigned long generate_cluster(dev_t dev, int b[], int size)
b1574fs/buffer.cif(i && b[i]-1 != b[i-1]) return 0;  /* No need to cluster */
b1575fs/buffer.cif(find_buffer(dev, b[i], size)) return 0;
b1585fs/buffer.cretval = try_to_generate_cluster(dev, b[0], size);
b1590fs/buffer.creturn try_to_generate_cluster(dev, b[0], size);
b1592fs/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))
b362fs/ext2/inode.cunsigned long b;
b392fs/ext2/inode.cb = block;
b394fs/ext2/inode.creturn inode_getblk (inode, block, create, b, err);
b397fs/ext2/inode.cbh = inode_getblk (inode, EXT2_IND_BLOCK, create, b, err);
b399fs/ext2/inode.cinode->i_sb->s_blocksize, b, err);
b403fs/ext2/inode.cbh = inode_getblk (inode, EXT2_DIND_BLOCK, create, b, err);
b405fs/ext2/inode.cinode->i_sb->s_blocksize, b, err);
b407fs/ext2/inode.ccreate, inode->i_sb->s_blocksize, b, err);
b410fs/ext2/inode.cbh = inode_getblk (inode, EXT2_TIND_BLOCK, create, b, err);
b412fs/ext2/inode.ccreate, inode->i_sb->s_blocksize, b, err);
b414fs/ext2/inode.ccreate, inode->i_sb->s_blocksize, b, err);
b416fs/ext2/inode.cinode->i_sb->s_blocksize, b, err);
b423fs/ext2/inode.cunsigned long b;
b440fs/ext2/inode.cb = block;
b446fs/ext2/inode.cbh = inode_getblk (inode, EXT2_IND_BLOCK, create, b, &err);
b452fs/ext2/inode.cbh = inode_getblk (inode, EXT2_DIND_BLOCK, create, b, &err);
b454fs/ext2/inode.cinode->i_sb->s_blocksize, b, &err);
b459fs/ext2/inode.cbh = inode_getblk (inode, EXT2_TIND_BLOCK, create, b, &err);
b461fs/ext2/inode.ccreate, inode->i_sb->s_blocksize, b, &err);
b463fs/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++) {
b26fs/isofs/file.c#define MIN(a,b) (((a)<(b))?(a):(b))
b27fs/isofs/file.c#define MAX(a,b) (((a)>(b))?(a):(b))
b22fs/minix/file.c#define MIN(a,b) (((a)<(b))?(a):(b))
b23fs/minix/file.c#define MAX(a,b) (((a)>(b))?(a):(b))
b23fs/msdos/file.c#define MIN(a,b) (((a) < (b)) ? (a) : (b))
b24fs/msdos/file.c#define MAX(a,b) (((a) > (b)) ? (a) : (b))
b172fs/msdos/inode.cstruct msdos_boot_sector *b;
b205fs/msdos/inode.cb = (struct msdos_boot_sector *) bh->b_data;
b225fs/msdos/inode.clogical_sector_size = CF_LE_W(*(unsigned short *) &b->sector_size);
b227fs/msdos/inode.cMSDOS_SB(sb)->cluster_size = b->cluster_size*sector_mult;
b228fs/msdos/inode.cMSDOS_SB(sb)->fats = b->fats;
b229fs/msdos/inode.cMSDOS_SB(sb)->fat_start = CF_LE_W(b->reserved)*sector_mult;
b230fs/msdos/inode.cMSDOS_SB(sb)->fat_length = CF_LE_W(b->fat_length)*sector_mult;
b231fs/msdos/inode.cMSDOS_SB(sb)->dir_start = (CF_LE_W(b->reserved)+b->fats*CF_LE_W(
b232fs/msdos/inode.cb->fat_length))*sector_mult;
b233fs/msdos/inode.cMSDOS_SB(sb)->dir_entries = CF_LE_W(*((unsigned short *) &b->dir_entries
b238fs/msdos/inode.cdata_sectors = (CF_LE_W(*((unsigned short *) &b->sectors)) ?
b239fs/msdos/inode.cCF_LE_W(*((unsigned short *) &b->sectors)) :
b240fs/msdos/inode.cCF_LE_L(b->total_sect))*sector_mult-MSDOS_SB(sb)->data_start;
b241fs/msdos/inode.cerror = !b->cluster_size || !sector_mult;
b243fs/msdos/inode.cMSDOS_SB(sb)->clusters = b->cluster_size ? data_sectors/
b244fs/msdos/inode.cb->cluster_size/sector_mult : 0;
b250fs/msdos/inode.c(logical_sector_size & (SECTOR_SIZE-1)) || !b->secs_track ||
b251fs/msdos/inode.c!b->heads;
b270fs/msdos/inode.c"se=%d,ts=%ld,ls=%d]\n",b->media,MSDOS_SB(sb)->cluster_size,
b273fs/msdos/inode.cMSDOS_SB(sb)->data_start,CF_LE_W(*(unsigned short *) &b->
b274fs/msdos/inode.csectors),b->total_sect,logical_sector_size);
b18fs/msdos/msbuffer.h#define brelse(b)        msdos_brelse(sb,b)
b19fs/msdos/msbuffer.h#define bread(d,b,s)      msdos_bread(sb,b)
b20fs/msdos/msbuffer.h#define getblk(d,b,s)      msdos_getblk(sb,b)
b21fs/msdos/msbuffer.h#define mark_buffer_dirty(b,v)  msdos_mark_buffer_dirty(sb,b,v)
b166fs/proc/array.cint a, b, c;
b169fs/proc/array.cb = avenrun[1] + (FIXED_1/200);
b173fs/proc/array.cLOAD_INT(b), LOAD_FRAC(b),
b29fs/sysv/file.c#define MIN(a,b) (((a)<(b))?(a):(b))
b30fs/sysv/file.c#define MAX(a,b) (((a)>(b))?(a):(b))
b28fs/xiafs/file.c#define MIN(a,b) (((a)<(b))?(a):(b))
b29fs/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;
b99include/asm-alpha/io.hextern inline void outb_local(unsigned char b, unsigned long addr)
b101include/asm-alpha/io.h*(volatile unsigned int *) ((addr << 9) + EISA_VL82C106) = b;
b124include/asm-alpha/io.hextern inline void outb(unsigned char b, unsigned long addr)
b126include/asm-alpha/io.h*(volatile unsigned int *) ((addr << 7) + EISA_IO + 0x00) = b * 0x01010101;
b130include/asm-alpha/io.hextern inline void outw(unsigned short b, unsigned long addr)
b132include/asm-alpha/io.h*(volatile unsigned int *) ((addr << 7) + EISA_IO + 0x20) = b * 0x00010001;
b136include/asm-alpha/io.hextern inline void outl(unsigned int b, unsigned long addr)
b138include/asm-alpha/io.h*(volatile unsigned int *) ((addr << 7) + EISA_IO + 0x60) = b;
b164include/asm-alpha/io.hextern inline void writeb(unsigned short b, unsigned long addr)
b166include/asm-alpha/io.h*(volatile unsigned int *) ((addr << 7) + EISA_MEM + 0x00) = b * 0x01010101;
b169include/asm-alpha/io.hextern inline void writew(unsigned short b, unsigned long addr)
b171include/asm-alpha/io.h*(volatile unsigned int *) ((addr << 7) + EISA_MEM + 0x20) = b * 0x00010001;
b174include/asm-alpha/io.hextern inline void writel(unsigned int b, unsigned long addr)
b176include/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/unistd.h#define _syscall2(type,name,atype,a,btype,b) \
b41include/asm-mips/unistd.htype name(atype a,btype b) \
b52include/asm-mips/unistd.h"d" ((long)(b))); \
b60include/asm-mips/unistd.h#define _syscall3(type,name,atype,a,btype,b,ctype,c) \
b61include/asm-mips/unistd.htype name (atype a, btype b, ctype c) \
b73include/asm-mips/unistd.h"d" ((long)(b)), \
b82include/asm-mips/unistd.h#define _syscall4(type,name,atype,a,btype,b,ctype,c,dtype,d) \
b83include/asm-mips/unistd.htype name (atype a, btype b, ctype c, dtype d) \
b97include/asm-mips/unistd.h"d" ((long)(b)), \
b107include/asm-mips/unistd.h#define _syscall5(type,name,atype,a,btype,b,ctype,c,dtype,d,etype,e) \
b108include/asm-mips/unistd.htype name (atype a,btype b,ctype c,dtype d,etype e) \
b123include/asm-mips/unistd.h"d" ((long)(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)))
b487include/linux/fs.hextern void ll_rw_swap_file(int rw, int dev, unsigned int *b, int nb, char *buffer);
b492include/linux/fs.hextern unsigned long bread_page(unsigned long addr,dev_t dev,int b[],int size,int no_share);
b496include/linux/fs.hunsigned long generate_cluster(dev_t dev, int b[], int size);
b5include/linux/head.hunsigned long a,b;
b7include/linux/malloc.h#define kmalloc(a,b) deb_kmalloc(__FILE__,__LINE__,a,b)
b8include/linux/malloc.h#define kfree_s(a,b) deb_kfree_s(__FILE__,__LINE__,a,b)
b16include/linux/malloc.h#define kcheck_s(a,b) deb_kcheck_s(__FILE__,__LINE__, a,b)
b23include/linux/malloc.h#define kcheck_s(a,b) 0
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;
b63net/inet/icmp.c#define min(a,b)  ((a)<(b)?(a):(b))
b118net/inet/ip.c#define min(a,b)  ((a)<(b)?(a):(b))
b58net/inet/packet.cstatic unsigned long min(unsigned long a, unsigned long b)
b60net/inet/packet.cif (a < b) 
b62net/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))
b227net/inet/tcp.cstatic __inline__ int min(unsigned int a, unsigned int b)
b229net/inet/tcp.cif (a < b) 
b231net/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);