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 | 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 | 312 | arch/i386/boot/compressed/misc.c | short b; |
b | 53 | arch/i386/boot/tools/build.c | char b[4]; |
b | 60 | arch/i386/boot/tools/build.c | t.b[0] = l & 0xff; l >>= 8; |
b | 61 | arch/i386/boot/tools/build.c | t.b[1] = l & 0xff; l >>= 8; |
b | 62 | arch/i386/boot/tools/build.c | t.b[2] = l & 0xff; l >>= 8; |
b | 63 | arch/i386/boot/tools/build.c | t.b[3] = l & 0xff; l >>= 8; |
b | 71 | arch/i386/boot/tools/build.c | t.b[0] = l & 0xff; l >>= 8; |
b | 72 | 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 | 107 | arch/sparc/mm/init.c | unsigned long i, a, b, mask=0; |
b | 211 | arch/sparc/mm/init.c | b=PGDIR_ALIGN(start_mem)>>18; |
b | 216 | arch/sparc/mm/init.c | for(a=0; a<b; a++) |
b | 251 | arch/sparc/mm/init.c | b=PAGE_ALIGN((unsigned long) &trapbase); |
b | 255 | arch/sparc/mm/init.c | for(;b<a; b+=4096) |
b | 257 | arch/sparc/mm/init.c | put_pte(b, (get_pte(b) & mask)); |
b | 614 | drivers/block/cdu31a.c | unsigned char a, b; |
b | 657 | drivers/block/cdu31a.c | b = read_result_register(); |
b | 658 | drivers/block/cdu31a.c | *result_buffer = b; |
b | 672 | drivers/block/cdu31a.c | if (b > 8) |
b | 680 | drivers/block/cdu31a.c | b = b - 8; |
b | 682 | drivers/block/cdu31a.c | while (b > 10) |
b | 708 | drivers/block/cdu31a.c | b = b - 10; |
b | 711 | drivers/block/cdu31a.c | if (b > 0) |
b | 731 | drivers/block/cdu31a.c | while (b > 0) |
b | 736 | drivers/block/cdu31a.c | b--; |
b | 35 | drivers/block/ide-cd.c | #define MIN(a,b) ((a) < (b) ? (a) : (b)) |
b | 37 | drivers/block/ide-cd.c | #define OUT_WORDS(b,n) outsw (IDE_PORT (HD_DATA, dev->hwif), (b), (n)) |
b | 38 | drivers/block/ide-cd.c | #define IN_WORDS(b,n) insw (IDE_PORT (HD_DATA, dev->hwif), (b), (n)) |
b | 176 | drivers/block/ide-cd.c | cdrom_info[dev->hwif][dev->select.b.drive].nsectors_buffered = 0; |
b | 332 | drivers/block/ide-cd.c | struct cdrom_info *info = &cdrom_info[dev->hwif][dev->select.b.drive]; |
b | 537 | drivers/block/ide-cd.c | struct cdrom_info *info = &cdrom_info[dev->hwif][dev->select.b.drive]; |
b | 651 | drivers/block/ide-cd.c | struct {unsigned char b0, b1, b2, b3;} b; |
b | 655 | drivers/block/ide-cd.c | pc.c[2] = conv.b.b3; |
b | 656 | drivers/block/ide-cd.c | pc.c[3] = conv.b.b2; |
b | 657 | drivers/block/ide-cd.c | pc.c[4] = conv.b.b1; |
b | 658 | drivers/block/ide-cd.c | pc.c[5] = conv.b.b0; |
b | 874 | drivers/block/ide-cd.c | req.dev = MKDEV (major, (dev->select.b.drive) << PARTN_BITS); |
b | 1098 | drivers/block/ide-cd.c | struct atapi_toc *toc = cdrom_info[dev->hwif][dev->select.b.drive].toc; |
b | 1105 | drivers/block/ide-cd.c | cdrom_info[dev->hwif][dev->select.b.drive].toc = toc; |
b | 1298 | drivers/block/ide-cd.c | toc = cdrom_info[dev->hwif][dev->select.b.drive].toc; |
b | 1394 | drivers/block/ide-cd.c | toc = cdrom_info[dev->hwif][dev->select.b.drive].toc; |
b | 1611 | drivers/block/ide-cd.c | ide_capacity[dev->hwif][dev->select.b.drive] = 0x1fffff; |
b | 1613 | drivers/block/ide-cd.c | ide_blksizes[dev->hwif][dev->select.b.drive << PARTN_BITS] = CD_FRAMESIZE; |
b | 1623 | drivers/block/ide-cd.c | cdrom_info[dev->hwif][dev->select.b.drive].toc = NULL; |
b | 1624 | drivers/block/ide-cd.c | cdrom_info[dev->hwif][dev->select.b.drive].sector_buffer = NULL; |
b | 1625 | drivers/block/ide-cd.c | cdrom_info[dev->hwif][dev->select.b.drive].sector_buffered = 0; |
b | 1626 | drivers/block/ide-cd.c | cdrom_info[dev->hwif][dev->select.b.drive].nsectors_buffered = 0; |
b | 220 | drivers/block/ide.c | #define OUT_BYTE(b,p) outb((b),IDE_PORT(p,DEV_HWIF)) |
b | 223 | drivers/block/ide.c | #define OUT_BYTE(b,p) outb_p((b),IDE_PORT(p,DEV_HWIF)) |
b | 228 | drivers/block/ide.c | #define OUT_SECTORS(b,n) outsl(IDE_PORT(HD_DATA,DEV_HWIF),(b),(n)<<7) |
b | 229 | drivers/block/ide.c | #define IN_SECTORS(b,n) insl(IDE_PORT(HD_DATA,DEV_HWIF),(b),(n)<<7) |
b | 231 | drivers/block/ide.c | #define OUT_SECTORS(b,n) outsw(IDE_PORT(HD_DATA,DEV_HWIF),(b),(n)<<8) |
b | 232 | drivers/block/ide.c | #define IN_SECTORS(b,n) insw(IDE_PORT(HD_DATA,DEV_HWIF),(b),(n)<<8) |
b | 277 | drivers/block/ide.c | } b; |
b | 288 | drivers/block/ide.c | } b; |
b | 451 | drivers/block/ide.c | rdev->special.b.set_geometry = 1; |
b | 452 | drivers/block/ide.c | rdev->special.b.recalibrate = 1; |
b | 453 | drivers/block/ide.c | rdev->special.b.set_multmode = 0; |
b | 461 | drivers/block/ide.c | rdev->special.b.set_multmode = 1; |
b | 643 | drivers/block/ide.c | dev->special.b.recalibrate = 1; |
b | 810 | drivers/block/ide.c | dev->special.b.recalibrate = 1; |
b | 898 | drivers/block/ide.c | if (s->b.set_geometry) { |
b | 899 | drivers/block/ide.c | s->b.set_geometry = 0; |
b | 907 | drivers/block/ide.c | } else if (s->b.recalibrate) { |
b | 908 | drivers/block/ide.c | s->b.recalibrate = 0; |
b | 911 | drivers/block/ide.c | } else if (s->b.set_multmode) { |
b | 920 | drivers/block/ide.c | s->b.set_multmode = 0; |
b | 952 | drivers/block/ide.c | if (dev->select.b.lba) { |
b | 1498 | drivers/block/ide.c | if (dev->special.b.set_multmode) { |
b | 1503 | drivers/block/ide.c | dev->special.b.set_multmode = 1; |
b | 1700 | drivers/block/ide.c | dev->select.b.lba = 1; |
b | 1706 | drivers/block/ide.c | ide_capacity[DEV_HWIF][dev->select.b.drive] = capacity; |
b | 1709 | drivers/block/ide.c | dev->select.b.lba ? "LBA, " : "", |
b | 1718 | drivers/block/ide.c | dev->special.b.set_multmode = 1; |
b | 1844 | drivers/block/ide.c | if (dev->select.b.drive == 1) { |
b | 1888 | drivers/block/ide.c | if (dev->type == disk && !dev->select.b.lba) { |
b | 2077 | drivers/block/ide.c | dev->special.b.recalibrate = 1; |
b | 2078 | drivers/block/ide.c | dev->special.b.set_geometry = 1; |
b | 520 | drivers/block/ll_rw_blk.c | void ll_rw_swap_file(int rw, int dev, unsigned int *b, int nb, char *buf) |
b | 549 | drivers/block/ll_rw_blk.c | req->sector = (b[i] * buffersize) >> 9; |
b | 509 | drivers/block/mcd.c | char a, b, c, d; |
b | 512 | drivers/block/mcd.c | getValue(&b); |
b | 316 | drivers/block/sbpcd.c | #define SBPCD_INIT(a,b) sbpcd_init(a,b) |
b | 320 | drivers/block/sbpcd.c | #define SBPCD_INIT(a,b) sbpcd2_init(a,b) |
b | 324 | drivers/block/sbpcd.c | #define SBPCD_INIT(a,b) sbpcd3_init(a,b) |
b | 328 | drivers/block/sbpcd.c | #define SBPCD_INIT(a,b) sbpcd4_init(a,b) |
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 | 113 | drivers/char/console.c | #define MIN(a,b) ((a) < (b) ? (a) : (b)) |
b | 601 | drivers/char/console.c | static void scrup(int currcons, unsigned int t, unsigned int b) |
b | 605 | drivers/char/console.c | if (b > video_num_lines || t >= b) |
b | 609 | drivers/char/console.c | else if (t || b != video_num_lines) |
b | 649 | drivers/char/console.c | unsigned int count = (b-t-1) * video_num_columns; |
b | 663 | drivers/char/console.c | static void scrdown(int currcons, unsigned int t, unsigned int b) |
b | 668 | drivers/char/console.c | if (b > video_num_lines || t >= b) |
b | 670 | drivers/char/console.c | d = (unsigned short *) (origin+video_size_row*b); |
b | 671 | drivers/char/console.c | s = (unsigned short *) (origin+video_size_row*(b-1)); |
b | 672 | drivers/char/console.c | count = (b-t-1)*video_num_columns; |
b | 1771 | drivers/char/console.c | void console_print(const char * b) |
b | 1787 | drivers/char/console.c | while ((c = *(b++)) != 0) { |
b | 238 | 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 | 727 | drivers/char/n_tty.c | unsigned char **b, |
b | 736 | drivers/char/n_tty.c | memcpy_tofs(*b, &tty->read_buf[tty->read_tail], n); |
b | 739 | drivers/char/n_tty.c | *b += n; |
b | 748 | drivers/char/n_tty.c | unsigned char *b = buf; |
b | 805 | drivers/char/n_tty.c | if (b != buf) |
b | 807 | drivers/char/n_tty.c | put_fs_byte(tty->link->ctrl_status, b++); |
b | 816 | drivers/char/n_tty.c | if (((minimum - (b - buf)) < tty->minimum_to_wake) && |
b | 817 | drivers/char/n_tty.c | ((minimum - (b - buf)) >= 1)) |
b | 818 | drivers/char/n_tty.c | tty->minimum_to_wake = (minimum - (b - buf)); |
b | 843 | drivers/char/n_tty.c | if (tty->packet && b == buf) { |
b | 844 | drivers/char/n_tty.c | put_fs_byte(TIOCPKT_DATA, b++); |
b | 865 | drivers/char/n_tty.c | put_fs_byte(c, b++); |
b | 874 | drivers/char/n_tty.c | put_fs_byte(c, b++); |
b | 881 | drivers/char/n_tty.c | copy_from_read_buf(tty, &b, &nr); |
b | 882 | drivers/char/n_tty.c | copy_from_read_buf(tty, &b, &nr); |
b | 893 | drivers/char/n_tty.c | if (b - buf >= minimum || !nr) |
b | 905 | drivers/char/n_tty.c | size = b - buf; |
b | 920 | drivers/char/n_tty.c | unsigned char *b = buf; |
b | 943 | drivers/char/n_tty.c | c = get_fs_byte(b); |
b | 946 | drivers/char/n_tty.c | b++; nr--; |
b | 951 | drivers/char/n_tty.c | c = tty->driver.write(tty, 1, b, nr); |
b | 952 | drivers/char/n_tty.c | b += c; |
b | 965 | 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 | 26 | 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 | 104 | drivers/char/tty_io.c | #define MIN(a,b) ((a) < (b) ? (a) : (b)) |
b | 1704 | drivers/net/de4x5.c | u_long b; |
b | 1715 | drivers/net/de4x5.c | dev.llsig.b = ETH_PROM_SIG; |
b | 806 | drivers/net/de600.c | #define min(a,b) ((a)<(b)?(a):(b)) |
b | 1468 | drivers/net/depca.c | u_long b; |
b | 1486 | drivers/net/depca.c | dev.llsig.b = ETH_PROM_SIG; |
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 | 691 | drivers/net/plip.c | &snd->nibble, snd->length.b.lsb)) |
b | 697 | 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 | 231 | drivers/net/wavelan.c | psa_read(unsigned short ioaddr, unsigned short hacr, int o, unsigned char *b, int n) |
b | 239 | drivers/net/wavelan.c | *b++ = inb(PIOP2(ioaddr)); |
b | 250 | drivers/net/wavelan.c | obram_read(unsigned short ioaddr, unsigned short o, unsigned char *b, int n) |
b | 256 | drivers/net/wavelan.c | insw(PIOP1(ioaddr), (unsigned short *)b, n); |
b | 264 | drivers/net/wavelan.c | obram_write(unsigned short ioaddr, unsigned short o, unsigned char *b, int n) |
b | 270 | drivers/net/wavelan.c | outsw(PIOP1(ioaddr), (unsigned short *)b, n); |
b | 278 | drivers/net/wavelan.c | mmc_read(unsigned short ioaddr, unsigned short o, unsigned char *b, int n) |
b | 291 | drivers/net/wavelan.c | *b++ = (unsigned char)(inw(MMCR(ioaddr)) >> 8); |
b | 300 | drivers/net/wavelan.c | mmc_write(unsigned short ioaddr, unsigned short o, unsigned char *b, int n) |
b | 307 | drivers/net/wavelan.c | outw((unsigned short)(((unsigned short)*b << 8) | (o << 1) | 1), MMCR(ioaddr)); |
b | 308 | drivers/net/wavelan.c | b++; |
b | 20 | 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 | 1579 | fs/buffer.c | unsigned long generate_cluster(dev_t dev, int b[], int size) |
b | 1584 | fs/buffer.c | if(i && b[i]-1 != b[i-1]) return 0; /* No need to cluster */ |
b | 1585 | fs/buffer.c | if(find_buffer(dev, b[i], size)) return 0; |
b | 1595 | fs/buffer.c | retval = try_to_generate_cluster(dev, b[0], size); |
b | 1600 | fs/buffer.c | return try_to_generate_cluster(dev, b[0], size); |
b | 1602 | 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 | 364 | fs/ext2/inode.c | unsigned long b; |
b | 394 | fs/ext2/inode.c | b = block; |
b | 396 | fs/ext2/inode.c | return inode_getblk (inode, block, create, b, err); |
b | 399 | fs/ext2/inode.c | bh = inode_getblk (inode, EXT2_IND_BLOCK, create, b, err); |
b | 401 | fs/ext2/inode.c | inode->i_sb->s_blocksize, b, err); |
b | 405 | fs/ext2/inode.c | bh = inode_getblk (inode, EXT2_DIND_BLOCK, create, b, err); |
b | 407 | fs/ext2/inode.c | inode->i_sb->s_blocksize, b, err); |
b | 409 | fs/ext2/inode.c | create, inode->i_sb->s_blocksize, b, err); |
b | 412 | fs/ext2/inode.c | bh = inode_getblk (inode, EXT2_TIND_BLOCK, create, b, err); |
b | 414 | fs/ext2/inode.c | create, inode->i_sb->s_blocksize, b, err); |
b | 416 | fs/ext2/inode.c | create, inode->i_sb->s_blocksize, b, err); |
b | 418 | fs/ext2/inode.c | inode->i_sb->s_blocksize, b, err); |
b | 425 | fs/ext2/inode.c | unsigned long b; |
b | 442 | fs/ext2/inode.c | b = block; |
b | 448 | fs/ext2/inode.c | bh = inode_getblk (inode, EXT2_IND_BLOCK, create, b, &err); |
b | 454 | fs/ext2/inode.c | bh = inode_getblk (inode, EXT2_DIND_BLOCK, create, b, &err); |
b | 456 | fs/ext2/inode.c | inode->i_sb->s_blocksize, b, &err); |
b | 461 | fs/ext2/inode.c | bh = inode_getblk (inode, EXT2_TIND_BLOCK, create, b, &err); |
b | 463 | fs/ext2/inode.c | create, inode->i_sb->s_blocksize, b, &err); |
b | 465 | 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 | 244 | fs/hpfs/hpfs_fs.c | static secno bplus_lookup(struct inode *inode, struct bplus_header *b, |
b | 1035 | fs/hpfs/hpfs_fs.c | static secno bplus_lookup(struct inode *inode, struct bplus_header *b, |
b | 1046 | fs/hpfs/hpfs_fs.c | if (!b->internal) { |
b | 1047 | fs/hpfs/hpfs_fs.c | struct bplus_leaf_node *n = b->u.external; |
b | 1048 | fs/hpfs/hpfs_fs.c | for (i = 0; i < b->n_used_nodes; i++) { |
b | 1065 | fs/hpfs/hpfs_fs.c | struct bplus_internal_node *n = b->u.internal; |
b | 1066 | 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 | 175 | fs/proc/array.c | int a, b, c; |
b | 178 | fs/proc/array.c | b = avenrun[1] + (FIXED_1/200); |
b | 182 | 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 | 99 | include/asm-alpha/jensen.h | extern inline void __local_outb(unsigned char b, unsigned long addr) |
b | 101 | include/asm-alpha/jensen.h | *(volatile unsigned int *) ((addr << 9) + EISA_VL82C106) = b; |
b | 112 | include/asm-alpha/jensen.h | extern inline void __outb(unsigned char b, unsigned long addr) |
b | 114 | include/asm-alpha/jensen.h | *(volatile unsigned int *) ((addr << 7) + EISA_IO + 0x00) = b * 0x01010101; |
b | 156 | include/asm-alpha/jensen.h | extern inline void outb(unsigned char b, unsigned long addr) |
b | 159 | include/asm-alpha/jensen.h | __local_outb(b, addr); |
b | 161 | include/asm-alpha/jensen.h | __outb(b, addr); |
b | 176 | include/asm-alpha/jensen.h | extern inline void outw(unsigned short b, unsigned long addr) |
b | 178 | include/asm-alpha/jensen.h | *(volatile unsigned int *) ((addr << 7) + EISA_IO + 0x20) = b * 0x00010001; |
b | 182 | include/asm-alpha/jensen.h | extern inline void outl(unsigned int b, unsigned long addr) |
b | 184 | include/asm-alpha/jensen.h | *(volatile unsigned int *) ((addr << 7) + EISA_IO + 0x60) = b; |
b | 210 | include/asm-alpha/jensen.h | extern inline void writeb(unsigned short b, unsigned long addr) |
b | 212 | include/asm-alpha/jensen.h | *(volatile unsigned int *) ((addr << 7) + EISA_MEM + 0x00) = b * 0x01010101; |
b | 215 | include/asm-alpha/jensen.h | extern inline void writew(unsigned short b, unsigned long addr) |
b | 217 | include/asm-alpha/jensen.h | *(volatile unsigned int *) ((addr << 7) + EISA_MEM + 0x20) = b * 0x00010001; |
b | 220 | include/asm-alpha/jensen.h | extern inline void writel(unsigned int b, unsigned long addr) |
b | 222 | include/asm-alpha/jensen.h | *(volatile unsigned int *) ((addr << 7) + EISA_MEM + 0x60) = b; |
b | 134 | include/asm-alpha/lca.h | outb(unsigned char b, unsigned long addr) |
b | 136 | include/asm-alpha/lca.h | *(volatile unsigned int *) ((addr << 5) + LCA_IO + 0x00) = b * 0x01010101; |
b | 141 | include/asm-alpha/lca.h | outw(unsigned char b, unsigned long addr) |
b | 143 | include/asm-alpha/lca.h | *(volatile unsigned int *) ((addr << 5) + LCA_IO + 0x08) = b * 0x00010001; |
b | 148 | include/asm-alpha/lca.h | outl(unsigned char b, unsigned long addr) |
b | 150 | include/asm-alpha/lca.h | *(volatile unsigned int *) ((addr << 5) + LCA_IO + 0x18) = b; |
b | 183 | include/asm-alpha/lca.h | writeb(unsigned short b, unsigned long addr) |
b | 186 | include/asm-alpha/lca.h | b * 0x01010101; |
b | 190 | include/asm-alpha/lca.h | writew(unsigned short b, unsigned long addr) |
b | 193 | include/asm-alpha/lca.h | b * 0x00010001; |
b | 197 | include/asm-alpha/lca.h | writel(unsigned short b, unsigned long addr) |
b | 199 | include/asm-alpha/lca.h | *(volatile unsigned int *) (addr + LCA_DENSE_MEM) = b; |
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 | 78 | include/asm-i386/io.h | __IN(b,"b","0" (0)) |
b | 82 | include/asm-i386/io.h | __OUT(b,"b",char) |
b | 86 | include/asm-i386/io.h | __INS(b) |
b | 90 | 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 | 34 | include/asm-sparc/delay.h | extern __inline__ unsigned long muldiv(unsigned long a, unsigned long b, unsigned long c) |
b | 36 | include/asm-sparc/delay.h | return ((a*b)/c); |
b | 29 | include/asm-sparc/head.h | mov (type), %l3; b label; rd %psr, %l0; nop; |
b | 36 | include/asm-sparc/head.h | mov int_level, %l3; b stray_irq_entry; rd %psr, %l0; nop; |
b | 43 | include/asm-sparc/head.h | mov int_level, %l3; rd %psr, %l0; b stray_irq_entry; mov ident, %l4; |
b | 50 | include/asm-sparc/head.h | mov 10, %l3; rd %psr, %l0; b sparc_timer; nop; |
b | 58 | include/asm-sparc/head.h | mov t_type, %l3; b jmp_to; rd %psr, %l0; nop; |
b | 18 | include/asm-sparc/io.h | extern inline void outb_local(unsigned char b, unsigned long addr) |
b | 38 | include/asm-sparc/io.h | extern inline void outb(unsigned char b, unsigned long addr) |
b | 43 | include/asm-sparc/io.h | extern inline void outw(unsigned short b, unsigned long addr) |
b | 48 | include/asm-sparc/io.h | extern inline void outl(unsigned int b, unsigned long addr) |
b | 71 | include/asm-sparc/io.h | extern inline void writeb(unsigned short b, unsigned long addr) |
b | 76 | include/asm-sparc/io.h | extern inline void writew(unsigned short b, unsigned long addr) |
b | 81 | include/asm-sparc/io.h | extern inline void writel(unsigned int b, unsigned long addr) |
b | 54 | include/linux/binfmts.h | #define change_ldt(a,b) setup_arg_pages(a,b) |
b | 51 | include/linux/fs.h | #define MKDEV(a,b) ((int)((((a) & 0xff) << 8) | ((b) & 0xff))) |
b | 488 | include/linux/fs.h | extern void ll_rw_swap_file(int rw, int dev, unsigned int *b, int nb, char *buffer); |
b | 493 | include/linux/fs.h | extern unsigned long bread_page(unsigned long addr,dev_t dev,int b[],int size,int no_share); |
b | 497 | 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 | 6 | include/linux/symtab_end.h | #define _set_ver(a,b) a |
b | 76 | net/inet/af_inet.c | #define min(a,b) ((a)<(b)?(a):(b)) |
b | 103 | net/inet/dev.c | static __inline__ unsigned long min(unsigned long a, unsigned long b) |
b | 105 | net/inet/dev.c | return (a < b)? a : b; |
b | 65 | net/inet/icmp.c | #define min(a,b) ((a)<(b)?(a):(b)) |
b | 127 | net/inet/ip.c | #define min(a,b) ((a)<(b)?(a):(b)) |
b | 1590 | net/inet/ipx.c | char *p, b[64]; |
b | 1592 | net/inet/ipx.c | p = b; |
b | 1603 | net/inet/ipx.c | printk("%s-%04X: %s\n",str,l*8,b); |
b | 59 | net/inet/packet.c | static unsigned long min(unsigned long a, unsigned long b) |
b | 61 | net/inet/packet.c | if (a < b) |
b | 63 | net/inet/packet.c | return(b); |
b | 57 | net/inet/raw.c | static inline unsigned long min(unsigned long a, unsigned long b) |
b | 59 | net/inet/raw.c | if (a < b) |
b | 61 | net/inet/raw.c | return(b); |
b | 110 | net/inet/sock.c | #define min(a,b) ((a)<(b)?(a):(b)) |
b | 253 | net/inet/tcp.c | static __inline__ int min(unsigned int a, unsigned int b) |
b | 255 | net/inet/tcp.c | if (a < b) |
b | 257 | net/inet/tcp.c | return(b); |
b | 85 | net/inet/udp.c | #define min(a,b) ((a)<(b)?(a):(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); |