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 | 1379 | drivers/block/aztcd.c | { int u, t; |
t | 1382 | drivers/block/aztcd.c | t = *p / 10; |
t | 1383 | drivers/block/aztcd.c | *p = u | (t << 4); |
t | 100 | drivers/block/hd.c | unsigned long t, flags; |
t | 105 | drivers/block/hd.c | t = jiffies * 11932; |
t | 110 | drivers/block/hd.c | return(t - i); |
t | 377 | drivers/block/ide.c | unsigned long t, flags; |
t | 382 | drivers/block/ide.c | t = jiffies * 11932; |
t | 387 | drivers/block/ide.c | return (t - i); |
t | 1194 | drivers/block/mcd.c | int u, t; |
t | 1197 | drivers/block/mcd.c | t = *p / 10; |
t | 1198 | drivers/block/mcd.c | *p = u | (t << 4); |
t | 721 | drivers/char/console.c | static void scrup(int currcons, unsigned int t, unsigned int b) |
t | 725 | drivers/char/console.c | if (b > video_num_lines || t >= b) |
t | 729 | drivers/char/console.c | else if (t || b != video_num_lines) |
t | 767 | drivers/char/console.c | unsigned short * d = (unsigned short *) (origin+video_size_row*t); |
t | 768 | drivers/char/console.c | unsigned short * s = (unsigned short *) (origin+video_size_row*(t+1)); |
t | 769 | drivers/char/console.c | unsigned int count = (b-t-1) * video_num_columns; |
t | 783 | drivers/char/console.c | static void scrdown(int currcons, unsigned int t, unsigned int b) |
t | 788 | drivers/char/console.c | if (b > video_num_lines || t >= b) |
t | 792 | drivers/char/console.c | count = (b-t-1)*video_num_columns; |
t | 443 | drivers/char/tpqic02.c | int t = *w; |
t | 445 | drivers/char/tpqic02.c | *w = (t>>8) | ((t & 0xff)<<8); |
t | 1451 | drivers/char/tpqic02.c | time_t t = jiffies; |
t | 1458 | drivers/char/tpqic02.c | while (jiffies - t < 4*HZ) |
t | 34 | drivers/net/i82586.h | #define toff(t,p,f) (unsigned short)((void *)(&((t *)((void *)0 + (p)))->f) - (void *)0) |
t | 687 | drivers/net/wavelan.c | #define SC(t,s,n) if (sizeof(t) != s) return n |
t | 320 | fs/hpfs/hpfs_fs.c | static inline time_t local_to_gmt(time_t t) |
t | 323 | fs/hpfs/hpfs_fs.c | return t + sys_tz.tz_minuteswest * 60; |
t | 1049 | fs/hpfs/hpfs_fs.c | unsigned t = file_secno - n[i].file_secno; |
t | 1050 | fs/hpfs/hpfs_fs.c | if (t < n[i].length) { |
t | 1054 | fs/hpfs/hpfs_fs.c | return n[i].disk_secno + t; |
t | 1209 | fs/hpfs/hpfs_fs.c | int t; |
t | 1215 | fs/hpfs/hpfs_fs.c | if ((t = c1 - c2) != 0) |
t | 1216 | fs/hpfs/hpfs_fs.c | return t; |
t | 1234 | fs/hpfs/hpfs_fs.c | int t, l; |
t | 1258 | fs/hpfs/hpfs_fs.c | t = memcasecmp(name, de->name, l); |
t | 1263 | fs/hpfs/hpfs_fs.c | if (t == 0) { |
t | 1264 | fs/hpfs/hpfs_fs.c | t = len - de->namelen; |
t | 1266 | fs/hpfs/hpfs_fs.c | if (t == 0) |
t | 1273 | fs/hpfs/hpfs_fs.c | if (t < 0) { |
t | 1395 | fs/hpfs/hpfs_fs.c | unsigned t = name[--n]; |
t | 1397 | fs/hpfs/hpfs_fs.c | t = hpfs_char_to_lower_linux (t); |
t | 1399 | fs/hpfs/hpfs_fs.c | t = hpfs_char_to_linux (t); |
t | 1400 | fs/hpfs/hpfs_fs.c | put_fs_byte(t, &dirent->d_name[n]); |
t | 557 | fs/super.c | char * t; |
t | 581 | fs/super.c | t = fstype->name; |
t | 631 | 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 | 823 | mm/mmap.c | void insert_vm_struct(struct task_struct *t, struct vm_area_struct *vmp) |
t | 831 | mm/mmap.c | p = &t->mm->mmap; |
t | 844 | mm/mmap.c | avl_insert_neighbours(vmp, &t->mm->mmap_avl, &prev, &next); |
t | 845 | mm/mmap.c | if ((prev ? prev->vm_next : t->mm->mmap) != next) |
t | 850 | mm/mmap.c | t->mm->mmap = vmp; |
t | 257 | net/inet/ipx.c | ipx_socket *s, *t; |
t | 269 | net/inet/ipx.c | t = s; |
t | 271 | net/inet/ipx.c | t->next = NULL; |
t | 2339 | net/inet/tcp.c | int t; |
t | 2348 | net/inet/tcp.c | t=del_timer(&sk->timer); |
t | 2349 | net/inet/tcp.c | if(t) |
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); |