tag | line | file | source code |
t | 28 | arch/i386/boot/compressed/inflate.c | struct huft *t; /* pointer to next level of table */ |
t | 99 | arch/i386/boot/compressed/inflate.c | int huft_build(b, n, s, d, e, t, m) |
t | 105 | arch/i386/boot/compressed/inflate.c | struct huft **t; /* result: starting table */ |
t | 143 | arch/i386/boot/compressed/inflate.c | *t = (struct huft *)NULL; |
t | 243 | arch/i386/boot/compressed/inflate.c | *t = q + 1; /* link to list for huft_free() */ |
t | 244 | arch/i386/boot/compressed/inflate.c | *(t = &(q->v.t)) = (struct huft *)NULL; |
t | 254 | arch/i386/boot/compressed/inflate.c | r.v.t = q; /* pointer to this table */ |
t | 307 | arch/i386/boot/compressed/inflate.c | int huft_free(t) |
t | 308 | arch/i386/boot/compressed/inflate.c | struct huft *t; /* table to free */ |
t | 317 | arch/i386/boot/compressed/inflate.c | p = t; |
t | 320 | arch/i386/boot/compressed/inflate.c | q = (--p)->v.t; |
t | 337 | arch/i386/boot/compressed/inflate.c | struct huft *t; /* pointer to table entry */ |
t | 354 | arch/i386/boot/compressed/inflate.c | if ((e = (t = tl + ((unsigned)b & ml))->e) > 16) |
t | 358 | arch/i386/boot/compressed/inflate.c | DUMPBITS(t->b) |
t | 361 | arch/i386/boot/compressed/inflate.c | } while ((e = (t = t->v.t + ((unsigned)b & mask_bits[e]))->e) > 16); |
t | 362 | arch/i386/boot/compressed/inflate.c | DUMPBITS(t->b) |
t | 365 | arch/i386/boot/compressed/inflate.c | slide[w++] = (uch)t->v.n; |
t | 380 | arch/i386/boot/compressed/inflate.c | n = t->v.n + ((unsigned)b & mask_bits[e]); |
t | 385 | arch/i386/boot/compressed/inflate.c | if ((e = (t = td + ((unsigned)b & md))->e) > 16) |
t | 389 | arch/i386/boot/compressed/inflate.c | DUMPBITS(t->b) |
t | 392 | arch/i386/boot/compressed/inflate.c | } while ((e = (t = t->v.t + ((unsigned)b & mask_bits[e]))->e) > 16); |
t | 393 | arch/i386/boot/compressed/inflate.c | DUMPBITS(t->b) |
t | 395 | arch/i386/boot/compressed/inflate.c | d = w - t->v.n - ((unsigned)b & mask_bits[e]); |
t | 726 | arch/i386/boot/compressed/inflate.c | unsigned t; /* block type */ |
t | 745 | arch/i386/boot/compressed/inflate.c | t = (unsigned)b & 3; |
t | 754 | arch/i386/boot/compressed/inflate.c | if (t == 2) |
t | 756 | arch/i386/boot/compressed/inflate.c | if (t == 0) |
t | 758 | arch/i386/boot/compressed/inflate.c | if (t == 1) |
t | 58 | arch/i386/boot/tools/build.c | conv t; |
t | 60 | arch/i386/boot/tools/build.c | t.b[0] = l & 0xff; l >>= 8; |
t | 61 | arch/i386/boot/tools/build.c | t.b[1] = l & 0xff; l >>= 8; |
t | 62 | arch/i386/boot/tools/build.c | t.b[2] = l & 0xff; l >>= 8; |
t | 63 | arch/i386/boot/tools/build.c | t.b[3] = l & 0xff; l >>= 8; |
t | 64 | arch/i386/boot/tools/build.c | return t.l; |
t | 69 | arch/i386/boot/tools/build.c | conv t; |
t | 71 | arch/i386/boot/tools/build.c | t.b[0] = l & 0xff; l >>= 8; |
t | 72 | arch/i386/boot/tools/build.c | t.b[1] = l & 0xff; l >>= 8; |
t | 73 | arch/i386/boot/tools/build.c | return t.s[0]; |
t | 126 | arch/i386/math-emu/fpu_aux.c | FPU_REG t; |
t | 150 | arch/i386/math-emu/fpu_aux.c | reg_move(st0_ptr, &t); |
t | 152 | arch/i386/math-emu/fpu_aux.c | reg_move(&t, sti_ptr); |
t | 847 | arch/i386/math-emu/reg_ld_str.c | FPU_REG t; |
t | 865 | arch/i386/math-emu/reg_ld_str.c | reg_move(st0_ptr, &t); |
t | 866 | arch/i386/math-emu/reg_ld_str.c | precision_loss = round_to_int(&t); |
t | 867 | arch/i386/math-emu/reg_ld_str.c | ((long *)&tll)[0] = t.sigl; |
t | 868 | arch/i386/math-emu/reg_ld_str.c | ((long *)&tll)[1] = t.sigh; |
t | 870 | arch/i386/math-emu/reg_ld_str.c | ((t.sigh & 0x80000000) && |
t | 871 | arch/i386/math-emu/reg_ld_str.c | !((t.sigh == 0x80000000) && (t.sigl == 0) && |
t | 872 | arch/i386/math-emu/reg_ld_str.c | (t.sign == SIGN_NEG))) ) |
t | 889 | arch/i386/math-emu/reg_ld_str.c | if ( t.sign ) |
t | 906 | arch/i386/math-emu/reg_ld_str.c | FPU_REG t; |
t | 923 | arch/i386/math-emu/reg_ld_str.c | reg_move(st0_ptr, &t); |
t | 924 | arch/i386/math-emu/reg_ld_str.c | precision_loss = round_to_int(&t); |
t | 925 | arch/i386/math-emu/reg_ld_str.c | if (t.sigh || |
t | 926 | arch/i386/math-emu/reg_ld_str.c | ((t.sigl & 0x80000000) && |
t | 927 | arch/i386/math-emu/reg_ld_str.c | !((t.sigl == 0x80000000) && (t.sign == SIGN_NEG))) ) |
t | 935 | arch/i386/math-emu/reg_ld_str.c | t.sigl = 0x80000000; |
t | 944 | arch/i386/math-emu/reg_ld_str.c | if ( t.sign ) |
t | 945 | arch/i386/math-emu/reg_ld_str.c | t.sigl = -(long)t.sigl; |
t | 950 | arch/i386/math-emu/reg_ld_str.c | put_fs_long(t.sigl, (unsigned long *) d); |
t | 960 | arch/i386/math-emu/reg_ld_str.c | FPU_REG t; |
t | 977 | arch/i386/math-emu/reg_ld_str.c | reg_move(st0_ptr, &t); |
t | 978 | arch/i386/math-emu/reg_ld_str.c | precision_loss = round_to_int(&t); |
t | 979 | arch/i386/math-emu/reg_ld_str.c | if (t.sigh || |
t | 980 | arch/i386/math-emu/reg_ld_str.c | ((t.sigl & 0xffff8000) && |
t | 981 | arch/i386/math-emu/reg_ld_str.c | !((t.sigl == 0x8000) && (t.sign == SIGN_NEG))) ) |
t | 989 | arch/i386/math-emu/reg_ld_str.c | t.sigl = 0x8000; |
t | 998 | arch/i386/math-emu/reg_ld_str.c | if ( t.sign ) |
t | 999 | arch/i386/math-emu/reg_ld_str.c | t.sigl = -t.sigl; |
t | 1004 | arch/i386/math-emu/reg_ld_str.c | put_fs_word((short)t.sigl,(short *) d); |
t | 1014 | arch/i386/math-emu/reg_ld_str.c | FPU_REG t; |
t | 1028 | arch/i386/math-emu/reg_ld_str.c | reg_move(st0_ptr, &t); |
t | 1029 | arch/i386/math-emu/reg_ld_str.c | precision_loss = round_to_int(&t); |
t | 1030 | arch/i386/math-emu/reg_ld_str.c | ll = significand(&t); |
t | 1033 | arch/i386/math-emu/reg_ld_str.c | if ( (t.sigh > 0x0de0b6b3) || |
t | 1034 | arch/i386/math-emu/reg_ld_str.c | ((t.sigh == 0x0de0b6b3) && (t.sigl > 0xa763ffff)) ) |
t | 104 | drivers/block/hd.c | unsigned long t, flags; |
t | 109 | drivers/block/hd.c | t = jiffies * 11932; |
t | 114 | drivers/block/hd.c | return(t - i); |
t | 364 | drivers/block/ide.c | unsigned long t, flags; |
t | 369 | drivers/block/ide.c | t = jiffies * 11932; |
t | 374 | drivers/block/ide.c | return (t - i); |
t | 1207 | drivers/block/mcd.c | int u, t; |
t | 1210 | drivers/block/mcd.c | t = *p / 10; |
t | 1211 | drivers/block/mcd.c | *p = u | (t << 4); |
t | 669 | drivers/char/console.c | static void scrup(int currcons, unsigned int t, unsigned int b) |
t | 673 | drivers/char/console.c | if (b > video_num_lines || t >= b) |
t | 677 | drivers/char/console.c | else if (t || b != video_num_lines) |
t | 720 | drivers/char/console.c | "c" ((b-t-1)*video_num_columns>>1), |
t | 721 | drivers/char/console.c | "D" (origin+video_size_row*t), |
t | 722 | drivers/char/console.c | "S" (origin+video_size_row*(t+1)) |
t | 727 | drivers/char/console.c | static void scrdown(int currcons, unsigned int t, unsigned int b) |
t | 729 | drivers/char/console.c | if (b > video_num_lines || t >= b) |
t | 741 | drivers/char/console.c | "c" ((b-t-1)*video_num_columns>>1), |
t | 442 | drivers/char/tpqic02.c | int t = *w; |
t | 444 | drivers/char/tpqic02.c | *w = (t>>8) | ((t & 0xff)<<8); |
t | 1450 | drivers/char/tpqic02.c | time_t t = jiffies; |
t | 1457 | drivers/char/tpqic02.c | while (jiffies - t < 4*HZ) |
t | 319 | fs/hpfs/hpfs_fs.c | static inline time_t local_to_gmt(time_t t) |
t | 322 | fs/hpfs/hpfs_fs.c | return t + sys_tz.tz_minuteswest * 60; |
t | 1048 | fs/hpfs/hpfs_fs.c | unsigned t = file_secno - n[i].file_secno; |
t | 1049 | fs/hpfs/hpfs_fs.c | if (t < n[i].length) { |
t | 1053 | fs/hpfs/hpfs_fs.c | return n[i].disk_secno + t; |
t | 1208 | fs/hpfs/hpfs_fs.c | int t; |
t | 1218 | fs/hpfs/hpfs_fs.c | if ((t = c1 - c2) != 0) |
t | 1219 | fs/hpfs/hpfs_fs.c | return t; |
t | 1237 | fs/hpfs/hpfs_fs.c | int t, l; |
t | 1261 | fs/hpfs/hpfs_fs.c | t = memcasecmp(name, de->name, l); |
t | 1266 | fs/hpfs/hpfs_fs.c | if (t == 0) { |
t | 1267 | fs/hpfs/hpfs_fs.c | t = len - de->namelen; |
t | 1269 | fs/hpfs/hpfs_fs.c | if (t == 0) |
t | 1276 | fs/hpfs/hpfs_fs.c | if (t < 0) { |
t | 1399 | fs/hpfs/hpfs_fs.c | unsigned t = name[--n]; |
t | 1400 | fs/hpfs/hpfs_fs.c | if (t - 'A' < 26) |
t | 1401 | fs/hpfs/hpfs_fs.c | t += 040; |
t | 1402 | fs/hpfs/hpfs_fs.c | put_fs_byte(t, &dirent->d_name[n]); |
t | 562 | fs/super.c | char * t; |
t | 586 | fs/super.c | t = fstype->name; |
t | 636 | fs/super.c | retval = do_mount(dev,dir_name,t,flags,(void *) page); |
t | 400 | include/asm-i386/string.h | #define memcpy(t, f, n) \ |
t | 402 | include/asm-i386/string.h | __constant_memcpy((t),(f),(n)) : \ |
t | 403 | include/asm-i386/string.h | __memcpy((t),(f),(n))) |
t | 44 | include/linux/ioctl.h | #define _IOW(c,d,t) (IOC_IN | ((sizeof(t)<<16) & IOCSIZE_MASK) | \ |
t | 46 | include/linux/ioctl.h | #define _IOR(c,d,t) (IOC_OUT | ((sizeof(t)<<16) & IOCSIZE_MASK) | \ |
t | 49 | include/linux/ioctl.h | #define _IOWR(c,d,t) (IOC_INOUT | ((sizeof(t)<<16) & IOCSIZE_MASK) | \ |
t | 42 | include/linux/keyboard.h | #define K(t,v) (((t)<<8)|(v)) |
t | 83 | include/linux/soundcard.h | #define _IOR(x,y,t) ((int)(IOC_OUT|((sizeof(t)&IOCPARM_MASK)<<16)|(x<<8)|y)) |
t | 84 | include/linux/soundcard.h | #define _IOW(x,y,t) ((int)(IOC_IN|((sizeof(t)&IOCPARM_MASK)<<16)|(x<<8)|y)) |
t | 86 | include/linux/soundcard.h | #define _IOWR(x,y,t) ((int)(IOC_INOUT|((sizeof(t)&IOCPARM_MASK)<<16)|(x<<8)|y)) |
t | 598 | include/linux/tpqic02.h | #define TIMERON(t) timer_table[QIC02_TAPE_TIMER].expires = jiffies + (t); \ |
t | 365 | mm/mmap.c | void insert_vm_struct(struct task_struct *t, struct vm_area_struct *vmp) |
t | 370 | mm/mmap.c | p = &t->mm->mmap; |
t | 53 | net/inet/timer.c | void delete_timer (struct sock *t) |
t | 60 | net/inet/timer.c | t->timeout = 0; |
t | 61 | net/inet/timer.c | del_timer (&t->timer); |
t | 66 | net/inet/timer.c | void reset_timer (struct sock *t, int timeout, unsigned long len) |
t | 68 | net/inet/timer.c | delete_timer (t); |
t | 69 | net/inet/timer.c | t->timeout = timeout; |
t | 75 | net/inet/timer.c | t->timer.expires = len; |
t | 76 | net/inet/timer.c | add_timer (&t->timer); |