tag | line | file | source code |
b | 35 | arch/alpha/boot/tools/build.c | static int comp(struct scnhdr * a, struct scnhdr * b) |
b | 37 | arch/alpha/boot/tools/build.c | return a->s_vaddr - b->s_vaddr; |
b | 20 | arch/alpha/lib/io.c | void _bus_outb(unsigned char b, unsigned long addr) |
b | 22 | arch/alpha/lib/io.c | __bus_outb(b, addr); |
b | 42 | arch/alpha/lib/io.c | void _outb(unsigned char b, unsigned long addr) |
b | 44 | arch/alpha/lib/io.c | __outb(b, addr); |
b | 47 | arch/alpha/lib/io.c | void _outw(unsigned short b, unsigned long addr) |
b | 49 | arch/alpha/lib/io.c | __outw(b, addr); |
b | 52 | arch/alpha/lib/io.c | void _outl(unsigned int b, unsigned long addr) |
b | 54 | arch/alpha/lib/io.c | __outl(b, addr); |
b | 74 | arch/alpha/lib/io.c | void _writeb(unsigned char b, unsigned long addr) |
b | 76 | arch/alpha/lib/io.c | __writeb(b, addr); |
b | 79 | arch/alpha/lib/io.c | void _writew(unsigned short b, unsigned long addr) |
b | 81 | arch/alpha/lib/io.c | __writew(b, addr); |
b | 84 | arch/alpha/lib/io.c | void _writel(unsigned int b, unsigned long addr) |
b | 86 | arch/alpha/lib/io.c | __writel(b, addr); |
b | 277 | arch/i386/boot/compressed/gzip.h | extern void warn OF((char *a, char *b)); |
b | 25 | arch/i386/boot/compressed/inflate.c | uch b; /* number of bits in this code or subcode */ |
b | 84 | arch/i386/boot/compressed/inflate.c | #define NEEDBITS(n) {while(k<(n)){b|=((ulg)NEXTBYTE())<<k;k+=8;}} |
b | 85 | arch/i386/boot/compressed/inflate.c | #define DUMPBITS(n) {b>>=(n);k-=(n);} |
b | 99 | arch/i386/boot/compressed/inflate.c | int huft_build(b, n, s, d, e, t, m) |
b | 100 | arch/i386/boot/compressed/inflate.c | unsigned *b; /* code lengths in bits (all assumed <= BMAX) */ |
b | 137 | arch/i386/boot/compressed/inflate.c | p = b; i = n; |
b | 188 | arch/i386/boot/compressed/inflate.c | p = b; i = 0; |
b | 252 | arch/i386/boot/compressed/inflate.c | r.b = (uch)l; /* bits to dump before this table */ |
b | 263 | arch/i386/boot/compressed/inflate.c | r.b = (uch)(k - w); |
b | 339 | arch/i386/boot/compressed/inflate.c | register ulg b; /* bit buffer */ |
b | 344 | arch/i386/boot/compressed/inflate.c | b = bb; /* initialize bit buffer */ |
b | 354 | arch/i386/boot/compressed/inflate.c | if ((e = (t = tl + ((unsigned)b & ml))->e) > 16) |
b | 358 | arch/i386/boot/compressed/inflate.c | DUMPBITS(t->b) |
b | 361 | arch/i386/boot/compressed/inflate.c | } while ((e = (t = t->v.t + ((unsigned)b & mask_bits[e]))->e) > 16); |
b | 362 | arch/i386/boot/compressed/inflate.c | DUMPBITS(t->b) |
b | 380 | arch/i386/boot/compressed/inflate.c | n = t->v.n + ((unsigned)b & mask_bits[e]); |
b | 385 | arch/i386/boot/compressed/inflate.c | if ((e = (t = td + ((unsigned)b & md))->e) > 16) |
b | 389 | arch/i386/boot/compressed/inflate.c | DUMPBITS(t->b) |
b | 392 | arch/i386/boot/compressed/inflate.c | } while ((e = (t = t->v.t + ((unsigned)b & mask_bits[e]))->e) > 16); |
b | 393 | arch/i386/boot/compressed/inflate.c | DUMPBITS(t->b) |
b | 395 | arch/i386/boot/compressed/inflate.c | d = w - t->v.n - ((unsigned)b & mask_bits[e]); |
b | 425 | arch/i386/boot/compressed/inflate.c | bb = b; /* restore global bit buffer */ |
b | 439 | arch/i386/boot/compressed/inflate.c | register ulg b; /* bit buffer */ |
b | 445 | arch/i386/boot/compressed/inflate.c | b = bb; /* initialize bit buffer */ |
b | 457 | arch/i386/boot/compressed/inflate.c | n = ((unsigned)b & 0xffff); |
b | 460 | arch/i386/boot/compressed/inflate.c | if (n != (unsigned)((~b) & 0xffff)) |
b | 469 | arch/i386/boot/compressed/inflate.c | slide[w++] = (uch)b; |
b | 481 | arch/i386/boot/compressed/inflate.c | bb = b; /* restore global bit buffer */ |
b | 564 | arch/i386/boot/compressed/inflate.c | register ulg b; /* bit buffer */ |
b | 570 | arch/i386/boot/compressed/inflate.c | b = bb; |
b | 576 | arch/i386/boot/compressed/inflate.c | nl = 257 + ((unsigned)b & 0x1f); /* number of literal/length codes */ |
b | 579 | arch/i386/boot/compressed/inflate.c | nd = 1 + ((unsigned)b & 0x1f); /* number of distance codes */ |
b | 582 | arch/i386/boot/compressed/inflate.c | nb = 4 + ((unsigned)b & 0xf); /* number of bit length codes */ |
b | 597 | arch/i386/boot/compressed/inflate.c | ll[border[j]] = (unsigned)b & 7; |
b | 623 | arch/i386/boot/compressed/inflate.c | j = (td = tl + ((unsigned)b & m))->b; |
b | 631 | arch/i386/boot/compressed/inflate.c | j = 3 + ((unsigned)b & 3); |
b | 641 | arch/i386/boot/compressed/inflate.c | j = 3 + ((unsigned)b & 7); |
b | 652 | arch/i386/boot/compressed/inflate.c | j = 11 + ((unsigned)b & 0x7f); |
b | 670 | arch/i386/boot/compressed/inflate.c | bb = b; |
b | 727 | arch/i386/boot/compressed/inflate.c | register ulg b; /* bit buffer */ |
b | 733 | arch/i386/boot/compressed/inflate.c | b = bb; |
b | 739 | arch/i386/boot/compressed/inflate.c | *e = (int)b & 1; |
b | 745 | arch/i386/boot/compressed/inflate.c | t = (unsigned)b & 3; |
b | 750 | arch/i386/boot/compressed/inflate.c | bb = b; |
b | 313 | arch/i386/boot/compressed/misc.c | short b; |
b | 56 | arch/i386/boot/tools/build.c | char b[4]; |
b | 63 | arch/i386/boot/tools/build.c | t.b[0] = l & 0xff; l >>= 8; |
b | 64 | arch/i386/boot/tools/build.c | t.b[1] = l & 0xff; l >>= 8; |
b | 65 | arch/i386/boot/tools/build.c | t.b[2] = l & 0xff; l >>= 8; |
b | 66 | arch/i386/boot/tools/build.c | t.b[3] = l & 0xff; l >>= 8; |
b | 74 | arch/i386/boot/tools/build.c | t.b[0] = l & 0xff; l >>= 8; |
b | 75 | arch/i386/boot/tools/build.c | t.b[1] = l & 0xff; l >>= 8; |
b | 392 | arch/i386/kernel/traps.c | p->a=p->b=0; |
b | 394 | arch/i386/kernel/traps.c | p->a=p->b=0; |
b | 386 | arch/i386/math-emu/errors.c | asmlinkage int real_2op_NaN(FPU_REG const *a, FPU_REG const *b, FPU_REG *dest) |
b | 396 | arch/i386/math-emu/errors.c | if (b->tag == TW_NaN) |
b | 398 | arch/i386/math-emu/errors.c | signalling = !(a->sigh & b->sigh & 0x40000000); |
b | 400 | arch/i386/math-emu/errors.c | if ( significand(a) < significand(b) ) |
b | 401 | arch/i386/math-emu/errors.c | x = b; |
b | 411 | arch/i386/math-emu/errors.c | if (b->tag == TW_NaN) |
b | 414 | arch/i386/math-emu/errors.c | signalling = !(b->sigh & 0x40000000); |
b | 415 | arch/i386/math-emu/errors.c | x = b; |
b | 11 | arch/i386/math-emu/fpu_proto.h | asmlinkage int real_2op_NaN(FPU_REG const *a, FPU_REG const *b, FPU_REG *dest); |
b | 95 | arch/i386/math-emu/fpu_proto.h | extern int reg_add(FPU_REG const *a, FPU_REG const *b, |
b | 97 | arch/i386/math-emu/fpu_proto.h | extern int reg_sub(FPU_REG const *a, FPU_REG const *b, |
b | 101 | arch/i386/math-emu/fpu_proto.h | extern int compare(FPU_REG const *b); |
b | 102 | arch/i386/math-emu/fpu_proto.h | extern int compare_st_data(FPU_REG const *b); |
b | 136 | arch/i386/math-emu/fpu_proto.h | extern int reg_mul(FPU_REG const *a, FPU_REG const *b, |
b | 24 | arch/i386/math-emu/fpu_system.h | #define SEG_D_SIZE(x) ((x).b & (3 << 21)) |
b | 25 | arch/i386/math-emu/fpu_system.h | #define SEG_G_BIT(x) ((x).b & (1 << 23)) |
b | 26 | arch/i386/math-emu/fpu_system.h | #define SEG_GRANULARITY(x) (((x).b & (1 << 23)) ? 4096 : 1) |
b | 27 | arch/i386/math-emu/fpu_system.h | #define SEG_286_MODE(x) ((x).b & ( 0xff000000 | 0xf0000 | (1 << 23))) |
b | 28 | arch/i386/math-emu/fpu_system.h | #define SEG_BASE_ADDR(s) (((s).b & 0xff000000) \ |
b | 29 | arch/i386/math-emu/fpu_system.h | | (((s).b & 0xff) << 16) | ((s).a >> 16)) |
b | 30 | arch/i386/math-emu/fpu_system.h | #define SEG_LIMIT(s) (((s).b & 0xff0000) | ((s).a & 0xffff)) |
b | 31 | arch/i386/math-emu/fpu_system.h | #define SEG_EXECUTE_ONLY(s) (((s).b & ((1 << 11) | (1 << 9))) == (1 << 11)) |
b | 32 | arch/i386/math-emu/fpu_system.h | #define SEG_WRITE_PERM(s) (((s).b & ((1 << 11) | (1 << 9))) == (1 << 9)) |
b | 33 | arch/i386/math-emu/fpu_system.h | #define SEG_EXPAND_DOWN(s) (((s).b & ((1 << 11) | (1 << 10))) \ |
b | 29 | arch/i386/math-emu/poly.h | asmlinkage void mul64(unsigned long long const *a, unsigned long long const *b, |
b | 47 | arch/i386/math-emu/poly.h | #define MK_XSIG(a,b,c) { c, b, a } |
b | 25 | arch/i386/math-emu/reg_add_sub.c | int reg_add(FPU_REG const *a, FPU_REG const *b, FPU_REG *dest, int control_w) |
b | 30 | arch/i386/math-emu/reg_add_sub.c | if ( !(a->tag | b->tag) ) |
b | 33 | arch/i386/math-emu/reg_add_sub.c | if (!(a->sign ^ b->sign)) |
b | 37 | arch/i386/math-emu/reg_add_sub.c | if ( reg_u_add(a, b, dest, control_w) ) |
b | 46 | arch/i386/math-emu/reg_add_sub.c | diff = a->exp - b->exp; |
b | 49 | arch/i386/math-emu/reg_add_sub.c | diff = a->sigh - b->sigh; /* Works only if ms bits are identical */ |
b | 52 | arch/i386/math-emu/reg_add_sub.c | diff = a->sigl > b->sigl; |
b | 54 | arch/i386/math-emu/reg_add_sub.c | diff = -(a->sigl < b->sigl); |
b | 61 | arch/i386/math-emu/reg_add_sub.c | if ( reg_u_sub(a, b, dest, control_w) ) |
b | 70 | arch/i386/math-emu/reg_add_sub.c | if ( (b->tag == TW_Valid) && (b->exp <= EXP_UNDER) && |
b | 81 | arch/i386/math-emu/reg_add_sub.c | dest->sign = b->sign; |
b | 82 | arch/i386/math-emu/reg_add_sub.c | if ( reg_u_sub(b, a, dest, control_w) ) |
b | 92 | arch/i386/math-emu/reg_add_sub.c | if ( (a->tag == TW_NaN) || (b->tag == TW_NaN) ) |
b | 93 | arch/i386/math-emu/reg_add_sub.c | { return real_2op_NaN(a, b, dest); } |
b | 96 | arch/i386/math-emu/reg_add_sub.c | if (b->tag == TW_Zero) |
b | 98 | arch/i386/math-emu/reg_add_sub.c | char different_signs = a->sign ^ b->sign; |
b | 112 | arch/i386/math-emu/reg_add_sub.c | if ( (b->tag == TW_Valid) && (b->exp <= EXP_UNDER) && |
b | 116 | arch/i386/math-emu/reg_add_sub.c | reg_move(b, dest); |
b | 120 | arch/i386/math-emu/reg_add_sub.c | else if (b->tag == TW_Zero) |
b | 131 | arch/i386/math-emu/reg_add_sub.c | if (b->tag != TW_Infinity) |
b | 134 | arch/i386/math-emu/reg_add_sub.c | if ( (b->tag == TW_Valid) && (b->exp <= EXP_UNDER) && |
b | 140 | arch/i386/math-emu/reg_add_sub.c | if (a->sign == b->sign) |
b | 147 | arch/i386/math-emu/reg_add_sub.c | else if (b->tag == TW_Infinity) |
b | 154 | arch/i386/math-emu/reg_add_sub.c | reg_move(b, dest); return 0; |
b | 165 | arch/i386/math-emu/reg_add_sub.c | int reg_sub(FPU_REG const *a, FPU_REG const *b, FPU_REG *dest, int control_w) |
b | 170 | arch/i386/math-emu/reg_add_sub.c | if ( !(a->tag | b->tag) ) |
b | 173 | arch/i386/math-emu/reg_add_sub.c | diff = a->exp - b->exp; |
b | 176 | arch/i386/math-emu/reg_add_sub.c | diff = a->sigh - b->sigh; /* Works only if ms bits are identical */ |
b | 179 | arch/i386/math-emu/reg_add_sub.c | diff = a->sigl > b->sigl; |
b | 181 | arch/i386/math-emu/reg_add_sub.c | diff = -(a->sigl < b->sigl); |
b | 185 | arch/i386/math-emu/reg_add_sub.c | switch (a->sign*2 + b->sign) |
b | 193 | arch/i386/math-emu/reg_add_sub.c | if ( reg_u_sub(a, b, dest, control_w) ) |
b | 203 | arch/i386/math-emu/reg_add_sub.c | if ( (b->tag == TW_Valid) && (b->exp <= EXP_UNDER) && |
b | 215 | arch/i386/math-emu/reg_add_sub.c | if ( reg_u_sub(b, a, dest, control_w) ) |
b | 224 | arch/i386/math-emu/reg_add_sub.c | if ( reg_u_add(a, b, dest, control_w) ) |
b | 232 | arch/i386/math-emu/reg_add_sub.c | if ( reg_u_add(a, b, dest, control_w) ) |
b | 243 | arch/i386/math-emu/reg_add_sub.c | if ( (a->tag == TW_NaN) || (b->tag == TW_NaN) ) |
b | 244 | arch/i386/math-emu/reg_add_sub.c | { return real_2op_NaN(b, a, dest); } |
b | 245 | arch/i386/math-emu/reg_add_sub.c | else if (b->tag == TW_Zero) |
b | 249 | arch/i386/math-emu/reg_add_sub.c | char same_signs = !(a->sign ^ b->sign); |
b | 273 | arch/i386/math-emu/reg_add_sub.c | if ( (b->tag == TW_Valid) && (b->exp <= EXP_UNDER) && |
b | 277 | arch/i386/math-emu/reg_add_sub.c | reg_move(b, dest); |
b | 283 | arch/i386/math-emu/reg_add_sub.c | if (b->tag != TW_Infinity) |
b | 286 | arch/i386/math-emu/reg_add_sub.c | if ( (b->tag == TW_Valid) && (b->exp <= EXP_UNDER) && |
b | 293 | arch/i386/math-emu/reg_add_sub.c | if (a->sign == b->sign) |
b | 301 | arch/i386/math-emu/reg_add_sub.c | else if (b->tag == TW_Infinity) |
b | 308 | arch/i386/math-emu/reg_add_sub.c | reg_move(b, dest); |
b | 24 | arch/i386/math-emu/reg_compare.c | int compare(FPU_REG const *b) |
b | 33 | arch/i386/math-emu/reg_compare.c | if ( st0_tag | b->tag ) |
b | 37 | arch/i386/math-emu/reg_compare.c | if ( b->tag == TW_Zero ) return COMP_A_eq_B; |
b | 38 | arch/i386/math-emu/reg_compare.c | if ( b->tag == TW_Valid ) |
b | 40 | arch/i386/math-emu/reg_compare.c | return ((b->sign == SIGN_POS) ? COMP_A_lt_B : COMP_A_gt_B) |
b | 42 | arch/i386/math-emu/reg_compare.c | | ((b->exp <= EXP_UNDER) ? |
b | 48 | arch/i386/math-emu/reg_compare.c | else if ( b->tag == TW_Zero ) |
b | 64 | arch/i386/math-emu/reg_compare.c | if ( (b->tag == TW_Valid) || (b->tag == TW_Zero) ) |
b | 69 | arch/i386/math-emu/reg_compare.c | | (((b->tag == TW_Valid) && (b->exp <= EXP_UNDER)) ? |
b | 74 | arch/i386/math-emu/reg_compare.c | else if ( b->tag == TW_Infinity ) |
b | 77 | arch/i386/math-emu/reg_compare.c | return (st0_ptr->sign == b->sign) ? COMP_A_eq_B : |
b | 82 | arch/i386/math-emu/reg_compare.c | else if ( b->tag == TW_Infinity ) |
b | 86 | arch/i386/math-emu/reg_compare.c | return ((b->sign == SIGN_POS) ? COMP_A_lt_B : COMP_A_gt_B) |
b | 99 | arch/i386/math-emu/reg_compare.c | if ( (st0_tag == TW_NaN) || (b->tag == TW_NaN) ) |
b | 102 | arch/i386/math-emu/reg_compare.c | || ((b->tag == TW_NaN) && !(b->sigh & 0x40000000)) ) |
b | 115 | arch/i386/math-emu/reg_compare.c | if (!(b->sigh & 0x80000000)) EXCEPTION(EX_Invalid); |
b | 119 | arch/i386/math-emu/reg_compare.c | if (st0_ptr->sign != b->sign) |
b | 124 | arch/i386/math-emu/reg_compare.c | ( ((st0_ptr->exp <= EXP_UNDER) || (b->exp <= EXP_UNDER)) ? |
b | 130 | arch/i386/math-emu/reg_compare.c | diff = st0_ptr->exp - b->exp; |
b | 133 | arch/i386/math-emu/reg_compare.c | diff = st0_ptr->sigh - b->sigh; /* Works only if ms bits are |
b | 137 | arch/i386/math-emu/reg_compare.c | diff = st0_ptr->sigl > b->sigl; |
b | 139 | arch/i386/math-emu/reg_compare.c | diff = -(st0_ptr->sigl < b->sigl); |
b | 148 | arch/i386/math-emu/reg_compare.c | ( ((st0_ptr->exp <= EXP_UNDER) || (b->exp <= EXP_UNDER)) ? |
b | 158 | arch/i386/math-emu/reg_compare.c | ( ((st0_ptr->exp <= EXP_UNDER) || (b->exp <= EXP_UNDER)) ? |
b | 167 | arch/i386/math-emu/reg_compare.c | ( ((st0_ptr->exp <= EXP_UNDER) || (b->exp <= EXP_UNDER)) ? |
b | 1016 | arch/i386/math-emu/reg_ld_str.c | unsigned char b; |
b | 1066 | arch/i386/math-emu/reg_ld_str.c | b = div_small(&ll, 10); |
b | 1067 | arch/i386/math-emu/reg_ld_str.c | b |= (div_small(&ll, 10)) << 4; |
b | 1069 | arch/i386/math-emu/reg_ld_str.c | put_fs_byte(b,(unsigned char *) d+i); |
b | 24 | arch/i386/math-emu/reg_mul.c | int reg_mul(FPU_REG const *a, FPU_REG const *b, |
b | 28 | arch/i386/math-emu/reg_mul.c | char sign = (a->sign ^ b->sign); |
b | 30 | arch/i386/math-emu/reg_mul.c | if (!(a->tag | b->tag)) |
b | 34 | arch/i386/math-emu/reg_mul.c | if ( reg_u_mul(a, b, dest, control_w) ) |
b | 41 | arch/i386/math-emu/reg_mul.c | else if ((a->tag <= TW_Zero) && (b->tag <= TW_Zero)) |
b | 44 | arch/i386/math-emu/reg_mul.c | if ( ((b->tag == TW_Valid) && (b->exp <= EXP_UNDER)) || |
b | 63 | arch/i386/math-emu/reg_mul.c | if ( (a->tag == TW_NaN) || (b->tag == TW_NaN) ) |
b | 64 | arch/i386/math-emu/reg_mul.c | { return real_2op_NaN(a, b, dest); } |
b | 67 | arch/i386/math-emu/reg_mul.c | if (b->tag == TW_Zero) |
b | 72 | arch/i386/math-emu/reg_mul.c | if ( (b->tag == TW_Valid) && (b->exp <= EXP_UNDER) && |
b | 81 | arch/i386/math-emu/reg_mul.c | else if (b->tag == TW_Infinity) |
b | 92 | arch/i386/math-emu/reg_mul.c | reg_move(b, dest); |
b | 594 | drivers/block/floppy.c | static int maximum(int a, int b) |
b | 596 | drivers/block/floppy.c | if(a > b) |
b | 599 | drivers/block/floppy.c | return b; |
b | 601 | drivers/block/floppy.c | #define INFBOUND(a,b) (a)=maximum((a),(b)); |
b | 603 | drivers/block/floppy.c | static int minimum(int a, int b) |
b | 605 | drivers/block/floppy.c | if(a < b) |
b | 608 | drivers/block/floppy.c | return b; |
b | 610 | drivers/block/floppy.c | #define SUPBOUND(a,b) (a)=minimum((a),(b)); |
b | 118 | drivers/block/ide-cd.c | #define MIN(a,b) ((a) < (b) ? (a) : (b)) |
b | 550 | drivers/block/ide-cd.c | rq->rq_dev = MKDEV (major, (drive->select.b.unit) << PARTN_BITS); |
b | 1167 | drivers/block/ide-cd.c | struct {unsigned char b0, b1, b2, b3;} b; |
b | 1171 | drivers/block/ide-cd.c | pc.c[2] = conv.b.b3; |
b | 1172 | drivers/block/ide-cd.c | pc.c[3] = conv.b.b2; |
b | 1173 | drivers/block/ide-cd.c | pc.c[4] = conv.b.b1; |
b | 1174 | drivers/block/ide-cd.c | pc.c[5] = conv.b.b0; |
b | 1379 | drivers/block/ide-cd.c | req->rq_dev = MKDEV (major, (drive->select.b.unit) << PARTN_BITS); |
b | 1813 | drivers/block/ide-cd.c | HWIF(drive)->gd->sizes[drive->select.b.unit << PARTN_BITS] |
b | 2585 | drivers/block/ide-cd.c | blksize_size[HWIF(drive)->major][drive->select.b.unit << PARTN_BITS] = CD_FRAMESIZE; |
b | 307 | drivers/block/ide.c | drive->special.b.recalibrate = 1; |
b | 308 | drivers/block/ide.c | drive->special.b.set_geometry = 1; |
b | 467 | drivers/block/ide.c | drive->select.b.lba = 1; |
b | 470 | drivers/block/ide.c | drive->select.b.lba = 0; |
b | 719 | drivers/block/ide.c | rdrive->special.b.set_geometry = 1; |
b | 720 | drivers/block/ide.c | rdrive->special.b.recalibrate = 1; |
b | 721 | drivers/block/ide.c | rdrive->special.b.set_multmode = 0; |
b | 729 | drivers/block/ide.c | rdrive->special.b.set_multmode = 1; |
b | 911 | drivers/block/ide.c | drive->special.b.recalibrate = 1; |
b | 1094 | drivers/block/ide.c | drive->special.b.recalibrate = 1; |
b | 1154 | drivers/block/ide.c | if (s->b.set_geometry) { |
b | 1155 | drivers/block/ide.c | s->b.set_geometry = 0; |
b | 1163 | drivers/block/ide.c | } else if (s->b.recalibrate) { |
b | 1164 | drivers/block/ide.c | s->b.recalibrate = 0; |
b | 1168 | drivers/block/ide.c | } else if (s->b.set_multmode) { |
b | 1169 | drivers/block/ide.c | s->b.set_multmode = 0; |
b | 1232 | drivers/block/ide.c | if (drive->select.b.lba) { |
b | 1728 | drivers/block/ide.c | minor = drive->select.b.unit << PARTN_BITS; |
b | 1751 | drivers/block/ide.c | resetup_one_dev(HWIF(drive)->gd, drive->select.b.unit); |
b | 1898 | drivers/block/ide.c | if (drive->special.b.set_multmode) { |
b | 1903 | drivers/block/ide.c | drive->special.b.set_multmode = 1; |
b | 2094 | drivers/block/ide.c | drive->select.b.lba ? "LBA, " : "", |
b | 2103 | drivers/block/ide.c | drive->special.b.set_multmode = 1; |
b | 2232 | drivers/block/ide.c | if (drive->select.b.unit != 0) { |
b | 2272 | drivers/block/ide.c | if (drive->media == disk && !drive->select.b.lba) { |
b | 2348 | drivers/block/ide.c | static void sub22 (char b, char c) |
b | 2354 | drivers/block/ide.c | outb_p(b,0xb0); |
b | 2713 | drivers/block/ide.c | drive->special.b.set_geometry = 1; |
b | 116 | drivers/block/ide.h | #define OUT_BYTE(b,p) outb((b),p) |
b | 119 | drivers/block/ide.h | #define OUT_BYTE(b,p) outb_p((b),p) |
b | 243 | drivers/block/ide.h | } b; |
b | 254 | drivers/block/ide.h | } b; |
b | 532 | drivers/block/ll_rw_blk.c | void ll_rw_swap_file(int rw, kdev_t dev, unsigned int *b, int nb, char *buf) |
b | 572 | drivers/block/ll_rw_blk.c | req[j]->sector = (b[i] * buffersize) >> 9; |
b | 687 | drivers/cdrom/cdu31a.c | unsigned char a, b; |
b | 730 | drivers/cdrom/cdu31a.c | b = read_result_register(); |
b | 731 | drivers/cdrom/cdu31a.c | *result_buffer = b; |
b | 745 | drivers/cdrom/cdu31a.c | if (b > 8) |
b | 753 | drivers/cdrom/cdu31a.c | b = b - 8; |
b | 755 | drivers/cdrom/cdu31a.c | while (b > 10) |
b | 781 | drivers/cdrom/cdu31a.c | b = b - 10; |
b | 784 | drivers/cdrom/cdu31a.c | if (b > 0) |
b | 804 | drivers/cdrom/cdu31a.c | while (b > 0) |
b | 809 | drivers/cdrom/cdu31a.c | b--; |
b | 1076 | drivers/cdrom/cm206.c | int b=0x300, e=0x370; /* this is the range of start addresses */ |
b | 1082 | drivers/cdrom/cm206.c | if (base) b=e=base; |
b | 1083 | drivers/cdrom/cm206.c | for (base=b; base<=e; base += 0x10) { |
b | 605 | drivers/cdrom/mcd.c | char a, b, c, d; |
b | 608 | drivers/cdrom/mcd.c | getValue(&b); |
b | 1497 | drivers/cdrom/optcd.c | #define ISP16_OUT(p,b) (outb(isp16_ctrl,ISP16_CTRL_PORT), outb(b,p)) |
b | 282 | drivers/cdrom/sjcd.c | unsigned char b, unsigned char c, unsigned char d ){ |
b | 288 | drivers/cdrom/sjcd.c | outb( b, SJCDPORT( 0 ) ); |
b | 1662 | drivers/cdrom/sjcd.c | #define ISP16_OUT(p,b) (outb(isp16_ctrl,ISP16_CTRL_PORT), outb(b,p)) |
b | 204 | drivers/char/atixlmouse.c | unsigned char a,b,c; |
b | 207 | drivers/char/atixlmouse.c | b = inb( ATIXL_MSE_SIGNATURE_PORT ); |
b | 209 | drivers/char/atixlmouse.c | if (( a != b ) && ( a == c )) |
b | 106 | drivers/char/console.c | #define MIN(a,b) ((a) < (b) ? (a) : (b)) |
b | 571 | drivers/char/console.c | void scrup(int currcons, unsigned int t, unsigned int b) |
b | 575 | drivers/char/console.c | if (b > video_num_lines || t >= b) |
b | 580 | drivers/char/console.c | else if (t || b != video_num_lines) |
b | 624 | drivers/char/console.c | unsigned int count = (b-t-1) * video_num_columns; |
b | 639 | drivers/char/console.c | scrdown(int currcons, unsigned int t, unsigned int b) |
b | 644 | drivers/char/console.c | if (b > video_num_lines || t >= b) |
b | 646 | drivers/char/console.c | d = (unsigned short *) (origin+video_size_row*b); |
b | 647 | drivers/char/console.c | s = (unsigned short *) (origin+video_size_row*(b-1)); |
b | 648 | drivers/char/console.c | count = (b-t-1)*video_num_columns; |
b | 1809 | drivers/char/console.c | void console_print(const char * b) |
b | 1826 | drivers/char/console.c | serial_echo_print(b); |
b | 1829 | drivers/char/console.c | while ((c = *(b++)) != 0) { |
b | 266 | drivers/char/cyclades.c | #define MIN(a,b) ((a) < (b) ? (a) : (b)) |
b | 567 | drivers/char/istallion.c | #define MIN(a,b) (((a) <= (b)) ? (a) : (b)) |
b | 44 | drivers/char/n_tty.c | #define MIN(a,b) ((a) < (b) ? (a) : (b)) |
b | 735 | drivers/char/n_tty.c | unsigned char **b, |
b | 744 | drivers/char/n_tty.c | memcpy_tofs(*b, &tty->read_buf[tty->read_tail], n); |
b | 747 | drivers/char/n_tty.c | *b += n; |
b | 756 | drivers/char/n_tty.c | unsigned char *b = buf; |
b | 813 | drivers/char/n_tty.c | if (b != buf) |
b | 815 | drivers/char/n_tty.c | put_user(tty->link->ctrl_status, b++); |
b | 824 | drivers/char/n_tty.c | if (((minimum - (b - buf)) < tty->minimum_to_wake) && |
b | 825 | drivers/char/n_tty.c | ((minimum - (b - buf)) >= 1)) |
b | 826 | drivers/char/n_tty.c | tty->minimum_to_wake = (minimum - (b - buf)); |
b | 851 | drivers/char/n_tty.c | if (tty->packet && b == buf) { |
b | 852 | drivers/char/n_tty.c | put_user(TIOCPKT_DATA, b++); |
b | 873 | drivers/char/n_tty.c | put_user(c, b++); |
b | 882 | drivers/char/n_tty.c | put_user(c, b++); |
b | 889 | drivers/char/n_tty.c | copy_from_read_buf(tty, &b, &nr); |
b | 890 | drivers/char/n_tty.c | copy_from_read_buf(tty, &b, &nr); |
b | 901 | drivers/char/n_tty.c | if (b - buf >= minimum || !nr) |
b | 913 | drivers/char/n_tty.c | size = b - buf; |
b | 928 | drivers/char/n_tty.c | const unsigned char *b = buf; |
b | 951 | drivers/char/n_tty.c | c = get_user(b); |
b | 954 | drivers/char/n_tty.c | b++; nr--; |
b | 959 | drivers/char/n_tty.c | c = tty->driver.write(tty, 1, b, nr); |
b | 960 | drivers/char/n_tty.c | b += c; |
b | 973 | drivers/char/n_tty.c | return (b - buf) ? b - buf : retval; |
b | 62 | drivers/char/pty.c | #define MIN(a,b) ((a) < (b) ? (a) : (b)) |
b | 247 | drivers/char/random.c | #define MIN(a,b) (((a) < (b)) ? (a) : (b)) |
b | 475 | drivers/char/random.c | __u32 a, b, c, d; |
b | 478 | drivers/char/random.c | b = buf[1]; |
b | 482 | drivers/char/random.c | MD5STEP(F1, a, b, c, d, in[ 0]+0xd76aa478, 7); |
b | 483 | drivers/char/random.c | MD5STEP(F1, d, a, b, c, in[ 1]+0xe8c7b756, 12); |
b | 484 | drivers/char/random.c | MD5STEP(F1, c, d, a, b, in[ 2]+0x242070db, 17); |
b | 485 | drivers/char/random.c | MD5STEP(F1, b, c, d, a, in[ 3]+0xc1bdceee, 22); |
b | 486 | drivers/char/random.c | MD5STEP(F1, a, b, c, d, in[ 4]+0xf57c0faf, 7); |
b | 487 | drivers/char/random.c | MD5STEP(F1, d, a, b, c, in[ 5]+0x4787c62a, 12); |
b | 488 | drivers/char/random.c | MD5STEP(F1, c, d, a, b, in[ 6]+0xa8304613, 17); |
b | 489 | drivers/char/random.c | MD5STEP(F1, b, c, d, a, in[ 7]+0xfd469501, 22); |
b | 490 | drivers/char/random.c | MD5STEP(F1, a, b, c, d, in[ 8]+0x698098d8, 7); |
b | 491 | drivers/char/random.c | MD5STEP(F1, d, a, b, c, in[ 9]+0x8b44f7af, 12); |
b | 492 | drivers/char/random.c | MD5STEP(F1, c, d, a, b, in[10]+0xffff5bb1, 17); |
b | 493 | drivers/char/random.c | MD5STEP(F1, b, c, d, a, in[11]+0x895cd7be, 22); |
b | 494 | drivers/char/random.c | MD5STEP(F1, a, b, c, d, in[12]+0x6b901122, 7); |
b | 495 | drivers/char/random.c | MD5STEP(F1, d, a, b, c, in[13]+0xfd987193, 12); |
b | 496 | drivers/char/random.c | MD5STEP(F1, c, d, a, b, in[14]+0xa679438e, 17); |
b | 497 | drivers/char/random.c | MD5STEP(F1, b, c, d, a, in[15]+0x49b40821, 22); |
b | 499 | drivers/char/random.c | MD5STEP(F2, a, b, c, d, in[ 1]+0xf61e2562, 5); |
b | 500 | drivers/char/random.c | MD5STEP(F2, d, a, b, c, in[ 6]+0xc040b340, 9); |
b | 501 | drivers/char/random.c | MD5STEP(F2, c, d, a, b, in[11]+0x265e5a51, 14); |
b | 502 | drivers/char/random.c | MD5STEP(F2, b, c, d, a, in[ 0]+0xe9b6c7aa, 20); |
b | 503 | drivers/char/random.c | MD5STEP(F2, a, b, c, d, in[ 5]+0xd62f105d, 5); |
b | 504 | drivers/char/random.c | MD5STEP(F2, d, a, b, c, in[10]+0x02441453, 9); |
b | 505 | drivers/char/random.c | MD5STEP(F2, c, d, a, b, in[15]+0xd8a1e681, 14); |
b | 506 | drivers/char/random.c | MD5STEP(F2, b, c, d, a, in[ 4]+0xe7d3fbc8, 20); |
b | 507 | drivers/char/random.c | MD5STEP(F2, a, b, c, d, in[ 9]+0x21e1cde6, 5); |
b | 508 | drivers/char/random.c | MD5STEP(F2, d, a, b, c, in[14]+0xc33707d6, 9); |
b | 509 | drivers/char/random.c | MD5STEP(F2, c, d, a, b, in[ 3]+0xf4d50d87, 14); |
b | 510 | drivers/char/random.c | MD5STEP(F2, b, c, d, a, in[ 8]+0x455a14ed, 20); |
b | 511 | drivers/char/random.c | MD5STEP(F2, a, b, c, d, in[13]+0xa9e3e905, 5); |
b | 512 | drivers/char/random.c | MD5STEP(F2, d, a, b, c, in[ 2]+0xfcefa3f8, 9); |
b | 513 | drivers/char/random.c | MD5STEP(F2, c, d, a, b, in[ 7]+0x676f02d9, 14); |
b | 514 | drivers/char/random.c | MD5STEP(F2, b, c, d, a, in[12]+0x8d2a4c8a, 20); |
b | 516 | drivers/char/random.c | MD5STEP(F3, a, b, c, d, in[ 5]+0xfffa3942, 4); |
b | 517 | drivers/char/random.c | MD5STEP(F3, d, a, b, c, in[ 8]+0x8771f681, 11); |
b | 518 | drivers/char/random.c | MD5STEP(F3, c, d, a, b, in[11]+0x6d9d6122, 16); |
b | 519 | drivers/char/random.c | MD5STEP(F3, b, c, d, a, in[14]+0xfde5380c, 23); |
b | 520 | drivers/char/random.c | MD5STEP(F3, a, b, c, d, in[ 1]+0xa4beea44, 4); |
b | 521 | drivers/char/random.c | MD5STEP(F3, d, a, b, c, in[ 4]+0x4bdecfa9, 11); |
b | 522 | drivers/char/random.c | MD5STEP(F3, c, d, a, b, in[ 7]+0xf6bb4b60, 16); |
b | 523 | drivers/char/random.c | MD5STEP(F3, b, c, d, a, in[10]+0xbebfbc70, 23); |
b | 524 | drivers/char/random.c | MD5STEP(F3, a, b, c, d, in[13]+0x289b7ec6, 4); |
b | 525 | drivers/char/random.c | MD5STEP(F3, d, a, b, c, in[ 0]+0xeaa127fa, 11); |
b | 526 | drivers/char/random.c | MD5STEP(F3, c, d, a, b, in[ 3]+0xd4ef3085, 16); |
b | 527 | drivers/char/random.c | MD5STEP(F3, b, c, d, a, in[ 6]+0x04881d05, 23); |
b | 528 | drivers/char/random.c | MD5STEP(F3, a, b, c, d, in[ 9]+0xd9d4d039, 4); |
b | 529 | drivers/char/random.c | MD5STEP(F3, d, a, b, c, in[12]+0xe6db99e5, 11); |
b | 530 | drivers/char/random.c | MD5STEP(F3, c, d, a, b, in[15]+0x1fa27cf8, 16); |
b | 531 | drivers/char/random.c | MD5STEP(F3, b, c, d, a, in[ 2]+0xc4ac5665, 23); |
b | 533 | drivers/char/random.c | MD5STEP(F4, a, b, c, d, in[ 0]+0xf4292244, 6); |
b | 534 | drivers/char/random.c | MD5STEP(F4, d, a, b, c, in[ 7]+0x432aff97, 10); |
b | 535 | drivers/char/random.c | MD5STEP(F4, c, d, a, b, in[14]+0xab9423a7, 15); |
b | 536 | drivers/char/random.c | MD5STEP(F4, b, c, d, a, in[ 5]+0xfc93a039, 21); |
b | 537 | drivers/char/random.c | MD5STEP(F4, a, b, c, d, in[12]+0x655b59c3, 6); |
b | 538 | drivers/char/random.c | MD5STEP(F4, d, a, b, c, in[ 3]+0x8f0ccc92, 10); |
b | 539 | drivers/char/random.c | MD5STEP(F4, c, d, a, b, in[10]+0xffeff47d, 15); |
b | 540 | drivers/char/random.c | MD5STEP(F4, b, c, d, a, in[ 1]+0x85845dd1, 21); |
b | 541 | drivers/char/random.c | MD5STEP(F4, a, b, c, d, in[ 8]+0x6fa87e4f, 6); |
b | 542 | drivers/char/random.c | MD5STEP(F4, d, a, b, c, in[15]+0xfe2ce6e0, 10); |
b | 543 | drivers/char/random.c | MD5STEP(F4, c, d, a, b, in[ 6]+0xa3014314, 15); |
b | 544 | drivers/char/random.c | MD5STEP(F4, b, c, d, a, in[13]+0x4e0811a1, 21); |
b | 545 | drivers/char/random.c | MD5STEP(F4, a, b, c, d, in[ 4]+0xf7537e82, 6); |
b | 546 | drivers/char/random.c | MD5STEP(F4, d, a, b, c, in[11]+0xbd3af235, 10); |
b | 547 | drivers/char/random.c | MD5STEP(F4, c, d, a, b, in[ 2]+0x2ad7d2bb, 15); |
b | 548 | drivers/char/random.c | MD5STEP(F4, b, c, d, a, in[ 9]+0xeb86d391, 21); |
b | 551 | drivers/char/random.c | buf[1] += b; |
b | 27 | drivers/char/selection.c | #define MIN(a,b) ((a) < (b) ? (a) : (b)) |
b | 191 | drivers/char/serial.c | #define MIN(a,b) ((a) < (b) ? (a) : (b)) |
b | 442 | drivers/char/stallion.c | #define MIN(a,b) (((a) <= (b)) ? (a) : (b)) |
b | 111 | drivers/char/tty_io.c | #define MIN(a,b) ((a) < (b) ? (a) : (b)) |
b | 226 | drivers/net/bsd_comp.c | #define MAXCODE(b) ((1 << (b)) - 1) |
b | 2224 | drivers/net/de4x5.c | u32 b; |
b | 2234 | drivers/net/de4x5.c | dev.llsig.b = ETH_PROM_SIG; |
b | 805 | drivers/net/de600.c | #define min(a,b) ((a)<(b)?(a):(b)) |
b | 1482 | drivers/net/depca.c | u32 b; |
b | 1501 | drivers/net/depca.c | dev.llsig.b = ETH_PROM_SIG; |
b | 315 | drivers/net/eth16i.c | static int eth16i_send_probe_packet(short ioaddr, unsigned char *b, int l); |
b | 618 | drivers/net/eth16i.c | static int eth16i_send_probe_packet(short ioaddr, unsigned char *b, int l) |
b | 625 | drivers/net/eth16i.c | outsw(ioaddr + DATAPORT, (unsigned short *)b, (l + 1) >> 1); |
b | 947 | drivers/net/pi2.c | int b = 1; |
b | 970 | drivers/net/pi2.c | b = inb_p(tmr1); |
b | 971 | drivers/net/pi2.c | } while (b == 0); |
b | 973 | drivers/net/pi2.c | while (b != 0) { |
b | 977 | drivers/net/pi2.c | b = inb_p(tmr1); |
b | 191 | drivers/net/plip.c | } b; |
b | 516 | drivers/net/plip.c | &rcv->nibble, &rcv->length.b.lsb)) { |
b | 528 | drivers/net/plip.c | &rcv->nibble, &rcv->length.b.lsb)) |
b | 535 | drivers/net/plip.c | &rcv->nibble, &rcv->length.b.msb)) |
b | 714 | drivers/net/plip.c | &snd->nibble, snd->length.b.lsb)) |
b | 720 | drivers/net/plip.c | &snd->nibble, snd->length.b.msb)) |
b | 253 | drivers/net/ppp.c | #define bset(p,b) ((p)[(b) >> 5] |= (1 << ((b) & 0x1f))) |
b | 230 | drivers/net/wavelan.c | psa_read(unsigned short ioaddr, unsigned short hacr, int o, unsigned char *b, int n) |
b | 238 | drivers/net/wavelan.c | *b++ = inb(PIOP2(ioaddr)); |
b | 250 | drivers/net/wavelan.c | psa_write(unsigned short ioaddr, unsigned short hacr, int o, unsigned char *b, int n) |
b | 258 | drivers/net/wavelan.c | outb(*b, PIOP2(ioaddr)); |
b | 259 | drivers/net/wavelan.c | b++; |
b | 271 | drivers/net/wavelan.c | obram_read(unsigned short ioaddr, unsigned short o, unsigned char *b, int n) |
b | 277 | drivers/net/wavelan.c | insw(PIOP1(ioaddr), (unsigned short *)b, n); |
b | 285 | drivers/net/wavelan.c | obram_write(unsigned short ioaddr, unsigned short o, unsigned char *b, int n) |
b | 291 | drivers/net/wavelan.c | outsw(PIOP1(ioaddr), (unsigned short *)b, n); |
b | 299 | drivers/net/wavelan.c | mmc_read(unsigned short ioaddr, unsigned short o, unsigned char *b, int n) |
b | 312 | drivers/net/wavelan.c | *b++ = (unsigned char)(inw(MMCR(ioaddr)) >> 8); |
b | 321 | drivers/net/wavelan.c | mmc_write(unsigned short ioaddr, unsigned short o, unsigned char *b, int n) |
b | 328 | drivers/net/wavelan.c | outw((unsigned short)(((unsigned short)*b << 8) | (o << 1) | 1), MMCR(ioaddr)); |
b | 329 | drivers/net/wavelan.c | b++; |
b | 79 | drivers/scsi/aic7xxx.c | #define MIN(a,b) ((a < b) ? a : b) |
b | 26 | drivers/scsi/eata_generic.h | #define min(a,b) ((a<b)?(a):(b)) |
b | 28 | drivers/scsi/scsi_ioctl.c | #define max(a,b) (((a) > (b)) ? (a) : (b)) |
b | 43 | drivers/sound/cs4232.c | #define CS_OUT2(a, b) {CS_OUT(a);CS_OUT(b);} |
b | 44 | drivers/sound/cs4232.c | #define CS_OUT3(a, b, c) {CS_OUT(a);CS_OUT(b);CS_OUT(c);} |
b | 1056 | fs/buffer.c | kdev_t dev, int *b, int size) |
b | 1071 | fs/buffer.c | block = *++b; |
b | 1097 | fs/buffer.c | kdev_t dev, int b[], int size) |
b | 1109 | fs/buffer.c | p = b; |
b | 1118 | fs/buffer.c | p = b; |
b | 1168 | fs/buffer.c | kdev_t dev, int *b, int size) |
b | 1173 | fs/buffer.c | block = b[0]; |
b | 1178 | fs/buffer.c | return check_aligned(bh, address, dev, b, size); |
b | 1179 | fs/buffer.c | return try_to_load_aligned(address, dev, b, size); |
b | 1189 | fs/buffer.c | unsigned long bread_page(unsigned long address, kdev_t dev, int b[], int size, int no_share) |
b | 1196 | fs/buffer.c | where = try_to_share_buffers(address, dev, b, size); |
b | 1203 | fs/buffer.c | if (b[i]) |
b | 1204 | fs/buffer.c | bh[i] = getblk(dev, b[i], size); |
b | 1224 | fs/buffer.c | void bwrite_page(unsigned long address, kdev_t dev, int b[], int size) |
b | 1231 | fs/buffer.c | if (b[i]) |
b | 1232 | fs/buffer.c | bh[i] = getblk(dev, b[i], size); |
b | 1719 | fs/buffer.c | unsigned long generate_cluster(kdev_t dev, int b[], int size) |
b | 1724 | fs/buffer.c | if(i && b[i]-1 != b[i-1]) return 0; /* No need to cluster */ |
b | 1725 | fs/buffer.c | if(find_buffer(dev, b[i], size)) return 0; |
b | 1735 | fs/buffer.c | retval = try_to_generate_cluster(dev, b[0], size); |
b | 1740 | fs/buffer.c | return try_to_generate_cluster(dev, b[0], size); |
b | 1742 | fs/buffer.c | return reassign_cluster(dev, b[0], size); |
b | 28 | fs/ext/file.c | #define MIN(a,b) (((a)<(b))?(a):(b)) |
b | 29 | fs/ext/file.c | #define MAX(a,b) (((a)>(b))?(a):(b)) |
b | 36 | fs/ext2/balloc.c | #define in_range(b, first, len) ((b) >= (first) && (b) <= (first) + (len) - 1) |
b | 31 | fs/ext2/file.c | #define MIN(a,b) (((a)<(b))?(a):(b)) |
b | 32 | fs/ext2/file.c | #define MAX(a,b) (((a)>(b))?(a):(b)) |
b | 366 | fs/ext2/inode.c | unsigned long b; |
b | 397 | fs/ext2/inode.c | b = block; |
b | 399 | fs/ext2/inode.c | return inode_getblk (inode, block, create, b, err); |
b | 402 | fs/ext2/inode.c | bh = inode_getblk (inode, EXT2_IND_BLOCK, create, b, err); |
b | 404 | fs/ext2/inode.c | inode->i_sb->s_blocksize, b, err); |
b | 408 | fs/ext2/inode.c | bh = inode_getblk (inode, EXT2_DIND_BLOCK, create, b, err); |
b | 410 | fs/ext2/inode.c | create, inode->i_sb->s_blocksize, b, err); |
b | 412 | fs/ext2/inode.c | create, inode->i_sb->s_blocksize, b, err); |
b | 415 | fs/ext2/inode.c | bh = inode_getblk (inode, EXT2_TIND_BLOCK, create, b, err); |
b | 417 | fs/ext2/inode.c | create, inode->i_sb->s_blocksize, b, err); |
b | 419 | fs/ext2/inode.c | create, inode->i_sb->s_blocksize, b, err); |
b | 421 | fs/ext2/inode.c | inode->i_sb->s_blocksize, b, err); |
b | 428 | fs/ext2/inode.c | unsigned long b; |
b | 446 | fs/ext2/inode.c | b = block; |
b | 452 | fs/ext2/inode.c | bh = inode_getblk (inode, EXT2_IND_BLOCK, create, b, &err); |
b | 458 | fs/ext2/inode.c | bh = inode_getblk (inode, EXT2_DIND_BLOCK, create, b, &err); |
b | 460 | fs/ext2/inode.c | create, inode->i_sb->s_blocksize, b, &err); |
b | 465 | fs/ext2/inode.c | bh = inode_getblk (inode, EXT2_TIND_BLOCK, create, b, &err); |
b | 467 | fs/ext2/inode.c | create, inode->i_sb->s_blocksize, b, &err); |
b | 469 | fs/ext2/inode.c | create, inode->i_sb->s_blocksize, b, &err); |
b | 39 | fs/ext2/namei.c | #define NAMEI_RA_INDEX(c,b) (((c) * NAMEI_RA_BLOCKS) + (b)) |
b | 243 | fs/hpfs/hpfs_fs.c | static secno bplus_lookup(struct inode *inode, struct bplus_header *b, |
b | 1040 | fs/hpfs/hpfs_fs.c | static secno bplus_lookup(struct inode *inode, struct bplus_header *b, |
b | 1051 | fs/hpfs/hpfs_fs.c | if (!b->internal) { |
b | 1052 | fs/hpfs/hpfs_fs.c | struct bplus_leaf_node *n = b->u.external; |
b | 1053 | fs/hpfs/hpfs_fs.c | for (i = 0; i < b->n_used_nodes; i++) { |
b | 1070 | fs/hpfs/hpfs_fs.c | struct bplus_internal_node *n = b->u.internal; |
b | 1071 | fs/hpfs/hpfs_fs.c | for (i = 0; i < b->n_used_nodes; i++) { |
b | 24 | fs/isofs/file.c | #define MIN(a,b) (((a)<(b))?(a):(b)) |
b | 25 | fs/isofs/file.c | #define MAX(a,b) (((a)>(b))?(a):(b)) |
b | 22 | fs/minix/file.c | #define MIN(a,b) (((a)<(b))?(a):(b)) |
b | 23 | fs/minix/file.c | #define MAX(a,b) (((a)>(b))?(a):(b)) |
b | 23 | fs/msdos/file.c | #define MIN(a,b) (((a) < (b)) ? (a) : (b)) |
b | 24 | fs/msdos/file.c | #define MAX(a,b) (((a) > (b)) ? (a) : (b)) |
b | 170 | fs/msdos/inode.c | struct msdos_boot_sector *b; |
b | 207 | fs/msdos/inode.c | b = (struct msdos_boot_sector *) bh->b_data; |
b | 227 | fs/msdos/inode.c | logical_sector_size = CF_LE_W(*(unsigned short *) &b->sector_size); |
b | 229 | fs/msdos/inode.c | MSDOS_SB(sb)->cluster_size = b->cluster_size*sector_mult; |
b | 230 | fs/msdos/inode.c | MSDOS_SB(sb)->fats = b->fats; |
b | 231 | fs/msdos/inode.c | MSDOS_SB(sb)->fat_start = CF_LE_W(b->reserved)*sector_mult; |
b | 232 | fs/msdos/inode.c | MSDOS_SB(sb)->fat_length = CF_LE_W(b->fat_length)*sector_mult; |
b | 233 | fs/msdos/inode.c | MSDOS_SB(sb)->dir_start = (CF_LE_W(b->reserved)+b->fats*CF_LE_W( |
b | 234 | fs/msdos/inode.c | b->fat_length))*sector_mult; |
b | 235 | fs/msdos/inode.c | MSDOS_SB(sb)->dir_entries = CF_LE_W(*((unsigned short *) &b->dir_entries |
b | 240 | fs/msdos/inode.c | data_sectors = (CF_LE_W(*((unsigned short *) &b->sectors)) ? |
b | 241 | fs/msdos/inode.c | CF_LE_W(*((unsigned short *) &b->sectors)) : |
b | 242 | fs/msdos/inode.c | CF_LE_L(b->total_sect))*sector_mult-MSDOS_SB(sb)->data_start; |
b | 243 | fs/msdos/inode.c | error = !b->cluster_size || !sector_mult; |
b | 245 | fs/msdos/inode.c | MSDOS_SB(sb)->clusters = b->cluster_size ? data_sectors/ |
b | 246 | fs/msdos/inode.c | b->cluster_size/sector_mult : 0; |
b | 254 | fs/msdos/inode.c | || !b->secs_track || !b->heads; |
b | 273 | fs/msdos/inode.c | "se=%d,ts=%ld,ls=%d]\n",b->media,MSDOS_SB(sb)->cluster_size, |
b | 276 | fs/msdos/inode.c | MSDOS_SB(sb)->data_start,CF_LE_W(*(unsigned short *) &b-> |
b | 277 | fs/msdos/inode.c | sectors),(unsigned long)b->total_sect,logical_sector_size); |
b | 30 | fs/msdos/msbuffer.h | #define brelse(b) msdos_brelse(sb,b) |
b | 31 | fs/msdos/msbuffer.h | #define bread(d,b,s) msdos_bread(sb,b) |
b | 32 | fs/msdos/msbuffer.h | #define getblk(d,b,s) msdos_getblk(sb,b) |
b | 33 | fs/msdos/msbuffer.h | #define mark_buffer_dirty(b,v) msdos_mark_buffer_dirty(sb,b,v) |
b | 179 | fs/proc/array.c | int a, b, c; |
b | 182 | fs/proc/array.c | b = avenrun[1] + (FIXED_1/200); |
b | 186 | fs/proc/array.c | LOAD_INT(b), LOAD_FRAC(b), |
b | 29 | fs/sysv/file.c | #define MIN(a,b) (((a)<(b))?(a):(b)) |
b | 30 | fs/sysv/file.c | #define MAX(a,b) (((a)>(b))?(a):(b)) |
b | 28 | fs/xiafs/file.c | #define MIN(a,b) (((a)<(b))?(a):(b)) |
b | 29 | fs/xiafs/file.c | #define MAX(a,b) (((a)>(b))?(a):(b)) |
b | 196 | include/asm-alpha/apecs.h | extern inline void __outb(unsigned char b, unsigned long addr) |
b | 200 | include/asm-alpha/apecs.h | asm ("insbl %2,%1,%0" : "r="(w) : "ri"(addr & 0x3), "r"(b)); |
b | 212 | include/asm-alpha/apecs.h | extern inline void __outw(unsigned short b, unsigned long addr) |
b | 216 | include/asm-alpha/apecs.h | asm ("inswl %2,%1,%0" : "r="(w) : "ri"(addr & 0x3), "r"(b)); |
b | 226 | include/asm-alpha/apecs.h | extern inline void __outl(unsigned int b, unsigned long addr) |
b | 228 | include/asm-alpha/apecs.h | *(vuip) ((addr << 5) + APECS_IO + 0x18) = b; |
b | 276 | include/asm-alpha/apecs.h | extern inline void __writeb(unsigned char b, unsigned long addr) |
b | 287 | include/asm-alpha/apecs.h | *(vuip) ((addr << 5) + APECS_SPARSE_MEM + 0x00) = b * 0x01010101; |
b | 290 | include/asm-alpha/apecs.h | extern inline void __writew(unsigned short b, unsigned long addr) |
b | 301 | include/asm-alpha/apecs.h | *(vuip) ((addr << 5) + APECS_SPARSE_MEM + 0x08) = b * 0x00010001; |
b | 304 | include/asm-alpha/apecs.h | extern inline void __writel(unsigned int b, unsigned long addr) |
b | 306 | include/asm-alpha/apecs.h | *(vuip) (addr + APECS_DENSE_MEM) = b; |
b | 42 | include/asm-alpha/delay.h | extern __inline__ unsigned long muldiv(unsigned long a, unsigned long b, unsigned long c) |
b | 44 | include/asm-alpha/delay.h | return (a*b)/c; |
b | 92 | include/asm-alpha/io.h | extern void _outb (unsigned char b,unsigned long port); |
b | 97 | include/asm-alpha/io.h | extern void _writeb(unsigned char b, unsigned long addr); |
b | 98 | include/asm-alpha/io.h | extern void _writew(unsigned short b, unsigned long addr); |
b | 115 | include/asm-alpha/io.h | # define outb(b,p) _outb((b),(p)) |
b | 115 | include/asm-alpha/jensen.h | extern inline void __local_outb(unsigned char b, unsigned long addr) |
b | 117 | include/asm-alpha/jensen.h | *(volatile unsigned int *) ((addr << 9) + EISA_VL82C106) = b; |
b | 133 | include/asm-alpha/jensen.h | extern void _bus_outb(unsigned char b, unsigned long addr); |
b | 135 | include/asm-alpha/jensen.h | extern inline void __bus_outb(unsigned char b, unsigned long addr) |
b | 138 | include/asm-alpha/jensen.h | *(volatile unsigned int *) ((addr << 7) + EISA_IO + 0x00) = b * 0x01010101; |
b | 161 | include/asm-alpha/jensen.h | extern inline void __outb(unsigned char b, unsigned long addr) |
b | 164 | include/asm-alpha/jensen.h | __local_outb(b, addr); |
b | 166 | include/asm-alpha/jensen.h | _bus_outb(b, addr); |
b | 185 | include/asm-alpha/jensen.h | extern inline void __outw(unsigned short b, unsigned long addr) |
b | 188 | include/asm-alpha/jensen.h | *(volatile unsigned int *) ((addr << 7) + EISA_IO + 0x20) = b * 0x00010001; |
b | 192 | include/asm-alpha/jensen.h | extern inline void __outl(unsigned int b, unsigned long addr) |
b | 195 | include/asm-alpha/jensen.h | *(volatile unsigned int *) ((addr << 7) + EISA_IO + 0x60) = b; |
b | 231 | include/asm-alpha/jensen.h | extern inline void __writeb(unsigned short b, unsigned long addr) |
b | 235 | include/asm-alpha/jensen.h | *(volatile unsigned int *) ((addr << 7) + EISA_MEM + 0x00) = b * 0x01010101; |
b | 238 | include/asm-alpha/jensen.h | extern inline void __writew(unsigned short b, unsigned long addr) |
b | 242 | include/asm-alpha/jensen.h | *(volatile unsigned int *) ((addr << 7) + EISA_MEM + 0x20) = b * 0x00010001; |
b | 245 | include/asm-alpha/jensen.h | extern inline void __writel(unsigned int b, unsigned long addr) |
b | 249 | include/asm-alpha/jensen.h | *(volatile unsigned int *) ((addr << 7) + EISA_MEM + 0x60) = b; |
b | 169 | include/asm-alpha/lca.h | extern inline void __outb(unsigned char b, unsigned long addr) |
b | 173 | include/asm-alpha/lca.h | asm ("insbl %2,%1,%0" : "r="(w) : "ri"(addr & 0x3), "r"(b)); |
b | 185 | include/asm-alpha/lca.h | extern inline void __outw(unsigned short b, unsigned long addr) |
b | 189 | include/asm-alpha/lca.h | asm ("inswl %2,%1,%0" : "r="(w) : "ri"(addr & 0x3), "r"(b)); |
b | 199 | include/asm-alpha/lca.h | extern inline void __outl(unsigned int b, unsigned long addr) |
b | 201 | include/asm-alpha/lca.h | *(vuip) ((addr << 5) + LCA_IO + 0x18) = b; |
b | 249 | include/asm-alpha/lca.h | extern inline void __writeb(unsigned char b, unsigned long addr) |
b | 261 | include/asm-alpha/lca.h | asm ("insbl %2,%1,%0" : "r="(w) : "ri"(addr & 0x3), "r"(b)); |
b | 265 | include/asm-alpha/lca.h | extern inline void __writew(unsigned short b, unsigned long addr) |
b | 277 | include/asm-alpha/lca.h | asm ("inswl %2,%1,%0" : "r="(w) : "ri"(addr & 0x3), "r"(b)); |
b | 281 | include/asm-alpha/lca.h | extern inline void __writel(unsigned int b, unsigned long addr) |
b | 283 | include/asm-alpha/lca.h | *(vuip) (addr + LCA_DENSE_MEM) = b; |
b | 44 | include/asm-i386/delay.h | extern __inline__ unsigned long muldiv(unsigned long a, unsigned long b, unsigned long c) |
b | 48 | include/asm-i386/delay.h | :"d" (b), |
b | 72 | include/asm-i386/io.h | #define writeb(b,addr) ((*(volatile unsigned char *) (addr)) = (b)) |
b | 73 | include/asm-i386/io.h | #define writew(b,addr) ((*(volatile unsigned short *) (addr)) = (b)) |
b | 74 | include/asm-i386/io.h | #define writel(b,addr) ((*(volatile unsigned int *) (addr)) = (b)) |
b | 76 | include/asm-i386/io.h | #define memset_io(a,b,c) memset((void *)(a),(b),(c)) |
b | 77 | include/asm-i386/io.h | #define memcpy_fromio(a,b,c) memcpy((a),(void *)(b),(c)) |
b | 78 | include/asm-i386/io.h | #define memcpy_toio(a,b,c) memcpy((void *)(a),(b),(c)) |
b | 84 | include/asm-i386/io.h | #define eth_io_copy_and_sum(a,b,c,d) eth_copy_and_sum((a),(void *)(b),(c),(d)) |
b | 126 | include/asm-i386/io.h | __IN(b,"") |
b | 136 | include/asm-i386/io.h | __OUT(b,"b",char) |
b | 140 | include/asm-i386/io.h | __INS(b) |
b | 144 | include/asm-i386/io.h | __OUTS(b) |
b | 34 | include/asm-m68k/unistd.h | #define _syscall2(type,name,atype,a,btype,b) \ |
b | 35 | include/asm-m68k/unistd.h | type name(atype a,btype b) \ |
b | 43 | include/asm-m68k/unistd.h | "g" ((long)(b)) \ |
b | 51 | include/asm-m68k/unistd.h | #define _syscall3(type,name,atype,a,btype,b,ctype,c) \ |
b | 52 | include/asm-m68k/unistd.h | type name(atype a,btype b,ctype c) \ |
b | 61 | include/asm-m68k/unistd.h | "g" ((long)(b)), \ |
b | 70 | include/asm-m68k/unistd.h | #define _syscall4(type,name,atype,a,btype,b,ctype,c,dtype,d) \ |
b | 71 | include/asm-m68k/unistd.h | type name (atype a, btype b, ctype c, dtype d) \ |
b | 81 | include/asm-m68k/unistd.h | "g" ((long)(b)), \ |
b | 91 | include/asm-m68k/unistd.h | #define _syscall5(type,name,atype,a,btype,b,ctype,c,dtype,d,etype,e) \ |
b | 92 | include/asm-m68k/unistd.h | type name (atype a,btype b,ctype c,dtype d,etype e) \ |
b | 103 | include/asm-m68k/unistd.h | "g" ((long)(b)), \ |
b | 40 | include/asm-mips/delay.h | extern __inline__ unsigned long muldiv(unsigned long a, unsigned long b, unsigned long c) |
b | 42 | include/asm-mips/delay.h | return (a*b)/c; |
b | 129 | include/asm-mips/io.h | __IN(b,b) |
b | 133 | include/asm-mips/io.h | __OUT(b,b) |
b | 137 | include/asm-mips/io.h | __INS(b,b,1) |
b | 141 | include/asm-mips/io.h | __OUTS(b,b,1) |
b | 44 | include/asm-mips/unistd.h | #define _syscall2(type,name,atype,a,btype,b) \ |
b | 45 | include/asm-mips/unistd.h | type name(atype a,btype b) \ |
b | 53 | include/asm-mips/unistd.h | "r" ((long)(b))); \ |
b | 61 | include/asm-mips/unistd.h | #define _syscall3(type,name,atype,a,btype,b,ctype,c) \ |
b | 62 | include/asm-mips/unistd.h | type name (atype a, btype b, ctype c) \ |
b | 71 | include/asm-mips/unistd.h | "r" ((long)(b)), \ |
b | 80 | include/asm-mips/unistd.h | #define _syscall4(type,name,atype,a,btype,b,ctype,c,dtype,d) \ |
b | 81 | include/asm-mips/unistd.h | type name (atype a, btype b, ctype c, dtype d) \ |
b | 92 | include/asm-mips/unistd.h | "r" ((long)(b)), \ |
b | 102 | include/asm-mips/unistd.h | #define _syscall5(type,name,atype,a,btype,b,ctype,c,dtype,d,etype,e) \ |
b | 103 | include/asm-mips/unistd.h | type name (atype a,btype b,ctype c,dtype d,etype e) \ |
b | 115 | include/asm-mips/unistd.h | "r" ((long)(b)), \ |
b | 17 | include/asm-sparc/cprefix.h | #define CONCAT1(a, b) CONCAT2(a, b) |
b | 18 | include/asm-sparc/cprefix.h | #define CONCAT2(a, b) a##b |
b | 32 | include/asm-sparc/delay.h | extern __inline__ unsigned long muldiv(unsigned long a, unsigned long b, unsigned long c) |
b | 34 | include/asm-sparc/delay.h | return ((a*b)/c); |
b | 24 | include/asm-sparc/head.h | mov (type), %l3; b label; rd %psr, %l0; nop; |
b | 34 | include/asm-sparc/head.h | sethi %hi(C_LABEL(sys_call_table)), %l7; or %l7, %lo(C_LABEL(sys_call_table)), %l7; b linux_sparc_syscall; mov %psr, %l0; |
b | 38 | include/asm-sparc/head.h | sethi %hi(C_LABEL(sys_call_table)), %l7; or %l7, %lo(C_LABEL(sys_call_table)), %l7; b linux_sparc_syscall; mov %psr, %l0; |
b | 42 | include/asm-sparc/head.h | sethi %hi(C_LABEL(sys_call_table)), %l7; or %l7, %lo(C_LABEL(sys_call_table)), %l7; b linux_sparc_syscall; mov %psr, %l0; |
b | 46 | include/asm-sparc/head.h | sethi %hi(C_LABEL(sys_call_table)), %l7; or %l7, %lo(C_LABEL(sys_call_table)), %l7; b linux_sparc_syscall; mov %psr, %l0; |
b | 50 | include/asm-sparc/head.h | b getcc_trap_handler; mov %psr, %l0; nop; nop |
b | 54 | include/asm-sparc/head.h | b setcc_trap_handler; mov %psr, %l0; nop; nop |
b | 60 | include/asm-sparc/head.h | mov int_level, %l3; b real_irq_entry; rd %psr, %l0; nop; |
b | 66 | include/asm-sparc/head.h | b linux_trap_nmi; mov %psr, %l0; nop; nop |
b | 72 | include/asm-sparc/head.h | rd %psr, %l0; b sparc_timer; nop; nop; |
b | 21 | include/asm-sparc/io.h | extern inline void outb_local(unsigned char b, unsigned long addr) |
b | 41 | include/asm-sparc/io.h | extern inline void outb(unsigned char b, unsigned long addr) |
b | 46 | include/asm-sparc/io.h | extern inline void outw(unsigned short b, unsigned long addr) |
b | 51 | include/asm-sparc/io.h | extern inline void outl(unsigned int b, unsigned long addr) |
b | 74 | include/asm-sparc/io.h | extern inline void writeb(unsigned short b, unsigned long addr) |
b | 79 | include/asm-sparc/io.h | extern inline void writew(unsigned short b, unsigned long addr) |
b | 84 | include/asm-sparc/io.h | extern inline void writel(unsigned int b, unsigned long addr) |
b | 56 | include/linux/binfmts.h | #define change_ldt(a,b) setup_arg_pages(a,b) |
b | 497 | include/linux/fs.h | extern void ll_rw_swap_file(int rw, kdev_t dev, unsigned int *b, int nb, char *buffer); |
b | 503 | include/linux/fs.h | extern unsigned long bread_page(unsigned long addr,kdev_t dev,int b[],int size,int no_share); |
b | 504 | include/linux/fs.h | extern void bwrite_page(unsigned long addr,kdev_t dev,int b[],int size); |
b | 508 | include/linux/fs.h | unsigned long generate_cluster(kdev_t dev, int b[], int size); |
b | 5 | include/linux/head.h | unsigned long a,b; |
b | 105 | include/linux/if_ppp.h | struct ifreq b; |
b | 110 | include/linux/if_ppp.h | struct ifreq b; |
b | 114 | include/linux/if_ppp.h | #define ifr__name b.ifr_ifrn.ifrn_name |
b | 115 | include/linux/if_ppp.h | #define stats_ptr b.ifr_ifru.ifru_data |
b | 9 | include/linux/malloc.h | #define kfree_s(a,b) kfree(a) |
b | 159 | include/linux/mroute.h | #define MFC_HASH(a,b) ((((a)>>24)^((b)>>26))&(MFC_LINES-1)) |
b | 161 | include/linux/mroute.h | #define MFC_HASH(a,b) (((a)^((b)>>2))&(MFC_LINES-1)) |
b | 53 | include/linux/smb_fs.h | static inline int min(int a, int b) { |
b | 54 | include/linux/smb_fs.h | return a<b ? a : b; |
b | 6 | include/linux/symtab_end.h | #define _set_ver(a,b) a |
b | 24 | include/net/netlink.h | #define ip_netlink_msg(a,b,c,d,e,f,g) |
b | 75 | net/appletalk/ddp.c | #define min(a,b) (((a)<(b))?(a):(b)) |
b | 156 | net/ax25/af_ax25.c | int ax25cmp(ax25_address *a, ax25_address *b) |
b | 161 | net/ax25/af_ax25.c | if ((a->ax25_call[ct] & 0xFE) != (b->ax25_call[ct] & 0xFE)) /* Clean off repeater bits */ |
b | 166 | net/ax25/af_ax25.c | if ((a->ax25_call[ct] & 0x1E) == (b->ax25_call[ct] & 0x1E)) /* SSID without control bit */ |
b | 115 | net/core/dev.c | static __inline__ unsigned long min(unsigned long a, unsigned long b) |
b | 117 | net/core/dev.c | return (a < b)? a : b; |
b | 112 | net/core/sock.c | #define min(a,b) ((a)<(b)?(a):(b)) |
b | 92 | net/ipv4/af_inet.c | #define min(a,b) ((a)<(b)?(a):(b)) |
b | 110 | net/ipv4/icmp.c | #define min(a,b) ((a)<(b)?(a):(b)) |
b | 158 | net/ipv4/ip_input.c | #define min(a,b) ((a)<(b)?(a):(b)) |
b | 62 | net/ipv4/packet.c | static unsigned long min(unsigned long a, unsigned long b) |
b | 64 | net/ipv4/packet.c | if (a < b) |
b | 66 | net/ipv4/packet.c | return(b); |
b | 66 | net/ipv4/raw.c | static inline unsigned long min(unsigned long a, unsigned long b) |
b | 68 | net/ipv4/raw.c | if (a < b) |
b | 70 | net/ipv4/raw.c | return(b); |
b | 479 | net/ipv4/tcp.c | static __inline__ int min(unsigned int a, unsigned int b) |
b | 481 | net/ipv4/tcp.c | if (a < b) |
b | 483 | net/ipv4/tcp.c | return(b); |
b | 140 | net/ipv4/udp.c | #define min(a,b) ((a)<(b)?(a):(b)) |
b | 1647 | net/ipx/af_ipx.c | char *p, b[64]; |
b | 1649 | net/ipx/af_ipx.c | p = b; |
b | 1671 | net/ipx/af_ipx.c | printk("%s-%04X: %s\n",str,l*8,b); |
b | 68 | net/unix/af_unix.c | #define min(a,b) (((a)<(b))?(a):(b)) |
b | 577 | net/unix/af_unix.c | static int unix_socketpair(struct socket *a, struct socket *b) |
b | 582 | net/unix/af_unix.c | skb=b->data; |