tag | line | file | source code |
x | 510 | fs/ext2/balloc.c | unsigned long desc_count, bitmap_count, x; |
x | 537 | fs/ext2/balloc.c | x = ext2_count_free |
x | 541 | fs/ext2/balloc.c | x = 0; |
x | 545 | fs/ext2/balloc.c | i, gdp[desc].bg_free_blocks_count, x); |
x | 546 | fs/ext2/balloc.c | bitmap_count += x; |
x | 471 | fs/ext2/ialloc.c | unsigned long desc_count, bitmap_count, x; |
x | 496 | fs/ext2/ialloc.c | x = ext2_count_free (sb->u.ext2_sb.s_inode_bitmap[bitmap_nr], |
x | 499 | fs/ext2/ialloc.c | x = 0; |
x | 504 | fs/ext2/ialloc.c | i, gdp[desc].bg_free_inodes_count, x); |
x | 505 | fs/ext2/ialloc.c | bitmap_count += x; |
x | 20 | fs/namei.c | #define ACC_MODE(x) ("\000\004\002\006"[(x)&O_ACCMODE]) |
x | 19 | fs/proc/array.c | #define LOAD_INT(x) ((x) >> FSHIFT) |
x | 20 | fs/proc/array.c | #define LOAD_FRAC(x) LOAD_INT(((x) & (FIXED_1-1)) * 100) |
x | 21 | fs/select.c | #define ROUND_UP(x,y) (((x)+(y)-1)/(y)) |
x | 23 | fs/xiafs/namei.c | #define RNDUP4(x) ((3+(u_long)(x)) & ~3) |
x | 31 | include/asm/system.h | #define save_flags(x) \ |
x | 32 | include/asm/system.h | __asm__ __volatile__("pushfl ; popl %0":"=r" (x)) |
x | 34 | include/asm/system.h | #define restore_flags(x) \ |
x | 35 | include/asm/system.h | __asm__ __volatile__("pushl %0 ; popfl"::"r" (x)) |
x | 78 | include/linux/a.out.h | #define N_BADMAG(x) \ |
x | 79 | include/linux/a.out.h | (N_MAGIC(x) != OMAGIC && N_MAGIC(x) != NMAGIC \ |
x | 80 | include/linux/a.out.h | && N_MAGIC(x) != ZMAGIC) |
x | 83 | include/linux/a.out.h | #define _N_BADMAG(x) \ |
x | 84 | include/linux/a.out.h | (N_MAGIC(x) != OMAGIC && N_MAGIC(x) != NMAGIC \ |
x | 85 | include/linux/a.out.h | && N_MAGIC(x) != ZMAGIC) |
x | 87 | include/linux/a.out.h | #define _N_HDROFF(x) (1024 - sizeof (struct exec)) |
x | 90 | include/linux/a.out.h | #define N_TXTOFF(x) \ |
x | 91 | include/linux/a.out.h | (N_MAGIC(x) == ZMAGIC ? _N_HDROFF((x)) + sizeof (struct exec) : sizeof (struct exec)) |
x | 95 | include/linux/a.out.h | #define N_DATOFF(x) (N_TXTOFF(x) + (x).a_text) |
x | 99 | include/linux/a.out.h | #define N_TRELOFF(x) (N_DATOFF(x) + (x).a_data) |
x | 103 | include/linux/a.out.h | #define N_DRELOFF(x) (N_TRELOFF(x) + (x).a_trsize) |
x | 107 | include/linux/a.out.h | #define N_SYMOFF(x) (N_DRELOFF(x) + (x).a_drsize) |
x | 111 | include/linux/a.out.h | #define N_STROFF(x) (N_SYMOFF(x) + (x).a_syms) |
x | 116 | include/linux/a.out.h | #define N_TXTADDR(x) 0 |
x | 141 | include/linux/a.out.h | #define _N_SEGMENT_ROUND(x) (((x) + SEGMENT_SIZE - 1) & ~(SEGMENT_SIZE - 1)) |
x | 143 | include/linux/a.out.h | #define _N_TXTENDADDR(x) (N_TXTADDR(x)+(x).a_text) |
x | 146 | include/linux/a.out.h | #define N_DATADDR(x) \ |
x | 147 | include/linux/a.out.h | (N_MAGIC(x)==OMAGIC? (_N_TXTENDADDR(x)) \ |
x | 148 | include/linux/a.out.h | : (_N_SEGMENT_ROUND (_N_TXTENDADDR(x)))) |
x | 153 | include/linux/a.out.h | #define N_BSSADDR(x) (N_DATADDR(x) + (x).a_data) |
x | 22 | include/linux/kernel.h | #define kfree(x) kfree_s((x), 0) |
x | 55 | include/linux/math_emu.h | #define math_abort(x,y) \ |
x | 56 | include/linux/math_emu.h | (((volatile void (*)(struct info *,unsigned int)) __math_abort)((x),(y))) |
x | 128 | include/linux/mtio.h | #define GMT_EOF(x) ((x) & 0x80000000) |
x | 129 | include/linux/mtio.h | #define GMT_BOT(x) ((x) & 0x40000000) |
x | 130 | include/linux/mtio.h | #define GMT_EOT(x) ((x) & 0x20000000) |
x | 131 | include/linux/mtio.h | #define GMT_SM(x) ((x) & 0x10000000) /* DDS setmark */ |
x | 132 | include/linux/mtio.h | #define GMT_EOD(x) ((x) & 0x08000000) /* DDS EOD */ |
x | 133 | include/linux/mtio.h | #define GMT_WR_PROT(x) ((x) & 0x04000000) |
x | 135 | include/linux/mtio.h | #define GMT_ONLINE(x) ((x) & 0x01000000) |
x | 136 | include/linux/mtio.h | #define GMT_D_6250(x) ((x) & 0x00800000) |
x | 137 | include/linux/mtio.h | #define GMT_D_1600(x) ((x) & 0x00400000) |
x | 138 | include/linux/mtio.h | #define GMT_D_800(x) ((x) & 0x00200000) |
x | 141 | include/linux/mtio.h | #define GMT_DR_OPEN(x) ((x) & 0x00040000) /* door open (no tape) */ |
x | 143 | include/linux/mtio.h | #define GMT_IM_REP_EN(x) ((x) & 0x00010000) /* immediate report mode */ |
x | 52 | include/linux/sched.h | #define CT_TO_SECS(x) ((x) / HZ) |
x | 53 | include/linux/sched.h | #define CT_TO_USECS(x) (((x) % HZ) * 1000000/HZ) |
x | 14 | kernel/FPU-emu/control_w.h | #define _Const_(x) $##x |
x | 16 | kernel/FPU-emu/control_w.h | #define _Const_(x) x |
x | 290 | kernel/FPU-emu/errors.c | FPU_REG *x; |
x | 292 | kernel/FPU-emu/errors.c | x = a; |
x | 299 | kernel/FPU-emu/errors.c | x = b; |
x | 305 | kernel/FPU-emu/errors.c | x = b; |
x | 311 | kernel/FPU-emu/errors.c | x = &CONST_QNaN; |
x | 318 | kernel/FPU-emu/errors.c | reg_move(x, dest); |
x | 14 | kernel/FPU-emu/exception.h | #define Const_(x) $##x |
x | 16 | kernel/FPU-emu/exception.h | #define Const_(x) x |
x | 41 | kernel/FPU-emu/exception.h | #define EXCEPTION(x) { printk("exception in %s at line %d\n", \ |
x | 42 | kernel/FPU-emu/exception.h | __FILE__, __LINE__); exception(x); } |
x | 44 | kernel/FPU-emu/exception.h | #define EXCEPTION(x) exception(x) |
x | 23 | kernel/FPU-emu/fpu_asm.h | #define SIGN(x) (x) |
x | 24 | kernel/FPU-emu/fpu_asm.h | #define TAG(x) 1(x) |
x | 25 | kernel/FPU-emu/fpu_asm.h | #define EXP(x) 4(x) |
x | 26 | kernel/FPU-emu/fpu_asm.h | #define SIG(x) SIGL_OFFSET##(x) |
x | 27 | kernel/FPU-emu/fpu_asm.h | #define SIGL(x) SIGL_OFFSET##(x) |
x | 28 | kernel/FPU-emu/fpu_asm.h | #define SIGH(x) 12(x) |
x | 16 | kernel/FPU-emu/fpu_emu.h | #define Const(x) $##x |
x | 18 | kernel/FPU-emu/fpu_emu.h | #define Const(x) x |
x | 58 | kernel/FPU-emu/fpu_emu.h | #define st(x) ( regs[((top+x) &7 )] ) |
x | 79 | kernel/FPU-emu/fpu_emu.h | #define reg_move(x, y) { \ |
x | 80 | kernel/FPU-emu/fpu_emu.h | *(short *)&((y)->sign) = *(short *)&((x)->sign); \ |
x | 81 | kernel/FPU-emu/fpu_emu.h | *(long *)&((y)->exp) = *(long *)&((x)->exp); \ |
x | 82 | kernel/FPU-emu/fpu_emu.h | *(long long *)&((y)->sigl) = *(long long *)&((x)->sigl); } |
x | 89 | kernel/FPU-emu/fpu_emu.h | extern void poly_div2(long long *x); |
x | 90 | kernel/FPU-emu/fpu_emu.h | extern void poly_div4(long long *x); |
x | 91 | kernel/FPU-emu/fpu_emu.h | extern void poly_div16(long long *x); |
x | 92 | kernel/FPU-emu/fpu_emu.h | extern void polynomial(unsigned accum[], unsigned x[], |
x | 94 | kernel/FPU-emu/fpu_emu.h | extern void normalize(FPU_REG *x); |
x | 106 | kernel/FPU-emu/fpu_emu.h | extern unsigned shrx(void *l, unsigned x); |
x | 107 | kernel/FPU-emu/fpu_emu.h | extern unsigned shrxs(void *v, unsigned x); |
x | 108 | kernel/FPU-emu/fpu_emu.h | extern unsigned long div_small(unsigned long long *x, unsigned long y); |
x | 134 | kernel/FPU-emu/fpu_entry.c | #define bswapw(x) __asm__("xchgb %%al,%%ah":"=a" (x):"0" ((short)x)) |
x | 40 | kernel/FPU-emu/get_address.c | #define REG_(x) (*(long *)(reg_offset[(x)]+(char *) FPU_info)) |
x | 14 | kernel/FPU-emu/status_w.h | #define Const__(x) $##x |
x | 16 | kernel/FPU-emu/status_w.h | #define Const__(x) x |
x | 186 | kernel/blk_drv/blk.h | #define SET_INTR(x) \ |
x | 187 | kernel/blk_drv/blk.h | if ((DEVICE_INTR = (x)) != NULL) \ |
x | 194 | kernel/blk_drv/blk.h | #define SET_INTR(x) (DEVICE_INTR = (x)) |
x | 92 | kernel/blk_drv/floppy.c | #define TYPE(x) ((x)>>2) |
x | 93 | kernel/blk_drv/floppy.c | #define DRIVE(x) ((x)&0x03) |
x | 29 | kernel/blk_drv/scsi/aha1542.c | #define DEB(x) x |
x | 31 | kernel/blk_drv/scsi/aha1542.c | #define DEB(x) |
x | 41 | kernel/blk_drv/scsi/aha1740.c | #define DEB(x) x |
x | 43 | kernel/blk_drv/scsi/aha1740.c | #define DEB(x) |
x | 19 | kernel/blk_drv/scsi/aha1740.h | #define SLOTBASE(x) ((x << 12)+ 0xc80 ) |
x | 41 | kernel/blk_drv/scsi/scsi_debug.c | #define DEB(x) x |
x | 43 | kernel/blk_drv/scsi/scsi_debug.c | #define DEB(x) |
x | 33 | kernel/blk_drv/scsi/wd7000.c | #define DEB(x) x |
x | 35 | kernel/blk_drv/scsi/wd7000.c | #define DEB(x) |
x | 179 | kernel/chr_drv/console.c | #define set_kbd(x) set_vc_kbd_flag(kbd_table+currcons,x) |
x | 180 | kernel/chr_drv/console.c | #define clr_kbd(x) clr_vc_kbd_flag(kbd_table+currcons,x) |
x | 181 | kernel/chr_drv/console.c | #define is_kbd(x) vc_kbd_flag(kbd_table+currcons,x) |
x | 266 | kernel/chr_drv/console.c | x = 0; |
x | 269 | kernel/chr_drv/console.c | x = video_num_columns - 1; |
x | 271 | kernel/chr_drv/console.c | x = new_x; |
x | 284 | kernel/chr_drv/console.c | pos = origin + y*video_size_row + (x<<1); |
x | 399 | kernel/chr_drv/console.c | pos -= x<<1; |
x | 400 | kernel/chr_drv/console.c | need_wrap = x = 0; |
x | 405 | kernel/chr_drv/console.c | if (x) { |
x | 407 | kernel/chr_drv/console.c | x--; |
x | 414 | kernel/chr_drv/console.c | if (x) { |
x | 416 | kernel/chr_drv/console.c | x--; |
x | 459 | kernel/chr_drv/console.c | count = video_num_columns-x; |
x | 463 | kernel/chr_drv/console.c | start = pos - (x<<1); |
x | 464 | kernel/chr_drv/console.c | count = x+1; |
x | 467 | kernel/chr_drv/console.c | start = pos - (x<<1); |
x | 629 | kernel/chr_drv/console.c | respond_num(x+1, currcons, tty); |
x | 738 | kernel/chr_drv/console.c | unsigned int i = x; |
x | 759 | kernel/chr_drv/console.c | unsigned int i = x; |
x | 818 | kernel/chr_drv/console.c | saved_x = x; |
x | 915 | kernel/chr_drv/console.c | if (x == video_num_columns - 1) |
x | 918 | kernel/chr_drv/console.c | x++; |
x | 936 | kernel/chr_drv/console.c | pos -= (x << 1); |
x | 937 | kernel/chr_drv/console.c | while (x < video_num_columns - 1) { |
x | 938 | kernel/chr_drv/console.c | x++; |
x | 939 | kernel/chr_drv/console.c | if (tab_stop[x >> 5] & (1 << (x & 31))) |
x | 942 | kernel/chr_drv/console.c | pos += (x << 1); |
x | 990 | kernel/chr_drv/console.c | tab_stop[x >> 5] |= (1 << (x & 31)); |
x | 1070 | kernel/chr_drv/console.c | gotoxy(currcons,x,y-par[0]); |
x | 1074 | kernel/chr_drv/console.c | gotoxy(currcons,x,y+par[0]); |
x | 1078 | kernel/chr_drv/console.c | gotoxy(currcons,x+par[0],y); |
x | 1082 | kernel/chr_drv/console.c | gotoxy(currcons,x-par[0],y); |
x | 1094 | kernel/chr_drv/console.c | gotoxy(currcons,x,par[0]); |
x | 1122 | kernel/chr_drv/console.c | tab_stop[x >> 5] &= ~(1 << (x & 31)); |
x | 1357 | kernel/chr_drv/console.c | pos = origin + y*video_size_row + (x<<1); |
x | 1366 | kernel/chr_drv/console.c | pos = origin + y*video_size_row + (x<<1); |
x | 1473 | kernel/chr_drv/console.c | if (x == video_num_columns - 1) { |
x | 1477 | kernel/chr_drv/console.c | x++; |
x | 25 | kernel/chr_drv/tty_ioctl.c | # define PRINTK(x) printk (x) |
x | 27 | kernel/chr_drv/tty_ioctl.c | # define PRINTK(x) /**/ |
x | 82 | net/kern_sock.h | #define PRINTK(x) printk x |
x | 84 | net/kern_sock.h | #define PRINTK(x) /**/ |
x | 73 | net/tcp/arp.c | #define PRINTK(x) printk x |
x | 75 | net/tcp/arp.c | #define PRINTK(x) /**/ |
x | 90 | net/tcp/dev.c | #define PRINTK(x) printk x |
x | 92 | net/tcp/dev.c | #define PRINTK(x) /**/ |
x | 62 | net/tcp/eth.c | #define PRINTK(x) printk x |
x | 64 | net/tcp/eth.c | #define PRINTK(x) /**/ |
x | 58 | net/tcp/eth.h | #define NET16(x) (((x&0xff)<<8)|((x>>8)&0xff)) |
x | 85 | net/tcp/icmp.c | #define PRINTK(x) printk x |
x | 87 | net/tcp/icmp.c | #define PRINTK(x) /**/ |
x | 83 | net/tcp/ip.c | #define PRINTK(x) printk x |
x | 85 | net/tcp/ip.c | #define PRINTK(x) /**/ |
x | 279 | net/tcp/ip.c | struct rtable *r, *x, *p; |
x | 295 | net/tcp/ip.c | x = r->next; |
x | 297 | net/tcp/ip.c | r = x; |
x | 703 | net/tcp/ip.c | opt->tstamp.x.full_char = *buff; |
x | 71 | net/tcp/ip.h | } x; |
x | 117 | net/tcp/ip.h | net16(unsigned short x) |
x | 119 | net/tcp/ip.h | __asm__("xchgb %%cl,%%ch": "=c" (x) : "0" (x) : "cx"); |
x | 120 | net/tcp/ip.h | return (x); |
x | 124 | net/tcp/ip.h | net32(unsigned long x) |
x | 128 | net/tcp/ip.h | "\t xchgb %%cl,%%ch":"=c" (x):"0"(x):"cx"); |
x | 129 | net/tcp/ip.h | return (x); |
x | 80 | net/tcp/loopback.c | #define PRINTK(x) printk x |
x | 82 | net/tcp/loopback.c | #define PRINTK(x) /**/ |
x | 86 | net/tcp/raw.c | #define PRINTK(x) printk x |
x | 88 | net/tcp/raw.c | #define PRINTK(x) /**/ |
x | 107 | net/tcp/sock.c | #define PRINTK(x) printk x |
x | 109 | net/tcp/sock.c | #define PRINTK(x) /**/ |
x | 113 | net/tcp/sock.c | #define MPRINTK(x) printk x |
x | 115 | net/tcp/sock.c | #define MPRINTK(x) /**/ |
x | 107 | net/tcp/tcp.c | #define PRINTK(x) printk x |
x | 109 | net/tcp/tcp.c | #define PRINTK(x) /**/ |
x | 75 | net/tcp/timer.c | #define PRINTK(x) printk x |
x | 77 | net/tcp/timer.c | #define PRINTK(x) /**/ |
x | 87 | net/tcp/udp.c | #define PRINTK(x) printk x |
x | 89 | net/tcp/udp.c | #define PRINTK(x) /**/ |
x | 46 | tools/build.c | #define STRINGIFY(x) #x |
x | 222 | zBoot/gzip.h | # define Trace(x) fprintf x |
x | 223 | zBoot/gzip.h | # define Tracev(x) {if (verbose) fprintf x ;} |
x | 224 | zBoot/gzip.h | # define Tracevv(x) {if (verbose>1) fprintf x ;} |
x | 225 | zBoot/gzip.h | # define Tracec(c,x) {if (verbose && (c)) fprintf x ;} |
x | 226 | zBoot/gzip.h | # define Tracecv(c,x) {if (verbose>1 && (c)) fprintf x ;} |
x | 229 | zBoot/gzip.h | # define Trace(x) |
x | 230 | zBoot/gzip.h | # define Tracev(x) |
x | 231 | zBoot/gzip.h | # define Tracevv(x) |
x | 232 | zBoot/gzip.h | # define Tracec(c,x) |
x | 233 | zBoot/gzip.h | # define Tracecv(c,x) |
x | 1 | zBoot/inflate.c | #define DEBG(x) |
x | 2 | zBoot/inflate.c | #define DEBG1(x) |
x | 128 | zBoot/inflate.c | unsigned x[BMAX+1]; /* bit offsets, then code stack */ |
x | 179 | zBoot/inflate.c | x[1] = j = 0; |
x | 180 | zBoot/inflate.c | p = c + 1; xp = x + 2; |
x | 191 | zBoot/inflate.c | v[x[j]++] = i; |
x | 197 | zBoot/inflate.c | x[0] = i = 0; /* first Huffman code is zero */ |
x | 259 | zBoot/inflate.c | x[h] = i; /* save pattern for backing up */ |
x | 297 | zBoot/inflate.c | while ((i & ((1 << w) - 1)) != x[h]) |
x | 256 | zBoot/misc.c | void error(char *x) |
x | 259 | zBoot/misc.c | printk(x); |
x | 23 | zBoot/xtract.c | #define STRINGIFY(x) #x |