taglinefilesource code
t401fs/super.cchar tmp[100], * t;
t418fs/super.ct = tmp;
t420fs/super.ct = NULL;
t421fs/super.cif (!(fstype = get_fs_type(t)))
t423fs/super.ct = fstype->name;
t471fs/super.cretval = do_mount(dev,dir_name,t,flags,(void *) page);
t38include/linux/ioctl.h#define _IOW(c,d,t)  (IOC_IN | ((sizeof(t)<<16) & IOCSIZE_MASK) | \
t40include/linux/ioctl.h#define _IOR(c,d,t)  (IOC_OUT | ((sizeof(t)<<16) & IOCSIZE_MASK) | \
t43include/linux/ioctl.h#define _IOWR(c,d,t)  (IOC_INOUT | ((sizeof(t)<<16) & IOCSIZE_MASK) | \
t112include/linux/keyboard.h#define K(t,v)    (((t)<<8)|(v))
t350include/linux/tpqic02.h#define TIMERON(t)  timer_table[TAPE_QIC02_TIMER].expires = jiffies + (t); \
t119kernel/FPU-emu/fpu_aux.cFPU_REG t;
t143kernel/FPU-emu/fpu_aux.creg_move(FPU_st0_ptr, &t);
t145kernel/FPU-emu/fpu_aux.creg_move(&t, sti_ptr);
t854kernel/FPU-emu/reg_ld_str.cFPU_REG t;
t871kernel/FPU-emu/reg_ld_str.creg_move(FPU_st0_ptr, &t);
t872kernel/FPU-emu/reg_ld_str.cprecision_loss = round_to_int(&t);
t873kernel/FPU-emu/reg_ld_str.c((long *)&tll)[0] = t.sigl;
t874kernel/FPU-emu/reg_ld_str.c((long *)&tll)[1] = t.sigh;
t876kernel/FPU-emu/reg_ld_str.c((t.sigh & 0x80000000) &&
t877kernel/FPU-emu/reg_ld_str.c!((t.sigh == 0x80000000) && (t.sigl == 0) &&
t878kernel/FPU-emu/reg_ld_str.c(t.sign == SIGN_NEG))) )
t895kernel/FPU-emu/reg_ld_str.cif ( t.sign )
t913kernel/FPU-emu/reg_ld_str.cFPU_REG t;
t929kernel/FPU-emu/reg_ld_str.creg_move(FPU_st0_ptr, &t);
t930kernel/FPU-emu/reg_ld_str.cprecision_loss = round_to_int(&t);
t931kernel/FPU-emu/reg_ld_str.cif (t.sigh ||
t932kernel/FPU-emu/reg_ld_str.c((t.sigl & 0x80000000) &&
t933kernel/FPU-emu/reg_ld_str.c!((t.sigl == 0x80000000) && (t.sign == SIGN_NEG))) )
t941kernel/FPU-emu/reg_ld_str.ct.sigl = 0x80000000;
t950kernel/FPU-emu/reg_ld_str.cif ( t.sign )
t951kernel/FPU-emu/reg_ld_str.ct.sigl = -(long)t.sigl;
t956kernel/FPU-emu/reg_ld_str.cput_fs_long(t.sigl, (unsigned long *) d);
t967kernel/FPU-emu/reg_ld_str.cFPU_REG t;
t983kernel/FPU-emu/reg_ld_str.creg_move(FPU_st0_ptr, &t);
t984kernel/FPU-emu/reg_ld_str.cprecision_loss = round_to_int(&t);
t985kernel/FPU-emu/reg_ld_str.cif (t.sigh ||
t986kernel/FPU-emu/reg_ld_str.c((t.sigl & 0xffff8000) &&
t987kernel/FPU-emu/reg_ld_str.c!((t.sigl == 0x8000) && (t.sign == SIGN_NEG))) )
t995kernel/FPU-emu/reg_ld_str.ct.sigl = 0x8000;
t1004kernel/FPU-emu/reg_ld_str.cif ( t.sign )
t1005kernel/FPU-emu/reg_ld_str.ct.sigl = -t.sigl;
t1010kernel/FPU-emu/reg_ld_str.cput_fs_word((short)t.sigl,(short *) d);
t1021kernel/FPU-emu/reg_ld_str.cFPU_REG t;
t1034kernel/FPU-emu/reg_ld_str.creg_move(FPU_st0_ptr, &t);
t1035kernel/FPU-emu/reg_ld_str.cprecision_loss = round_to_int(&t);
t1036kernel/FPU-emu/reg_ld_str.cll = significand(&t);
t1039kernel/FPU-emu/reg_ld_str.cif ( (t.sigh > 0x0de0b6b3) ||
t1040kernel/FPU-emu/reg_ld_str.c((t.sigh == 0x0de0b6b3) && (t.sigl > 0xa763ffff)) )
t98kernel/blk_drv/hd.cunsigned long t;
t102kernel/blk_drv/hd.ct = jiffies * 11932;
t107kernel/blk_drv/hd.creturn(t - i);
t869kernel/blk_drv/mcd.cint u, t;
t872kernel/blk_drv/mcd.ct = *p / 10;
t873kernel/blk_drv/mcd.c*p = u | (t << 4);
t382kernel/chr_drv/console.cstatic void scrup(int currcons, unsigned int t, unsigned int b)
t386kernel/chr_drv/console.cif (b > video_num_lines || t >= b)
t390kernel/chr_drv/console.celse if (t || b != video_num_lines)
t432kernel/chr_drv/console.c"c" ((b-t-1)*video_num_columns>>1),
t433kernel/chr_drv/console.c"D" (origin+video_size_row*t),
t434kernel/chr_drv/console.c"S" (origin+video_size_row*(t+1))
t439kernel/chr_drv/console.cstatic void scrdown(int currcons, unsigned int t, unsigned int b)
t441kernel/chr_drv/console.cif (b > video_num_lines || t >= b)
t453kernel/chr_drv/console.c"c" ((b-t-1)*video_num_columns>>1),
t378kernel/chr_drv/tpqic02.cint t = *w;
t380kernel/chr_drv/tpqic02.c*w = (t>>8) | ((t & 0xff)<<8);
t1365kernel/chr_drv/tpqic02.ctime_t t = jiffies;
t1367kernel/chr_drv/tpqic02.cwhile (jiffies - t < 3*HZ)
t41net/inet/timer.cdelete_timer (struct sock *t)
t48net/inet/timer.ct->timeout = 0;
t49net/inet/timer.cdel_timer (&t->timer);
t55net/inet/timer.creset_timer (struct sock *t, int timeout, unsigned long len)
t57net/inet/timer.cdelete_timer (t);
t60net/inet/timer.ct->timeout = timeout;
t67net/inet/timer.ct->timer.expires = len;
t68net/inet/timer.cadd_timer (&t->timer);
t56tools/build.cconv t;
t58tools/build.ct.b[0] = l & 0xff; l >>= 8;
t59tools/build.ct.b[1] = l & 0xff; l >>= 8;
t60tools/build.ct.b[2] = l & 0xff; l >>= 8;
t61tools/build.ct.b[3] = l & 0xff; l >>= 8;
t62tools/build.creturn t.l;
t67tools/build.cconv t;
t69tools/build.ct.b[0] = l & 0xff; l >>= 8;
t70tools/build.ct.b[1] = l & 0xff; l >>= 8;
t71tools/build.creturn t.s[0];
t28zBoot/inflate.cstruct huft *t;     /* pointer to next level of table */
t99zBoot/inflate.cint huft_build(b, n, s, d, e, t, m)
t105zBoot/inflate.cstruct huft **t;        /* result: starting table */
t143zBoot/inflate.c*t = (struct huft *)NULL;
t251zBoot/inflate.c*t = q + 1;             /* link to list for huft_free() */
t252zBoot/inflate.c*(t = &(q->v.t)) = (struct huft *)NULL;
t262zBoot/inflate.cr.v.t = q;            /* pointer to this table */
t315zBoot/inflate.cint huft_free(t)
t316zBoot/inflate.cstruct huft *t;         /* table to free */
t325zBoot/inflate.cp = t;
t328zBoot/inflate.cq = (--p)->v.t;
t345zBoot/inflate.cstruct huft *t;       /* pointer to table entry */
t362zBoot/inflate.cif ((e = (t = tl + ((unsigned)b & ml))->e) > 16)
t366zBoot/inflate.cDUMPBITS(t->b)
t369zBoot/inflate.c} while ((e = (t = t->v.t + ((unsigned)b & mask_bits[e]))->e) > 16);
t370zBoot/inflate.cDUMPBITS(t->b)
t373zBoot/inflate.cslide[w++] = (uch)t->v.n;
t388zBoot/inflate.cn = t->v.n + ((unsigned)b & mask_bits[e]);
t393zBoot/inflate.cif ((e = (t = td + ((unsigned)b & md))->e) > 16)
t397zBoot/inflate.cDUMPBITS(t->b)
t400zBoot/inflate.c} while ((e = (t = t->v.t + ((unsigned)b & mask_bits[e]))->e) > 16);
t401zBoot/inflate.cDUMPBITS(t->b)
t403zBoot/inflate.cd = w - t->v.n - ((unsigned)b & mask_bits[e]);
t734zBoot/inflate.cunsigned t;           /* block type */
t753zBoot/inflate.ct = (unsigned)b & 3;
t762zBoot/inflate.cif (t == 2)
t764zBoot/inflate.cif (t == 0)
t766zBoot/inflate.cif (t == 1)