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 | 21 | arch/alpha/lib/io.c | void __bus_outb(unsigned char b, unsigned long addr) |
b | 23 | arch/alpha/lib/io.c | ___bus_outb(b, addr); |
b | 47 | arch/alpha/lib/io.c | void outb(unsigned char b, unsigned long addr) |
b | 49 | arch/alpha/lib/io.c | __outb(b, addr); |
b | 53 | arch/alpha/lib/io.c | void outw(unsigned short b, unsigned long addr) |
b | 55 | arch/alpha/lib/io.c | __outw(b, addr); |
b | 59 | arch/alpha/lib/io.c | void outl(unsigned int b, unsigned long addr) |
b | 61 | arch/alpha/lib/io.c | __outl(b, addr); |
b | 85 | arch/alpha/lib/io.c | void writeb(unsigned char b, unsigned long addr) |
b | 87 | arch/alpha/lib/io.c | __writeb(b, addr); |
b | 91 | arch/alpha/lib/io.c | void writew(unsigned short b, unsigned long addr) |
b | 93 | arch/alpha/lib/io.c | __writew(b, addr); |
b | 97 | arch/alpha/lib/io.c | void writel(unsigned int b, unsigned long addr) |
b | 99 | 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 | 340 | arch/i386/kernel/traps.c | p->a=p->b=0; |
b | 342 | 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 | 634 | drivers/block/cdu31a.c | unsigned char a, b; |
b | 677 | drivers/block/cdu31a.c | b = read_result_register(); |
b | 678 | drivers/block/cdu31a.c | *result_buffer = b; |
b | 692 | drivers/block/cdu31a.c | if (b > 8) |
b | 700 | drivers/block/cdu31a.c | b = b - 8; |
b | 702 | drivers/block/cdu31a.c | while (b > 10) |
b | 728 | drivers/block/cdu31a.c | b = b - 10; |
b | 731 | drivers/block/cdu31a.c | if (b > 0) |
b | 751 | drivers/block/cdu31a.c | while (b > 0) |
b | 756 | drivers/block/cdu31a.c | b--; |
b | 1086 | drivers/block/cm206.c | int b=0x300, e=0x370; /* this is the range of start addresses */ |
b | 1092 | drivers/block/cm206.c | if (base) b=e=base; |
b | 1093 | drivers/block/cm206.c | for (base=b; base<=e; base += 0x10) { |
b | 68 | drivers/block/ide-cd.c | #define MIN(a,b) ((a) < (b) ? (a) : (b)) |
b | 71 | drivers/block/ide-cd.c | #define OUT_WORDS(b,n) outsw (IDE_PORT (HD_DATA, DEV_HWIF), (b), (n)) |
b | 72 | drivers/block/ide-cd.c | #define IN_WORDS(b,n) insw (IDE_PORT (HD_DATA, DEV_HWIF), (b), (n)) |
b | 74 | drivers/block/ide-cd.c | #define OUT_WORDS(b,n) output_ide_data(dev,b,(n)/2) |
b | 75 | drivers/block/ide-cd.c | #define IN_WORDS(b,n) input_ide_data(dev,b,(n)/2) |
b | 487 | drivers/block/ide-cd.c | reqbuf = &cdrom_info[DEV_HWIF][dev->select.b.drive].sense_data; |
b | 498 | drivers/block/ide-cd.c | rq->dev = MKDEV (major, (dev->select.b.drive) << PARTN_BITS); |
b | 537 | drivers/block/ide-cd.c | reqbuf = &cdrom_info[DEV_HWIF][dev->select.b.drive].sense_data; |
b | 551 | drivers/block/ide-cd.c | cdrom_info[DEV_HWIF][dev->select.b.drive].nsectors_buffered = 0; |
b | 743 | drivers/block/ide-cd.c | struct cdrom_info *info = &cdrom_info[DEV_HWIF][dev->select.b.drive]; |
b | 950 | drivers/block/ide-cd.c | struct cdrom_info *info = &cdrom_info[DEV_HWIF][dev->select.b.drive]; |
b | 1064 | drivers/block/ide-cd.c | struct {unsigned char b0, b1, b2, b3;} b; |
b | 1068 | drivers/block/ide-cd.c | pc.c[2] = conv.b.b3; |
b | 1069 | drivers/block/ide-cd.c | pc.c[3] = conv.b.b2; |
b | 1070 | drivers/block/ide-cd.c | pc.c[4] = conv.b.b1; |
b | 1071 | drivers/block/ide-cd.c | pc.c[5] = conv.b.b0; |
b | 1103 | drivers/block/ide-cd.c | cdrom_info[DEV_HWIF][dev->select.b.drive].nsectors_buffered = 0; |
b | 1297 | drivers/block/ide-cd.c | req.dev = MKDEV (major, (dev->select.b.drive) << PARTN_BITS); |
b | 1334 | drivers/block/ide-cd.c | &cdrom_info[DEV_HWIF][dev->select.b.drive].sense_data; |
b | 1547 | drivers/block/ide-cd.c | struct atapi_toc *toc = cdrom_info[DEV_HWIF][dev->select.b.drive].toc; |
b | 1554 | drivers/block/ide-cd.c | cdrom_info[DEV_HWIF][dev->select.b.drive].toc = toc; |
b | 1732 | drivers/block/ide-cd.c | reqbuf = &cdrom_info[DEV_HWIF][dev->select.b.drive].sense_data; |
b | 1761 | drivers/block/ide-cd.c | toc = cdrom_info[DEV_HWIF][dev->select.b.drive].toc; |
b | 1857 | drivers/block/ide-cd.c | toc = cdrom_info[DEV_HWIF][dev->select.b.drive].toc; |
b | 2074 | drivers/block/ide-cd.c | ide_capacity[DEV_HWIF][dev->select.b.drive] = 0x1fffff; |
b | 2076 | drivers/block/ide-cd.c | ide_blksizes[DEV_HWIF][dev->select.b.drive << PARTN_BITS] = CD_FRAMESIZE; |
b | 2104 | drivers/block/ide-cd.c | cdrom_info[DEV_HWIF][dev->select.b.drive].toc = NULL; |
b | 2105 | drivers/block/ide-cd.c | cdrom_info[DEV_HWIF][dev->select.b.drive].sector_buffer = NULL; |
b | 2106 | drivers/block/ide-cd.c | cdrom_info[DEV_HWIF][dev->select.b.drive].sector_buffered = 0; |
b | 2107 | drivers/block/ide-cd.c | cdrom_info[DEV_HWIF][dev->select.b.drive].nsectors_buffered = 0; |
b | 230 | drivers/block/ide.c | #define OUT_BYTE(b,p) outb((b),IDE_PORT(p,DEV_HWIF)) |
b | 233 | drivers/block/ide.c | #define OUT_BYTE(b,p) outb_p((b),IDE_PORT(p,DEV_HWIF)) |
b | 291 | drivers/block/ide.c | } b; |
b | 302 | drivers/block/ide.c | } b; |
b | 512 | drivers/block/ide.c | rdev->special.b.set_geometry = 1; |
b | 513 | drivers/block/ide.c | rdev->special.b.recalibrate = 1; |
b | 514 | drivers/block/ide.c | rdev->special.b.set_multmode = 0; |
b | 522 | drivers/block/ide.c | rdev->special.b.set_multmode = 1; |
b | 704 | drivers/block/ide.c | dev->special.b.recalibrate = 1; |
b | 871 | drivers/block/ide.c | dev->special.b.recalibrate = 1; |
b | 968 | drivers/block/ide.c | if (s->b.set_geometry) { |
b | 969 | drivers/block/ide.c | s->b.set_geometry = 0; |
b | 977 | drivers/block/ide.c | } else if (s->b.recalibrate) { |
b | 978 | drivers/block/ide.c | s->b.recalibrate = 0; |
b | 981 | drivers/block/ide.c | } else if (s->b.set_multmode) { |
b | 990 | drivers/block/ide.c | s->b.set_multmode = 0; |
b | 1022 | drivers/block/ide.c | if (dev->select.b.lba) { |
b | 1603 | drivers/block/ide.c | if (dev->special.b.set_multmode) { |
b | 1608 | drivers/block/ide.c | dev->special.b.set_multmode = 1; |
b | 1820 | drivers/block/ide.c | dev->select.b.lba = 1; |
b | 1826 | drivers/block/ide.c | ide_capacity[DEV_HWIF][dev->select.b.drive] = capacity; |
b | 1829 | drivers/block/ide.c | dev->select.b.lba ? "LBA, " : "", |
b | 1838 | drivers/block/ide.c | dev->special.b.set_multmode = 1; |
b | 1971 | drivers/block/ide.c | if (dev->select.b.drive == 1) { |
b | 2015 | drivers/block/ide.c | if (dev->type == disk && !dev->select.b.lba) { |
b | 2243 | drivers/block/ide.c | dev->special.b.recalibrate = 1; |
b | 2244 | drivers/block/ide.c | dev->special.b.set_geometry = 1; |
b | 2349 | drivers/block/ide.c | static void sub22 (char b, char c) |
b | 2355 | drivers/block/ide.c | outb_p(b,0xb0); |
b | 521 | drivers/block/ll_rw_blk.c | void ll_rw_swap_file(int rw, int dev, unsigned int *b, int nb, char *buf) |
b | 560 | drivers/block/ll_rw_blk.c | req[j]->sector = (b[i] * buffersize) >> 9; |
b | 563 | drivers/block/mcd.c | char a, b, c, d; |
b | 566 | drivers/block/mcd.c | getValue(&b); |
b | 310 | drivers/block/sbpcd.c | #define SBPCD_INIT(a,b) sbpcd_init(a,b) |
b | 314 | drivers/block/sbpcd.c | #define SBPCD_INIT(a,b) sbpcd2_init(a,b) |
b | 318 | drivers/block/sbpcd.c | #define SBPCD_INIT(a,b) sbpcd3_init(a,b) |
b | 322 | drivers/block/sbpcd.c | #define SBPCD_INIT(a,b) sbpcd4_init(a,b) |
b | 273 | drivers/block/sjcd.c | unsigned char b, unsigned char c, unsigned char d ){ |
b | 279 | drivers/block/sjcd.c | outb( b, SJCDPORT( 0 ) ); |
b | 1456 | drivers/block/sjcd.c | #define ISP16_OUT(p,b) (outb(isp16_ctrl,ISP16_CTRL_PORT), outb(b,p)) |
b | 176 | drivers/char/atixlmouse.c | unsigned char a,b,c; |
b | 179 | drivers/char/atixlmouse.c | b = inb( ATIXL_MSE_SIGNATURE_PORT ); |
b | 181 | drivers/char/atixlmouse.c | if (( a != b ) && ( a == c )) |
b | 127 | drivers/char/console.c | #define MIN(a,b) ((a) < (b) ? (a) : (b)) |
b | 667 | drivers/char/console.c | static void scrup(int currcons, unsigned int t, unsigned int b) |
b | 671 | drivers/char/console.c | if (b > video_num_lines || t >= b) |
b | 676 | drivers/char/console.c | else if (t || b != video_num_lines) |
b | 720 | drivers/char/console.c | unsigned int count = (b-t-1) * video_num_columns; |
b | 734 | drivers/char/console.c | static void scrdown(int currcons, unsigned int t, unsigned int b) |
b | 739 | drivers/char/console.c | if (b > video_num_lines || t >= b) |
b | 741 | drivers/char/console.c | d = (unsigned short *) (origin+video_size_row*b); |
b | 742 | drivers/char/console.c | s = (unsigned short *) (origin+video_size_row*(b-1)); |
b | 743 | drivers/char/console.c | count = (b-t-1)*video_num_columns; |
b | 1895 | drivers/char/console.c | void console_print(const char * b) |
b | 1911 | drivers/char/console.c | while ((c = *(b++)) != 0) { |
b | 241 | drivers/char/cyclades.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 | 726 | drivers/char/n_tty.c | unsigned char **b, |
b | 735 | drivers/char/n_tty.c | memcpy_tofs(*b, &tty->read_buf[tty->read_tail], n); |
b | 738 | drivers/char/n_tty.c | *b += n; |
b | 747 | drivers/char/n_tty.c | unsigned char *b = buf; |
b | 804 | drivers/char/n_tty.c | if (b != buf) |
b | 806 | drivers/char/n_tty.c | put_user(tty->link->ctrl_status, b++); |
b | 815 | drivers/char/n_tty.c | if (((minimum - (b - buf)) < tty->minimum_to_wake) && |
b | 816 | drivers/char/n_tty.c | ((minimum - (b - buf)) >= 1)) |
b | 817 | drivers/char/n_tty.c | tty->minimum_to_wake = (minimum - (b - buf)); |
b | 842 | drivers/char/n_tty.c | if (tty->packet && b == buf) { |
b | 843 | drivers/char/n_tty.c | put_user(TIOCPKT_DATA, b++); |
b | 864 | drivers/char/n_tty.c | put_user(c, b++); |
b | 873 | drivers/char/n_tty.c | put_user(c, b++); |
b | 880 | drivers/char/n_tty.c | copy_from_read_buf(tty, &b, &nr); |
b | 881 | drivers/char/n_tty.c | copy_from_read_buf(tty, &b, &nr); |
b | 892 | drivers/char/n_tty.c | if (b - buf >= minimum || !nr) |
b | 904 | drivers/char/n_tty.c | size = b - buf; |
b | 919 | drivers/char/n_tty.c | unsigned char *b = buf; |
b | 942 | drivers/char/n_tty.c | c = get_user(b); |
b | 945 | drivers/char/n_tty.c | b++; nr--; |
b | 950 | drivers/char/n_tty.c | c = tty->driver.write(tty, 1, b, nr); |
b | 951 | drivers/char/n_tty.c | b += c; |
b | 964 | drivers/char/n_tty.c | return (b - buf) ? b - buf : retval; |
b | 61 | drivers/char/pty.c | #define MIN(a,b) ((a) < (b) ? (a) : (b)) |
b | 130 | drivers/char/scc.c | #define MIN(a,b) ((a) < (b) ? (a) : (b)) |
b | 27 | drivers/char/selection.c | #define MIN(a,b) ((a) < (b) ? (a) : (b)) |
b | 192 | drivers/char/serial.c | #define MIN(a,b) ((a) < (b) ? (a) : (b)) |
b | 109 | drivers/char/tty_io.c | #define MIN(a,b) ((a) < (b) ? (a) : (b)) |
b | 2211 | drivers/net/de4x5.c | u32 b; |
b | 2221 | drivers/net/de4x5.c | dev.llsig.b = ETH_PROM_SIG; |
b | 809 | drivers/net/de600.c | #define min(a,b) ((a)<(b)?(a):(b)) |
b | 1487 | drivers/net/depca.c | u32 b; |
b | 1506 | drivers/net/depca.c | dev.llsig.b = ETH_PROM_SIG; |
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 | 178 | drivers/net/plip.c | } b; |
b | 499 | drivers/net/plip.c | &rcv->nibble, &rcv->length.b.lsb)) { |
b | 511 | drivers/net/plip.c | &rcv->nibble, &rcv->length.b.lsb)) |
b | 518 | drivers/net/plip.c | &rcv->nibble, &rcv->length.b.msb)) |
b | 692 | drivers/net/plip.c | &snd->nibble, snd->length.b.lsb)) |
b | 698 | drivers/net/plip.c | &snd->nibble, snd->length.b.msb)) |
b | 91 | drivers/net/ppp.c | #define bset(p,b) ((p)[(b) >> 5] |= (1 << ((b) & 0x1f))) |
b | 232 | drivers/net/wavelan.c | psa_read(unsigned short ioaddr, unsigned short hacr, int o, unsigned char *b, int n) |
b | 240 | drivers/net/wavelan.c | *b++ = inb(PIOP2(ioaddr)); |
b | 252 | drivers/net/wavelan.c | psa_write(unsigned short ioaddr, unsigned short hacr, int o, unsigned char *b, int n) |
b | 260 | drivers/net/wavelan.c | outb(*b, PIOP2(ioaddr)); |
b | 261 | drivers/net/wavelan.c | b++; |
b | 273 | drivers/net/wavelan.c | obram_read(unsigned short ioaddr, unsigned short o, unsigned char *b, int n) |
b | 279 | drivers/net/wavelan.c | insw(PIOP1(ioaddr), (unsigned short *)b, n); |
b | 287 | drivers/net/wavelan.c | obram_write(unsigned short ioaddr, unsigned short o, unsigned char *b, int n) |
b | 293 | drivers/net/wavelan.c | outsw(PIOP1(ioaddr), (unsigned short *)b, n); |
b | 301 | drivers/net/wavelan.c | mmc_read(unsigned short ioaddr, unsigned short o, unsigned char *b, int n) |
b | 314 | drivers/net/wavelan.c | *b++ = (unsigned char)(inw(MMCR(ioaddr)) >> 8); |
b | 323 | drivers/net/wavelan.c | mmc_write(unsigned short ioaddr, unsigned short o, unsigned char *b, int n) |
b | 330 | drivers/net/wavelan.c | outw((unsigned short)(((unsigned short)*b << 8) | (o << 1) | 1), MMCR(ioaddr)); |
b | 331 | drivers/net/wavelan.c | b++; |
b | 70 | 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 | 34 | drivers/scsi/scsi_ioctl.c | #define max(a,b) (((a) > (b)) ? (a) : (b)) |
b | 1000 | fs/buffer.c | dev_t dev, int *b, int size) |
b | 1015 | fs/buffer.c | block = *++b; |
b | 1041 | fs/buffer.c | dev_t dev, int b[], int size) |
b | 1053 | fs/buffer.c | p = b; |
b | 1062 | fs/buffer.c | p = b; |
b | 1111 | fs/buffer.c | dev_t dev, int *b, int size) |
b | 1116 | fs/buffer.c | block = b[0]; |
b | 1121 | fs/buffer.c | return check_aligned(bh, address, dev, b, size); |
b | 1122 | fs/buffer.c | return try_to_load_aligned(address, dev, b, size); |
b | 1132 | fs/buffer.c | unsigned long bread_page(unsigned long address, dev_t dev, int b[], int size, int no_share) |
b | 1139 | fs/buffer.c | where = try_to_share_buffers(address, dev, b, size); |
b | 1146 | fs/buffer.c | if (b[i]) |
b | 1147 | fs/buffer.c | bh[i] = getblk(dev, b[i], size); |
b | 1166 | fs/buffer.c | void bwrite_page(unsigned long address, dev_t dev, int b[], int size) |
b | 1173 | fs/buffer.c | if (b[i]) |
b | 1174 | fs/buffer.c | bh[i] = getblk(dev, b[i], size); |
b | 1609 | fs/buffer.c | unsigned long generate_cluster(dev_t dev, int b[], int size) |
b | 1614 | fs/buffer.c | if(i && b[i]-1 != b[i-1]) return 0; /* No need to cluster */ |
b | 1615 | fs/buffer.c | if(find_buffer(dev, b[i], size)) return 0; |
b | 1625 | fs/buffer.c | retval = try_to_generate_cluster(dev, b[0], size); |
b | 1630 | fs/buffer.c | return try_to_generate_cluster(dev, b[0], size); |
b | 1632 | 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 | 241 | fs/hpfs/hpfs_fs.c | static secno bplus_lookup(struct inode *inode, struct bplus_header *b, |
b | 1031 | fs/hpfs/hpfs_fs.c | static secno bplus_lookup(struct inode *inode, struct bplus_header *b, |
b | 1042 | fs/hpfs/hpfs_fs.c | if (!b->internal) { |
b | 1043 | fs/hpfs/hpfs_fs.c | struct bplus_leaf_node *n = b->u.external; |
b | 1044 | fs/hpfs/hpfs_fs.c | for (i = 0; i < b->n_used_nodes; i++) { |
b | 1061 | fs/hpfs/hpfs_fs.c | struct bplus_internal_node *n = b->u.internal; |
b | 1062 | fs/hpfs/hpfs_fs.c | for (i = 0; i < b->n_used_nodes; i++) { |
b | 30 | fs/isofs/file.c | #define MIN(a,b) (((a)<(b))?(a):(b)) |
b | 31 | fs/isofs/file.c | #define MAX(a,b) (((a)>(b))?(a):(b)) |
b | 26 | fs/minix/file.c | #define MIN(a,b) (((a)<(b))?(a):(b)) |
b | 27 | fs/minix/file.c | #define MAX(a,b) (((a)>(b))?(a):(b)) |
b | 27 | fs/msdos/file.c | #define MIN(a,b) (((a) < (b)) ? (a) : (b)) |
b | 28 | fs/msdos/file.c | #define MAX(a,b) (((a) > (b)) ? (a) : (b)) |
b | 172 | fs/msdos/inode.c | struct msdos_boot_sector *b; |
b | 209 | fs/msdos/inode.c | b = (struct msdos_boot_sector *) bh->b_data; |
b | 229 | fs/msdos/inode.c | logical_sector_size = CF_LE_W(*(unsigned short *) &b->sector_size); |
b | 231 | fs/msdos/inode.c | MSDOS_SB(sb)->cluster_size = b->cluster_size*sector_mult; |
b | 232 | fs/msdos/inode.c | MSDOS_SB(sb)->fats = b->fats; |
b | 233 | fs/msdos/inode.c | MSDOS_SB(sb)->fat_start = CF_LE_W(b->reserved)*sector_mult; |
b | 234 | fs/msdos/inode.c | MSDOS_SB(sb)->fat_length = CF_LE_W(b->fat_length)*sector_mult; |
b | 235 | fs/msdos/inode.c | MSDOS_SB(sb)->dir_start = (CF_LE_W(b->reserved)+b->fats*CF_LE_W( |
b | 236 | fs/msdos/inode.c | b->fat_length))*sector_mult; |
b | 237 | fs/msdos/inode.c | MSDOS_SB(sb)->dir_entries = CF_LE_W(*((unsigned short *) &b->dir_entries |
b | 242 | fs/msdos/inode.c | data_sectors = (CF_LE_W(*((unsigned short *) &b->sectors)) ? |
b | 243 | fs/msdos/inode.c | CF_LE_W(*((unsigned short *) &b->sectors)) : |
b | 244 | fs/msdos/inode.c | CF_LE_L(b->total_sect))*sector_mult-MSDOS_SB(sb)->data_start; |
b | 245 | fs/msdos/inode.c | error = !b->cluster_size || !sector_mult; |
b | 247 | fs/msdos/inode.c | MSDOS_SB(sb)->clusters = b->cluster_size ? data_sectors/ |
b | 248 | fs/msdos/inode.c | b->cluster_size/sector_mult : 0; |
b | 254 | fs/msdos/inode.c | (logical_sector_size & (SECTOR_SIZE-1)) || !b->secs_track || |
b | 255 | fs/msdos/inode.c | !b->heads; |
b | 274 | fs/msdos/inode.c | "se=%d,ts=%ld,ls=%d]\n",b->media,MSDOS_SB(sb)->cluster_size, |
b | 277 | fs/msdos/inode.c | MSDOS_SB(sb)->data_start,CF_LE_W(*(unsigned short *) &b-> |
b | 278 | 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 | 173 | fs/proc/array.c | int a, b, c; |
b | 176 | fs/proc/array.c | b = avenrun[1] + (FIXED_1/200); |
b | 180 | fs/proc/array.c | LOAD_INT(b), LOAD_FRAC(b), |
b | 33 | fs/sysv/file.c | #define MIN(a,b) (((a)<(b))?(a):(b)) |
b | 34 | fs/sysv/file.c | #define MAX(a,b) (((a)>(b))?(a):(b)) |
b | 32 | fs/xiafs/file.c | #define MIN(a,b) (((a)<(b))?(a):(b)) |
b | 33 | fs/xiafs/file.c | #define MAX(a,b) (((a)>(b))?(a):(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 | 67 | include/asm-alpha/io.h | extern void _outb (unsigned char b,unsigned long port); |
b | 75 | include/asm-alpha/io.h | # define outb(b,p) _outb((b),(p)) |
b | 120 | include/asm-alpha/io.h | #define writeb(b,addr) (writeb)((b),(unsigned long)(addr)) |
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 | 132 | include/asm-alpha/jensen.h | extern void __bus_outb(unsigned char b, unsigned long addr); |
b | 133 | include/asm-alpha/jensen.h | extern inline void ___bus_outb(unsigned char b, unsigned long addr) |
b | 136 | include/asm-alpha/jensen.h | *(volatile unsigned int *) ((addr << 7) + EISA_IO + 0x00) = b * 0x01010101; |
b | 159 | include/asm-alpha/jensen.h | extern inline void __outb(unsigned char b, unsigned long addr) |
b | 162 | include/asm-alpha/jensen.h | __local_outb(b, addr); |
b | 164 | include/asm-alpha/jensen.h | __bus_outb(b, addr); |
b | 183 | include/asm-alpha/jensen.h | extern inline void __outw(unsigned short b, unsigned long addr) |
b | 186 | include/asm-alpha/jensen.h | *(volatile unsigned int *) ((addr << 7) + EISA_IO + 0x20) = b * 0x00010001; |
b | 190 | include/asm-alpha/jensen.h | extern inline void __outl(unsigned int b, unsigned long addr) |
b | 193 | include/asm-alpha/jensen.h | *(volatile unsigned int *) ((addr << 7) + EISA_IO + 0x60) = b; |
b | 229 | include/asm-alpha/jensen.h | extern inline void __writeb(unsigned short b, unsigned long addr) |
b | 233 | include/asm-alpha/jensen.h | *(volatile unsigned int *) ((addr << 7) + EISA_MEM + 0x00) = b * 0x01010101; |
b | 236 | include/asm-alpha/jensen.h | extern inline void __writew(unsigned short b, unsigned long addr) |
b | 240 | include/asm-alpha/jensen.h | *(volatile unsigned int *) ((addr << 7) + EISA_MEM + 0x20) = b * 0x00010001; |
b | 243 | include/asm-alpha/jensen.h | extern inline void __writel(unsigned int b, unsigned long addr) |
b | 247 | include/asm-alpha/jensen.h | *(volatile unsigned int *) ((addr << 7) + EISA_MEM + 0x60) = b; |
b | 258 | include/asm-alpha/jensen.h | extern void outb(unsigned char b, unsigned long addr); |
b | 259 | include/asm-alpha/jensen.h | extern void outw(unsigned short b, unsigned long addr); |
b | 260 | include/asm-alpha/jensen.h | extern void outl(unsigned int b, unsigned long addr); |
b | 266 | include/asm-alpha/jensen.h | extern void writeb(unsigned char b, unsigned long addr); |
b | 267 | include/asm-alpha/jensen.h | extern void writew(unsigned short b, unsigned long addr); |
b | 268 | include/asm-alpha/jensen.h | extern void writel(unsigned int b, unsigned long addr); |
b | 167 | include/asm-alpha/lca.h | extern inline void __outb(unsigned char b, unsigned long addr) |
b | 171 | include/asm-alpha/lca.h | asm ("insbl %2,%1,%0" : "r="(w) : "ri"(addr & 0x3), "r"(b)); |
b | 183 | include/asm-alpha/lca.h | extern inline void __outw(unsigned short b, unsigned long addr) |
b | 187 | include/asm-alpha/lca.h | asm ("inswl %2,%1,%0" : "r="(w) : "ri"(addr & 0x3), "r"(b)); |
b | 197 | include/asm-alpha/lca.h | extern inline void __outl(unsigned int b, unsigned long addr) |
b | 199 | include/asm-alpha/lca.h | *(vuip) ((addr << 5) + LCA_IO + 0x18) = b; |
b | 247 | include/asm-alpha/lca.h | extern inline void __writeb(unsigned char b, unsigned long addr) |
b | 258 | include/asm-alpha/lca.h | *(vuip) ((addr << 5) + LCA_SPARSE_MEM + 0x00) = b * 0x01010101; |
b | 261 | include/asm-alpha/lca.h | extern inline void __writew(unsigned short b, unsigned long addr) |
b | 272 | include/asm-alpha/lca.h | *(vuip) ((addr << 5) + LCA_SPARSE_MEM + 0x08) = b * 0x00010001; |
b | 275 | include/asm-alpha/lca.h | extern inline void __writel(unsigned int b, unsigned long addr) |
b | 277 | include/asm-alpha/lca.h | *(vuip) (addr + LCA_DENSE_MEM) = b; |
b | 288 | include/asm-alpha/lca.h | extern void outb(unsigned char b, unsigned long addr); |
b | 289 | include/asm-alpha/lca.h | extern void outw(unsigned short b, unsigned long addr); |
b | 290 | include/asm-alpha/lca.h | extern void outl(unsigned int b, unsigned long addr); |
b | 295 | include/asm-alpha/lca.h | extern void writeb(unsigned char b, unsigned long addr); |
b | 296 | include/asm-alpha/lca.h | extern void writew(unsigned short b, unsigned long addr); |
b | 312 | include/asm-alpha/lca.h | extern inline void writel(unsigned int b, unsigned long addr) |
b | 314 | include/asm-alpha/lca.h | __writel(b, addr); |
b | 35 | include/asm-i386/delay.h | extern __inline__ unsigned long muldiv(unsigned long a, unsigned long b, unsigned long c) |
b | 39 | 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 | 118 | include/asm-i386/io.h | __IN(b,"b","0" (0)) |
b | 122 | include/asm-i386/io.h | __OUT(b,"b",char) |
b | 126 | include/asm-i386/io.h | __INS(b) |
b | 130 | 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 | 50 | include/linux/fs.h | #define MKDEV(a,b) ((int)((((a) & 0xff) << 8) | ((b) & 0xff))) |
b | 498 | include/linux/fs.h | extern void ll_rw_swap_file(int rw, int dev, unsigned int *b, int nb, char *buffer); |
b | 503 | include/linux/fs.h | extern unsigned long bread_page(unsigned long addr,dev_t dev,int b[],int size,int no_share); |
b | 504 | include/linux/fs.h | extern void bwrite_page(unsigned long addr,dev_t dev,int b[],int size); |
b | 508 | include/linux/fs.h | unsigned long generate_cluster(dev_t dev, int b[], int size); |
b | 5 | include/linux/head.h | unsigned long a,b; |
b | 8 | include/linux/malloc.h | #define kmalloc(a,b) deb_kmalloc(__FILE__,__LINE__,a,b) |
b | 9 | include/linux/malloc.h | #define kfree_s(a,b) deb_kfree_s(__FILE__,__LINE__,a,b) |
b | 17 | include/linux/malloc.h | #define kcheck_s(a,b) deb_kcheck_s(__FILE__,__LINE__, a,b) |
b | 24 | include/linux/malloc.h | #define kcheck_s(a,b) 0 |
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 | 64 | net/appletalk/ddp.c | #define min(a,b) (((a)<(b))?(a):(b)) |
b | 145 | net/ax25/af_ax25.c | int ax25cmp(ax25_address *a, ax25_address *b) |
b | 150 | net/ax25/af_ax25.c | if ((a->ax25_call[ct] & 0xFE) != (b->ax25_call[ct] & 0xFE)) /* Clean off repeater bits */ |
b | 155 | net/ax25/af_ax25.c | if ((a->ax25_call[ct] & 0x1E) == (b->ax25_call[ct] & 0x1E)) /* SSID without control bit */ |
b | 111 | net/core/dev.c | static __inline__ unsigned long min(unsigned long a, unsigned long b) |
b | 113 | net/core/dev.c | return (a < b)? a : b; |
b | 110 | net/core/sock.c | #define min(a,b) ((a)<(b)?(a):(b)) |
b | 87 | net/ipv4/af_inet.c | #define min(a,b) ((a)<(b)?(a):(b)) |
b | 69 | net/ipv4/icmp.c | #define min(a,b) ((a)<(b)?(a):(b)) |
b | 149 | net/ipv4/ip.c | #define min(a,b) ((a)<(b)?(a):(b)) |
b | 61 | net/ipv4/packet.c | static unsigned long min(unsigned long a, unsigned long b) |
b | 63 | net/ipv4/packet.c | if (a < b) |
b | 65 | net/ipv4/packet.c | return(b); |
b | 57 | net/ipv4/raw.c | static inline unsigned long min(unsigned long a, unsigned long b) |
b | 59 | net/ipv4/raw.c | if (a < b) |
b | 61 | net/ipv4/raw.c | return(b); |
b | 290 | net/ipv4/tcp.c | static __inline__ int min(unsigned int a, unsigned int b) |
b | 292 | net/ipv4/tcp.c | if (a < b) |
b | 294 | net/ipv4/tcp.c | return(b); |
b | 112 | net/ipv4/udp.c | #define min(a,b) ((a)<(b)?(a):(b)) |
b | 1594 | net/ipx/af_ipx.c | char *p, b[64]; |
b | 1596 | net/ipx/af_ipx.c | p = b; |
b | 1607 | net/ipx/af_ipx.c | printk("%s-%04X: %s\n",str,l*8,b); |
b | 99 | net/unix/sock.c | static inline int min(int a, int b) |
b | 101 | net/unix/sock.c | if (a < b) |
b | 103 | net/unix/sock.c | return(b); |