tag | line | file | source code |
t | 371 | fs/super.c | char tmp[100], * t; |
t | 388 | fs/super.c | t = tmp; |
t | 390 | fs/super.c | t = NULL; |
t | 391 | fs/super.c | if (!(fstype = get_fs_type(t))) |
t | 393 | fs/super.c | t = fstype->name; |
t | 438 | fs/super.c | retval = do_mount(dev,dir_name,t,flags,(void *) page); |
t | 31 | include/linux/ioctl.h | #define _IOW(c,d,t) (IOC_IN | ((sizeof(t)<<16) & IOCSIZE_MASK) | \ |
t | 33 | include/linux/ioctl.h | #define _IOR(c,d,t) (IOC_OUT | ((sizeof(t)<<16) & IOCSIZE_MASK) | \ |
t | 36 | include/linux/ioctl.h | #define _IOWR(c,d,t) (IOC_INOUT | ((sizeof(t)<<16) & IOCSIZE_MASK) | \ |
t | 117 | kernel/FPU-emu/fpu_aux.c | FPU_REG t; |
t | 119 | kernel/FPU-emu/fpu_aux.c | reg_move(FPU_st0_ptr, &t); |
t | 121 | kernel/FPU-emu/fpu_aux.c | reg_move(&t, sti_ptr); |
t | 849 | kernel/FPU-emu/reg_ld_str.c | FPU_REG t; |
t | 866 | kernel/FPU-emu/reg_ld_str.c | reg_move(FPU_st0_ptr, &t); |
t | 867 | kernel/FPU-emu/reg_ld_str.c | round_to_int(&t); |
t | 868 | kernel/FPU-emu/reg_ld_str.c | ((long *)&tll)[0] = t.sigl; |
t | 869 | kernel/FPU-emu/reg_ld_str.c | ((long *)&tll)[1] = t.sigh; |
t | 870 | kernel/FPU-emu/reg_ld_str.c | if ( (t.sigh & 0x80000000) && |
t | 871 | kernel/FPU-emu/reg_ld_str.c | !((t.sigh == 0x80000000) && (t.sigl == 0) && (t.sign == SIGN_NEG)) ) |
t | 885 | kernel/FPU-emu/reg_ld_str.c | else if ( t.sign ) |
t | 902 | kernel/FPU-emu/reg_ld_str.c | FPU_REG t; |
t | 922 | kernel/FPU-emu/reg_ld_str.c | reg_move(FPU_st0_ptr, &t); |
t | 923 | kernel/FPU-emu/reg_ld_str.c | round_to_int(&t); |
t | 924 | kernel/FPU-emu/reg_ld_str.c | if (t.sigh || |
t | 925 | kernel/FPU-emu/reg_ld_str.c | ((t.sigl & 0x80000000) && |
t | 926 | kernel/FPU-emu/reg_ld_str.c | !((t.sigl == 0x80000000) && (t.sign == SIGN_NEG))) ) |
t | 933 | kernel/FPU-emu/reg_ld_str.c | t.sigl = 0x80000000; |
t | 938 | kernel/FPU-emu/reg_ld_str.c | else if ( t.sign ) |
t | 939 | kernel/FPU-emu/reg_ld_str.c | t.sigl = -(long)t.sigl; |
t | 943 | kernel/FPU-emu/reg_ld_str.c | put_fs_long(t.sigl, (unsigned long *) d); |
t | 954 | kernel/FPU-emu/reg_ld_str.c | FPU_REG t; |
t | 975 | kernel/FPU-emu/reg_ld_str.c | reg_move(FPU_st0_ptr, &t); |
t | 976 | kernel/FPU-emu/reg_ld_str.c | round_to_int(&t); |
t | 977 | kernel/FPU-emu/reg_ld_str.c | if (t.sigh || |
t | 978 | kernel/FPU-emu/reg_ld_str.c | ((t.sigl & 0xffff8000) && |
t | 979 | kernel/FPU-emu/reg_ld_str.c | !((t.sigl == 0x8000) && (t.sign == SIGN_NEG))) ) |
t | 991 | kernel/FPU-emu/reg_ld_str.c | else if ( t.sign ) |
t | 992 | kernel/FPU-emu/reg_ld_str.c | t.sigl = -t.sigl; |
t | 996 | kernel/FPU-emu/reg_ld_str.c | put_fs_word((short)t.sigl,(short *) d); |
t | 1007 | kernel/FPU-emu/reg_ld_str.c | FPU_REG t; |
t | 1027 | kernel/FPU-emu/reg_ld_str.c | reg_move(FPU_st0_ptr, &t); |
t | 1028 | kernel/FPU-emu/reg_ld_str.c | round_to_int(&t); |
t | 1029 | kernel/FPU-emu/reg_ld_str.c | ll = *(long long *)(&t.sigl); |
t | 1032 | kernel/FPU-emu/reg_ld_str.c | if ( (t.sigh > 0x0de0b6b3) || |
t | 1033 | kernel/FPU-emu/reg_ld_str.c | ((t.sigh == 0x0de0b6b3) && (t.sigl > 0xa763ffff)) ) |
t | 1195 | kernel/FPU-emu/reg_ld_str.c | unsigned char t = regs[i].tag; |
t | 1196 | kernel/FPU-emu/reg_ld_str.c | if ( (t == TW_Valid) || (t == TW_Zero) ) |
t | 98 | kernel/blk_drv/hd.c | unsigned long t; |
t | 103 | kernel/blk_drv/hd.c | t = jiffies * 11931 + (inb_p(0x40) & 0x80 ? 5966 : 11932); |
t | 107 | kernel/blk_drv/hd.c | return(t - i / 2); |
t | 302 | kernel/chr_drv/console.c | static void scrup(int currcons, unsigned int t, unsigned int b) |
t | 306 | kernel/chr_drv/console.c | if (b > video_num_lines || t >= b) |
t | 310 | kernel/chr_drv/console.c | else if (t || b != video_num_lines) |
t | 349 | kernel/chr_drv/console.c | "c" ((b-t-1)*video_num_columns>>1), |
t | 350 | kernel/chr_drv/console.c | "D" (origin+video_size_row*t), |
t | 351 | kernel/chr_drv/console.c | "S" (origin+video_size_row*(t+1)) |
t | 356 | kernel/chr_drv/console.c | static void scrdown(int currcons, unsigned int t, unsigned int b) |
t | 358 | kernel/chr_drv/console.c | if (b > video_num_lines || t >= b) |
t | 369 | kernel/chr_drv/console.c | "c" ((b-t-1)*video_num_columns>>1), |
t | 84 | net/tcp/timer.c | delete_timer (struct timer *t) |
t | 87 | net/tcp/timer.c | PRINTK (("delete_timer (t=%X)\n",t)); |
t | 88 | net/tcp/timer.c | if (timer_base == NULL || t == NULL) return; |
t | 90 | net/tcp/timer.c | if (t == timer_base) |
t | 92 | net/tcp/timer.c | timer_base = t->next; |
t | 109 | net/tcp/timer.c | if (tm->next == t) |
t | 111 | net/tcp/timer.c | tm->next = t->next; |
t | 121 | net/tcp/timer.c | reset_timer (struct timer *t) |
t | 125 | net/tcp/timer.c | delete_timer (t); |
t | 126 | net/tcp/timer.c | t->when = timer_seq + t->len; |
t | 127 | net/tcp/timer.c | PRINTK (("reset_timer (t=%X) when = %d jiffies = %d\n",t, t->when, jiffies)); |
t | 128 | net/tcp/timer.c | if (t == NULL) |
t | 137 | net/tcp/timer.c | t->next = NULL; |
t | 138 | net/tcp/timer.c | timer_base = t; |
t | 139 | net/tcp/timer.c | timer_table[NET_TIMER].expires = t->when; |
t | 144 | net/tcp/timer.c | if (before (t->when, timer_base->when)) |
t | 146 | net/tcp/timer.c | t->next = timer_base; |
t | 147 | net/tcp/timer.c | timer_base = t; |
t | 148 | net/tcp/timer.c | timer_table[NET_TIMER].expires = t->when; |
t | 155 | net/tcp/timer.c | if (tm->next == NULL || before (t->when,tm->next->when)) |
t | 157 | net/tcp/timer.c | t->next = tm->next; |
t | 158 | net/tcp/timer.c | tm->next = t; |
t | 56 | tools/build.c | conv t; |
t | 58 | tools/build.c | t.b[0] = l & 0xff; l >>= 8; |
t | 59 | tools/build.c | t.b[1] = l & 0xff; l >>= 8; |
t | 60 | tools/build.c | t.b[2] = l & 0xff; l >>= 8; |
t | 61 | tools/build.c | t.b[3] = l & 0xff; l >>= 8; |
t | 62 | tools/build.c | return t.l; |
t | 67 | tools/build.c | conv t; |
t | 69 | tools/build.c | t.b[0] = l & 0xff; l >>= 8; |
t | 70 | tools/build.c | t.b[1] = l & 0xff; l >>= 8; |
t | 71 | tools/build.c | return t.s[0]; |
t | 28 | zBoot/inflate.c | struct huft *t; /* pointer to next level of table */ |
t | 99 | zBoot/inflate.c | int huft_build(b, n, s, d, e, t, m) |
t | 105 | zBoot/inflate.c | struct huft **t; /* result: starting table */ |
t | 143 | zBoot/inflate.c | *t = (struct huft *)NULL; |
t | 251 | zBoot/inflate.c | *t = q + 1; /* link to list for huft_free() */ |
t | 252 | zBoot/inflate.c | *(t = &(q->v.t)) = (struct huft *)NULL; |
t | 262 | zBoot/inflate.c | r.v.t = q; /* pointer to this table */ |
t | 315 | zBoot/inflate.c | int huft_free(t) |
t | 316 | zBoot/inflate.c | struct huft *t; /* table to free */ |
t | 325 | zBoot/inflate.c | p = t; |
t | 328 | zBoot/inflate.c | q = (--p)->v.t; |
t | 345 | zBoot/inflate.c | struct huft *t; /* pointer to table entry */ |
t | 362 | zBoot/inflate.c | if ((e = (t = tl + ((unsigned)b & ml))->e) > 16) |
t | 366 | zBoot/inflate.c | DUMPBITS(t->b) |
t | 369 | zBoot/inflate.c | } while ((e = (t = t->v.t + ((unsigned)b & mask_bits[e]))->e) > 16); |
t | 370 | zBoot/inflate.c | DUMPBITS(t->b) |
t | 373 | zBoot/inflate.c | slide[w++] = (uch)t->v.n; |
t | 388 | zBoot/inflate.c | n = t->v.n + ((unsigned)b & mask_bits[e]); |
t | 393 | zBoot/inflate.c | if ((e = (t = td + ((unsigned)b & md))->e) > 16) |
t | 397 | zBoot/inflate.c | DUMPBITS(t->b) |
t | 400 | zBoot/inflate.c | } while ((e = (t = t->v.t + ((unsigned)b & mask_bits[e]))->e) > 16); |
t | 401 | zBoot/inflate.c | DUMPBITS(t->b) |
t | 403 | zBoot/inflate.c | d = w - t->v.n - ((unsigned)b & mask_bits[e]); |
t | 734 | zBoot/inflate.c | unsigned t; /* block type */ |
t | 753 | zBoot/inflate.c | t = (unsigned)b & 3; |
t | 762 | zBoot/inflate.c | if (t == 2) |
t | 764 | zBoot/inflate.c | if (t == 0) |
t | 766 | zBoot/inflate.c | if (t == 1) |