taglinefilesource code
x508fs/ext2/balloc.cunsigned long desc_count, bitmap_count, x;
x535fs/ext2/balloc.cx = ext2_count_free 
x539fs/ext2/balloc.cx = 0;
x543fs/ext2/balloc.ci, gdp[desc].bg_free_blocks_count, x);
x544fs/ext2/balloc.cbitmap_count += x;
x479fs/ext2/ialloc.cunsigned long desc_count, bitmap_count, x;
x504fs/ext2/ialloc.cx = ext2_count_free (sb->u.ext2_sb.s_inode_bitmap[bitmap_nr],
x507fs/ext2/ialloc.cx = 0;
x512fs/ext2/ialloc.ci, gdp[desc].bg_free_inodes_count, x);
x513fs/ext2/ialloc.cbitmap_count += x;
x20fs/namei.c#define ACC_MODE(x) ("\000\004\002\006"[(x)&O_ACCMODE])
x19fs/proc/array.c#define LOAD_INT(x) ((x) >> FSHIFT)
x20fs/proc/array.c#define LOAD_FRAC(x) LOAD_INT(((x) & (FIXED_1-1)) * 100)
x21fs/select.c#define ROUND_UP(x,y) (((x)+(y)-1)/(y))
x23fs/xiafs/namei.c#define RNDUP4(x)  ((3+(u_long)(x)) & ~3)
x16include/asm/irq.h#define __STR(x) #x
x17include/asm/irq.h#define STR(x) __STR(x)
x39include/asm/segment.h#define put_fs_byte(x,addr) put_user_byte((x),(char *)(addr))
x46include/asm/segment.h#define put_fs_word(x,addr) put_user_word((x),(short *)(addr))
x53include/asm/segment.h#define put_fs_long(x,addr) put_user_long((x),(int *)(addr))
x47include/asm/system.h#define save_flags(x) \
x48include/asm/system.h__asm__ __volatile__("pushfl ; popl %0":"=r" (x): /* no input */ :"memory")
x50include/asm/system.h#define restore_flags(x) \
x51include/asm/system.h__asm__ __volatile__("pushl %0 ; popfl": /* no output */ :"r" (x):"memory")
x82include/linux/a.out.h#define N_BADMAG(x)    (N_MAGIC(x) != OMAGIC    \
x83include/linux/a.out.h&& N_MAGIC(x) != NMAGIC    \
x84include/linux/a.out.h&& N_MAGIC(x) != ZMAGIC \
x85include/linux/a.out.h&& N_MAGIC(x) != QMAGIC)
x88include/linux/a.out.h#define _N_HDROFF(x) (1024 - sizeof (struct exec))
x91include/linux/a.out.h#define N_TXTOFF(x) \
x92include/linux/a.out.h(N_MAGIC(x) == ZMAGIC ? _N_HDROFF((x)) + sizeof (struct exec) : \
x93include/linux/a.out.h(N_MAGIC(x) == QMAGIC ? 0 : sizeof (struct exec)))
x97include/linux/a.out.h#define N_DATOFF(x) (N_TXTOFF(x) + (x).a_text)
x101include/linux/a.out.h#define N_TRELOFF(x) (N_DATOFF(x) + (x).a_data)
x105include/linux/a.out.h#define N_DRELOFF(x) (N_TRELOFF(x) + (x).a_trsize)
x109include/linux/a.out.h#define N_SYMOFF(x) (N_DRELOFF(x) + (x).a_drsize)
x113include/linux/a.out.h#define N_STROFF(x) (N_SYMOFF(x) + (x).a_syms)
x118include/linux/a.out.h#define N_TXTADDR(x) (N_MAGIC(x) == QMAGIC ? PAGE_SIZE : 0)
x143include/linux/a.out.h#define _N_SEGMENT_ROUND(x) (((x) + SEGMENT_SIZE - 1) & ~(SEGMENT_SIZE - 1))
x145include/linux/a.out.h#define _N_TXTENDADDR(x) (N_TXTADDR(x)+(x).a_text)
x148include/linux/a.out.h#define N_DATADDR(x) \
x149include/linux/a.out.h(N_MAGIC(x)==OMAGIC? (_N_TXTENDADDR(x)) \
x150include/linux/a.out.h: (_N_SEGMENT_ROUND (_N_TXTENDADDR(x))))
x155include/linux/a.out.h#define N_BSSADDR(x) (N_DATADDR(x) + (x).a_data)
x73include/linux/elf.h#define ELF32_ST_BIND(x) ((x) >> 4)
x74include/linux/elf.h#define ELF32_ST_TYPE(x) (((unsigned int) x) & 0xf)
x87include/linux/elf.h#define ELF32_R_SYM(x) ((x) >> 8)
x88include/linux/elf.h#define ELF32_R_TYPE(x) ((x) & 0xff)
x125include/linux/in.h__ntohl(unsigned long int x)
x127include/linux/in.hregister unsigned long int tmp __asm__ ("ax") = x;
x136include/linux/in.h__ntohs(unsigned short int x)
x138include/linux/in.hregister unsigned short int tmp __asm__ ("ax") = x;
x145include/linux/in.h__htonl(unsigned long int x)
x147include/linux/in.hregister unsigned long int tmp __asm__ ("ax") = x;
x156include/linux/in.h__htons(unsigned short int x)
x158include/linux/in.hregister unsigned short int tmp __asm__ ("ax") = x;
x165include/linux/in.h#  define ntohl(x)  __ntohl((x))
x166include/linux/in.h#  define ntohs(x)  __ntohs((x))
x167include/linux/in.h#  define htonl(x)  __htonl((x))
x168include/linux/in.h#  define htons(x)  __htons((x))
x38include/linux/ip.h} x;
x52include/linux/kernel.h#define kfree(x) kfree_s((x), 0)
x53include/linux/kernel.h#define kcheck(x) kcheck_s((x), 0)
x113include/linux/keyboard.h#define KTYP(x)    ((x) >> 8)
x114include/linux/keyboard.h#define KVAL(x)    ((x) & 0xff)
x55include/linux/math_emu.h#define math_abort(x,y) \
x56include/linux/math_emu.h(((volatile void (*)(struct info *,unsigned int)) __math_abort)((x),(y)))
x25include/linux/mcd.h#define MCDPORT(x)    (0x320 + (x))
x132include/linux/mtio.h#define GMT_EOF(x)              ((x) & 0x80000000)
x133include/linux/mtio.h#define GMT_BOT(x)              ((x) & 0x40000000)
x134include/linux/mtio.h#define GMT_EOT(x)              ((x) & 0x20000000)
x135include/linux/mtio.h#define GMT_SM(x)               ((x) & 0x10000000)  /* DDS setmark */
x136include/linux/mtio.h#define GMT_EOD(x)              ((x) & 0x08000000)  /* DDS EOD */
x137include/linux/mtio.h#define GMT_WR_PROT(x)          ((x) & 0x04000000)
x139include/linux/mtio.h#define GMT_ONLINE(x)           ((x) & 0x01000000)
x140include/linux/mtio.h#define GMT_D_6250(x)           ((x) & 0x00800000)
x141include/linux/mtio.h#define GMT_D_1600(x)           ((x) & 0x00400000)
x142include/linux/mtio.h#define GMT_D_800(x)            ((x) & 0x00200000)
x145include/linux/mtio.h#define GMT_DR_OPEN(x)          ((x) & 0x00040000)  /* door open (no tape) */
x147include/linux/mtio.h#define GMT_IM_REP_EN(x)        ((x) & 0x00010000)  /* immediate report mode */
x54include/linux/sched.h#define CT_TO_SECS(x)  ((x) / HZ)
x55include/linux/sched.h#define CT_TO_USECS(x)  (((x) % HZ) * 1000000/HZ)
x14kernel/FPU-emu/control_w.h#define  _Const_(x)  $##x
x16kernel/FPU-emu/control_w.h#define  _Const_(x)  x
x317kernel/FPU-emu/errors.cFPU_REG *x;
x322kernel/FPU-emu/errors.cx = a;
x330kernel/FPU-emu/errors.cx = b;
x344kernel/FPU-emu/errors.cx = b;
x351kernel/FPU-emu/errors.cx = &CONST_QNaN;
x357kernel/FPU-emu/errors.cif ( !(x->sigh & 0x80000000) )  /* pseudo-NaN ? */
x358kernel/FPU-emu/errors.cx = &CONST_QNaN;
x359kernel/FPU-emu/errors.creg_move(x, dest);
x366kernel/FPU-emu/errors.cif ( !(x->sigh & 0x80000000) )  /* pseudo-NaN ? */
x367kernel/FPU-emu/errors.cx = &CONST_QNaN;
x368kernel/FPU-emu/errors.creg_move(x, dest);
x14kernel/FPU-emu/exception.h#define  Const_(x)  $##x
x16kernel/FPU-emu/exception.h#define  Const_(x)  x
x45kernel/FPU-emu/exception.h#define  EXCEPTION(x)  { printk("exception in %s at line %d\n", \
x46kernel/FPU-emu/exception.h__FILE__, __LINE__); exception(x); }
x48kernel/FPU-emu/exception.h#define  EXCEPTION(x)  exception(x)
x23kernel/FPU-emu/fpu_asm.h#define SIGN(x)  (x)
x24kernel/FPU-emu/fpu_asm.h#define  TAG(x)  1(x)
x25kernel/FPU-emu/fpu_asm.h#define  EXP(x)  4(x)
x26kernel/FPU-emu/fpu_asm.h#define SIG(x)  SIGL_OFFSET##(x)
x27kernel/FPU-emu/fpu_asm.h#define  SIGL(x)  SIGL_OFFSET##(x)
x28kernel/FPU-emu/fpu_asm.h#define  SIGH(x)  12(x)
x33kernel/FPU-emu/fpu_emu.h#define  Const(x)  $##x
x35kernel/FPU-emu/fpu_emu.h#define  Const(x)  x
x85kernel/FPU-emu/fpu_emu.h#define  st(x)  ( regs[((top+x) &7 )] )
x109kernel/FPU-emu/fpu_emu.h#define reg_move(x, y) { \
x110kernel/FPU-emu/fpu_emu.h*(short *)&((y)->sign) = *(short *)&((x)->sign); \
x111kernel/FPU-emu/fpu_emu.h*(long *)&((y)->exp) = *(long *)&((x)->exp); \
x112kernel/FPU-emu/fpu_emu.h*(long long *)&((y)->sigl) = *(long long *)&((x)->sigl); }
x114kernel/FPU-emu/fpu_emu.h#define significand(x) ( ((unsigned long long *)&((x)->sigl))[0] )
x122kernel/FPU-emu/fpu_emu.hasmlinkage void poly_div2(unsigned long long *x);
x123kernel/FPU-emu/fpu_emu.hasmlinkage void poly_div4(unsigned long long *x);
x124kernel/FPU-emu/fpu_emu.hasmlinkage void poly_div16(unsigned long long *x);
x125kernel/FPU-emu/fpu_emu.hasmlinkage void polynomial(unsigned accum[], unsigned x[],
x127kernel/FPU-emu/fpu_emu.hasmlinkage void normalize(FPU_REG *x);
x128kernel/FPU-emu/fpu_emu.hasmlinkage void normalize_nuo(FPU_REG *x);
x140kernel/FPU-emu/fpu_emu.hasmlinkage unsigned  shrx(void *l, unsigned x);
x141kernel/FPU-emu/fpu_emu.hasmlinkage unsigned  shrxs(void *v, unsigned x);
x142kernel/FPU-emu/fpu_emu.hasmlinkage unsigned long div_small(unsigned long long *x, unsigned long y);
x154kernel/FPU-emu/fpu_entry.c#define bswapw(x) __asm__("xchgb %%al,%%ah":"=a" (x):"0" ((short)x))
x719kernel/FPU-emu/fpu_trig.cunsigned long long x;
x721kernel/FPU-emu/fpu_trig.cx = st0 << n;
x727kernel/FPU-emu/fpu_trig.c:"=m" (x), "=m" (((unsigned *)&x)[1])
x732kernel/FPU-emu/fpu_trig.c*y = x;
x798kernel/FPU-emu/fpu_trig.cunsigned long long x;
x803kernel/FPU-emu/fpu_trig.cx = significand(st1_ptr) - significand(&tmp);
x805kernel/FPU-emu/fpu_trig.cx = (significand(st1_ptr) << 1) - significand(&tmp);
x806kernel/FPU-emu/fpu_trig.cif ( (x < significand(&tmp)) ||
x808kernel/FPU-emu/fpu_trig.c((x == significand(&tmp)) && (q & 1) ) )
x811kernel/FPU-emu/fpu_trig.csignificand(&tmp) = x;
x40kernel/FPU-emu/get_address.c#define REG_(x) (*(long *)(reg_offset[(x)]+(char *) FPU_info))
x16kernel/FPU-emu/status_w.h#define  Const__(x)  $##x
x18kernel/FPU-emu/status_w.h#define  Const__(x)  x
x217kernel/blk_drv/blk.h#define SET_INTR(x) \
x218kernel/blk_drv/blk.hif ((DEVICE_INTR = (x)) != NULL) \
x225kernel/blk_drv/blk.h#define SET_INTR(x) (DEVICE_INTR = (x))
x99kernel/blk_drv/floppy.c#define TYPE(x) ((x)>>2)
x100kernel/blk_drv/floppy.c#define DRIVE(x) ((x)&0x03)
x32kernel/blk_drv/scsi/aha1542.c#define DEB(x) x
x34kernel/blk_drv/scsi/aha1542.c#define DEB(x)
x42kernel/blk_drv/scsi/aha1740.c#define DEB(x) x
x44kernel/blk_drv/scsi/aha1740.c#define DEB(x)
x19kernel/blk_drv/scsi/aha1740.h#define  SLOTBASE(x)  ((x << 12)+ 0xc80 )
x41kernel/blk_drv/scsi/scsi_debug.c#define DEB(x) x
x43kernel/blk_drv/scsi/scsi_debug.c#define DEB(x)
x35kernel/blk_drv/scsi/wd7000.c#define DEB(x) x
x37kernel/blk_drv/scsi/wd7000.c#define DEB(x)
x195kernel/chr_drv/console.c#define set_kbd(x) set_vc_kbd_flag(kbd_table+currcons,x)
x196kernel/chr_drv/console.c#define clr_kbd(x) clr_vc_kbd_flag(kbd_table+currcons,x)
x197kernel/chr_drv/console.c#define is_kbd(x) vc_kbd_flag(kbd_table+currcons,x)
x283kernel/chr_drv/console.cx = 0;
x286kernel/chr_drv/console.cx = video_num_columns - 1;
x288kernel/chr_drv/console.cx = new_x;
x301kernel/chr_drv/console.cpos = origin + y*video_size_row + (x<<1);
x483kernel/chr_drv/console.cpos -= x<<1;
x484kernel/chr_drv/console.cneed_wrap = x = 0;
x489kernel/chr_drv/console.cif (x) {
x491kernel/chr_drv/console.cx--;
x498kernel/chr_drv/console.cif (x) {
x500kernel/chr_drv/console.cx--;
x544kernel/chr_drv/console.ccount = video_num_columns-x;
x548kernel/chr_drv/console.cstart = pos - (x<<1);
x549kernel/chr_drv/console.ccount = x+1;
x552kernel/chr_drv/console.cstart = pos - (x<<1);
x692kernel/chr_drv/console.crespond_num(x+1, currcons, tty);
x801kernel/chr_drv/console.cunsigned int i = x;
x822kernel/chr_drv/console.cunsigned int i = x;
x881kernel/chr_drv/console.csaved_x    = x;
x983kernel/chr_drv/console.cif (x == video_num_columns - 1)
x986kernel/chr_drv/console.cx++;
x1004kernel/chr_drv/console.cpos -= (x << 1);
x1005kernel/chr_drv/console.cwhile (x < video_num_columns - 1) {
x1006kernel/chr_drv/console.cx++;
x1007kernel/chr_drv/console.cif (tab_stop[x >> 5] & (1 << (x & 31)))
x1010kernel/chr_drv/console.cpos += (x << 1);
x1058kernel/chr_drv/console.ctab_stop[x >> 5] |= (1 << (x & 31));
x1138kernel/chr_drv/console.cgotoxy(currcons,x,y-par[0]);
x1142kernel/chr_drv/console.cgotoxy(currcons,x,y+par[0]);
x1146kernel/chr_drv/console.cgotoxy(currcons,x+par[0],y);
x1150kernel/chr_drv/console.cgotoxy(currcons,x-par[0],y);
x1162kernel/chr_drv/console.cgotoxy(currcons,x,par[0]);
x1190kernel/chr_drv/console.ctab_stop[x >> 5] &= ~(1 << (x & 31));
x1316kernel/chr_drv/console.cif (x == video_num_columns - 1) {
x1320kernel/chr_drv/console.cx++;
x1461kernel/chr_drv/console.cpos = origin + y*video_size_row + (x<<1);
x1470kernel/chr_drv/console.cpos = origin + y*video_size_row + (x<<1);
x26kernel/chr_drv/tty_ioctl.c# define  PRINTK(x)  printk (x)
x28kernel/chr_drv/tty_ioctl.c# define  PRINTK(x)  /**/
x136kernel/chr_drv/tty_ioctl.c#define NOSET_MASK(x,y,z) (x = ((x) & ~(z)) | ((y) & (z)))
x181kernel/signal.c#define CHECK_SEG(x) if (x) x |= 3
x182kernel/signal.c#define COPY(x) regs->x = context.x
x217kernel/signal.c#define CODE(x) ((unsigned long *) ((x)+__CODE))
x297lib/malloc.cunsigned char *x = (unsigned char *) retval;
x299lib/malloc.cx += pos;
x301lib/malloc.cif(*x++ != 0xF8) {
x25net/ddi.c#   define PRINTK(x)  printk x
x27net/ddi.c#   define PRINTK(x)  /**/
x34net/drv/slip/slip.c#   define PRINTK(x)  printk x
x36net/drv/slip/slip.c#   define PRINTK(x)  /**/
x18net/drv/we8003/we8003.h#   define PRINTK(x)  printk x
x20net/drv/we8003/we8003.h#   define PRINTK(x)  /**/
x112net/inet/d_link.c#define PRINTK(x) if (d_link_debug >= 2) printk x
x114net/inet/d_link.c#define PRINTK(x) /**/
x58net/inet/inet.h#define NET16(x)  ((((x) >> 8) & 0x00FF) | (((x) << 8) & 0xFF00))
x63net/inet/inet.h#  define  DPRINTF(x)  dprintf x 
x65net/inet/inet.h#   define  DPRINTF(x)  /*zilch*/
x350net/inet/ip.copt->tstamp.x.full_char = *buff;
x96net/inet/plip.c#define PRINTK(x) printk x
x98net/inet/plip.c#define PRINTK(x) /**/
x101net/inet/plip.c#define PRINTK2(x) printk x
x103net/inet/plip.c#define PRINTK2(x) /**/
x63net/inet/route.cstruct rtable *r, *x, *p;
x72net/inet/route.cx = r->rt_next;
x74net/inet/route.cr = x;
x87net/inet/route.cstruct rtable *r, *x, *p;
x96net/inet/route.cx = r->rt_next;
x98net/inet/route.cr = x;
x66net/inet/slhc.c#define DPRINT(x)
x72net/inet/slhc.cstatic unsigned char * put16(unsigned char *cp, unsigned short x);
x158net/inet/slhc.cput16(unsigned char *cp, unsigned short x)
x160net/inet/slhc.c*cp++ = x >> 8;
x161net/inet/slhc.c*cp++ = x;
x196net/inet/slhc.cregister int x;
x198net/inet/slhc.cx = *(*cpp)++;
x199net/inet/slhc.cif(x == 0){
x202net/inet/slhc.creturn x & 0xff;    /* -1 if PULLCHAR returned error */
x479net/inet/slhc.clong x;
x498net/inet/slhc.cx = *cp++;  /* Read conn index */
x499net/inet/slhc.cif(x < 0 || x > comp->rslot_limit)
x503net/inet/slhc.ccomp->recv_current = x;
x518net/inet/slhc.cif((x = pull16(&cp)) == -1) {  /* Read the TCP checksum */
x522net/inet/slhc.cthp->check = htons(x);
x551net/inet/slhc.cif((x = decode(&cp)) == -1) {
x555net/inet/slhc.cthp->urg_ptr = htons(x);
x559net/inet/slhc.cif((x = decode(&cp)) == -1) {
x563net/inet/slhc.cthp->window = htons( ntohs(thp->window) + x);
x566net/inet/slhc.cif((x = decode(&cp)) == -1) {
x570net/inet/slhc.cthp->ack_seq = htonl( ntohl(thp->ack_seq) + x);
x573net/inet/slhc.cif((x = decode(&cp)) == -1) {
x577net/inet/slhc.cthp->seq = htonl( ntohl(thp->seq) + x);
x582net/inet/slhc.cif((x = decode(&cp)) == -1) {
x586net/inet/slhc.cip->id = htons (ntohs (ip->id) + x);
x169net/inet/slhc.h#define __ARGS(x) x
x32net/socket.c#define DPRINTF(x) dprintf x
x34net/socket.c#define DPRINTF(x) /**/
x46tools/build.c#define STRINGIFY(x) #x
x222zBoot/gzip.h#  define Trace(x) fprintf x
x223zBoot/gzip.h#  define Tracev(x) {if (verbose) fprintf x ;}
x224zBoot/gzip.h#  define Tracevv(x) {if (verbose>1) fprintf x ;}
x225zBoot/gzip.h#  define Tracec(c,x) {if (verbose && (c)) fprintf x ;}
x226zBoot/gzip.h#  define Tracecv(c,x) {if (verbose>1 && (c)) fprintf x ;}
x229zBoot/gzip.h#  define Trace(x)
x230zBoot/gzip.h#  define Tracev(x)
x231zBoot/gzip.h#  define Tracevv(x)
x232zBoot/gzip.h#  define Tracec(c,x)
x233zBoot/gzip.h#  define Tracecv(c,x)
x1zBoot/inflate.c#define DEBG(x)
x2zBoot/inflate.c#define DEBG1(x)
x128zBoot/inflate.cunsigned x[BMAX+1];           /* bit offsets, then code stack */
x179zBoot/inflate.cx[1] = j = 0;
x180zBoot/inflate.cp = c + 1;  xp = x + 2;
x191zBoot/inflate.cv[x[j]++] = i;
x197zBoot/inflate.cx[0] = i = 0;                 /* first Huffman code is zero */
x259zBoot/inflate.cx[h] = i;             /* save pattern for backing up */
x297zBoot/inflate.cwhile ((i & ((1 << w) - 1)) != x[h])
x115zBoot/misc.cint x,y;
x118zBoot/misc.cx = SCREEN_INFO.orig_x;
x123zBoot/misc.cx = 0;
x129zBoot/misc.cvidmem [ ( x + cols * y ) * 2 ] = c; 
x130zBoot/misc.cif ( ++x >= cols ) {
x131zBoot/misc.cx = 0;
x140zBoot/misc.cSCREEN_INFO.orig_x = x;
x282zBoot/misc.cvoid error(char *x)
x285zBoot/misc.cputs(x);
x23zBoot/xtract.c#define STRINGIFY(x) #x