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 | 61 | arch/i386/boot/tools/build.c | conv t; |
t | 63 | arch/i386/boot/tools/build.c | t.b[0] = l & 0xff; l >>= 8; |
t | 64 | arch/i386/boot/tools/build.c | t.b[1] = l & 0xff; l >>= 8; |
t | 65 | arch/i386/boot/tools/build.c | t.b[2] = l & 0xff; l >>= 8; |
t | 66 | arch/i386/boot/tools/build.c | t.b[3] = l & 0xff; l >>= 8; |
t | 67 | arch/i386/boot/tools/build.c | return t.l; |
t | 72 | arch/i386/boot/tools/build.c | conv t; |
t | 74 | arch/i386/boot/tools/build.c | t.b[0] = l & 0xff; l >>= 8; |
t | 75 | arch/i386/boot/tools/build.c | t.b[1] = l & 0xff; l >>= 8; |
t | 76 | 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 | 1694 | drivers/block/aztcd.c | { int u, t; |
t | 1697 | drivers/block/aztcd.c | t = *p / 10; |
t | 1698 | drivers/block/aztcd.c | *p = u | (t << 4); |
t | 1103 | drivers/block/gscd.c | int u, t; |
t | 1106 | drivers/block/gscd.c | t = *p / 10; |
t | 1107 | drivers/block/gscd.c | *p = u | (t << 4); |
t | 98 | drivers/block/hd.c | unsigned long t, flags; |
t | 103 | drivers/block/hd.c | t = jiffies * 11932; |
t | 108 | drivers/block/hd.c | return(t - i); |
t | 204 | drivers/block/ide.c | unsigned long t, flags; |
t | 209 | drivers/block/ide.c | t = jiffies * 11932; |
t | 214 | drivers/block/ide.c | return (t - i); |
t | 1289 | drivers/block/mcd.c | int u, t; |
t | 1292 | drivers/block/mcd.c | t = *p / 10; |
t | 1293 | 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 | 678 | drivers/char/console.c | else if (t || b != video_num_lines) |
t | 720 | drivers/char/console.c | unsigned short * d = (unsigned short *) (origin+video_size_row*t); |
t | 721 | drivers/char/console.c | unsigned short * s = (unsigned short *) (origin+video_size_row*(t+1)); |
t | 722 | drivers/char/console.c | unsigned int count = (b-t-1) * video_num_columns; |
t | 736 | drivers/char/console.c | static void scrdown(int currcons, unsigned int t, unsigned int b) |
t | 741 | drivers/char/console.c | if (b > video_num_lines || t >= b) |
t | 745 | 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 | 33 | drivers/net/i82586.h | #define toff(t,p,f) (unsigned short)((void *)(&((t *)((void *)0 + (p)))->f) - (void *)0) |
t | 758 | drivers/net/wavelan.c | #define SC(t,s,n) if (sizeof(t) != s) return n |
t | 498 | drivers/sound/dev_table.h | void sound_timer_init (struct sound_lowlev_timer *t, char *name); |
t | 334 | drivers/sound/sound_timer.c | sound_timer_init (struct sound_lowlev_timer *t, char *name) |
t | 338 | drivers/sound/sound_timer.c | if (initialized || t == NULL) |
t | 342 | drivers/sound/sound_timer.c | tmr = t; |
t | 323 | fs/hpfs/hpfs_fs.c | static inline time_t local_to_gmt(time_t t) |
t | 326 | fs/hpfs/hpfs_fs.c | return t + sys_tz.tz_minuteswest * 60; |
t | 1060 | fs/hpfs/hpfs_fs.c | unsigned t = file_secno - n[i].file_secno; |
t | 1061 | fs/hpfs/hpfs_fs.c | if (t < n[i].length) { |
t | 1065 | fs/hpfs/hpfs_fs.c | return n[i].disk_secno + t; |
t | 1220 | fs/hpfs/hpfs_fs.c | int t; |
t | 1226 | fs/hpfs/hpfs_fs.c | if ((t = c1 - c2) != 0) |
t | 1227 | fs/hpfs/hpfs_fs.c | return t; |
t | 1245 | fs/hpfs/hpfs_fs.c | int t, l; |
t | 1269 | fs/hpfs/hpfs_fs.c | t = memcasecmp(name, de->name, l); |
t | 1274 | fs/hpfs/hpfs_fs.c | if (t == 0) { |
t | 1275 | fs/hpfs/hpfs_fs.c | t = len - de->namelen; |
t | 1277 | fs/hpfs/hpfs_fs.c | if (t == 0) |
t | 1284 | fs/hpfs/hpfs_fs.c | if (t < 0) { |
t | 1352 | fs/hpfs/hpfs_fs.c | unsigned t = *from; |
t | 1355 | fs/hpfs/hpfs_fs.c | t = hpfs_char_to_lower_linux (t); |
t | 1357 | fs/hpfs/hpfs_fs.c | t = hpfs_char_to_linux (t); |
t | 1358 | fs/hpfs/hpfs_fs.c | *to = t; |
t | 589 | fs/super.c | const char * t; |
t | 613 | fs/super.c | t = fstype->name; |
t | 663 | fs/super.c | retval = do_mount(dev,dir_name,t,flags,(void *) page); |
t | 57 | include/asm-alpha/processor.h | extern inline unsigned long thread_saved_pc(struct thread_struct *t) |
t | 61 | include/asm-alpha/processor.h | fp = ((unsigned long*)t->ksp)[6]; |
t | 45 | include/asm-i386/ioctl.h | #define _IOW(c,d,t) (IOC_IN | ((sizeof(t)<<16) & IOCSIZE_MASK) | \ |
t | 47 | include/asm-i386/ioctl.h | #define _IOR(c,d,t) (IOC_OUT | ((sizeof(t)<<16) & IOCSIZE_MASK) | \ |
t | 50 | include/asm-i386/ioctl.h | #define _IOWR(c,d,t) (IOC_INOUT | ((sizeof(t)<<16) & IOCSIZE_MASK) | \ |
t | 138 | include/asm-i386/processor.h | extern inline unsigned long thread_saved_pc(struct thread_struct *t) |
t | 140 | include/asm-i386/processor.h | return ((unsigned long *)t->esp)[3]; |
t | 411 | include/asm-i386/string.h | #define memcpy(t, f, n) \ |
t | 413 | include/asm-i386/string.h | __constant_memcpy((t),(f),(n)) : \ |
t | 414 | include/asm-i386/string.h | __memcpy((t),(f),(n))) |
t | 43 | include/linux/keyboard.h | #define K(t,v) (((t)<<8)|(v)) |
t | 40 | include/linux/smp.h | #define smp_message_pass(t,m,d,w) |
t | 103 | include/linux/soundcard.h | #define _IOR(x,y,t) ((int)(IOC_OUT|((sizeof(t)&IOCPARM_MASK)<<16)|(x<<8)|y)) |
t | 104 | include/linux/soundcard.h | #define _IOW(x,y,t) ((int)(IOC_IN|((sizeof(t)&IOCPARM_MASK)<<16)|(x<<8)|y)) |
t | 106 | 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 | 815 | mm/mmap.c | void insert_vm_struct(struct task_struct *t, struct vm_area_struct *vmp) |
t | 823 | mm/mmap.c | p = &t->mm->mmap; |
t | 836 | mm/mmap.c | avl_insert_neighbours(vmp, &t->mm->mmap_avl, &prev, &next); |
t | 837 | mm/mmap.c | if ((prev ? prev->vm_next : t->mm->mmap) != next) |
t | 842 | mm/mmap.c | t->mm->mmap = vmp; |
t | 290 | net/appletalk/aarp.c | struct aarp_entry *t; |
t | 296 | net/appletalk/aarp.c | t= *n; |
t | 298 | net/appletalk/aarp.c | aarp_expire(t); |
t | 311 | net/appletalk/aarp.c | struct aarp_entry *t; |
t | 318 | net/appletalk/aarp.c | t= *n; |
t | 320 | net/appletalk/aarp.c | aarp_expire(t); |
t | 337 | net/appletalk/aarp.c | struct aarp_entry *t; |
t | 342 | net/appletalk/aarp.c | t= *n; |
t | 344 | net/appletalk/aarp.c | aarp_expire(t); |
t | 140 | net/ax25/ax25_route.c | struct ax25_route *s, *t, *ax25_rt = ax25_route; |
t | 153 | net/ax25/ax25_route.c | for (t = ax25_route; t != NULL; t = t->next) { |
t | 154 | net/ax25/ax25_route.c | if (t->next == s) { |
t | 155 | net/ax25/ax25_route.c | t->next = s->next; |
t | 170 | net/ax25/ax25_route.c | struct ax25_route *s, *t, *ax25_rt; |
t | 248 | net/ax25/ax25_route.c | for (t = ax25_route; t != NULL; t = t->next) { |
t | 249 | net/ax25/ax25_route.c | if (t->next == s) { |
t | 250 | net/ax25/ax25_route.c | t->next = s->next; |
t | 492 | net/ax25/ax25_route.c | struct ax25_dev *s, *t, *ax25_dev = ax25_device; |
t | 503 | net/ax25/ax25_route.c | for (t = ax25_device; t != NULL; t = t->next) { |
t | 504 | net/ax25/ax25_route.c | if (t->next == s) { |
t | 505 | net/ax25/ax25_route.c | t->next = s->next; |
t | 283 | net/ax25/ax25_subr.c | int n, t = 2; |
t | 287 | net/ax25/ax25_subr.c | t *= 2; |
t | 289 | net/ax25/ax25_subr.c | if (t > 8) t = 8; |
t | 292 | net/ax25/ax25_subr.c | return t * ax25->rtt; |
t | 2545 | net/ipv4/tcp.c | int t; |
t | 2554 | net/ipv4/tcp.c | t=del_timer(&sk->timer); |
t | 2555 | net/ipv4/tcp.c | if(t) |
t | 53 | net/ipv4/timer.c | void delete_timer (struct sock *t) |
t | 60 | net/ipv4/timer.c | t->timeout = 0; |
t | 61 | net/ipv4/timer.c | del_timer (&t->timer); |
t | 66 | net/ipv4/timer.c | void reset_timer (struct sock *t, int timeout, unsigned long len) |
t | 68 | net/ipv4/timer.c | delete_timer (t); |
t | 69 | net/ipv4/timer.c | t->timeout = timeout; |
t | 75 | net/ipv4/timer.c | t->timer.expires = jiffies+len; |
t | 76 | net/ipv4/timer.c | add_timer (&t->timer); |
t | 266 | net/ipx/af_ipx.c | ipx_socket *s, *t; |
t | 278 | net/ipx/af_ipx.c | t = s; |
t | 280 | net/ipx/af_ipx.c | t->next = NULL; |
t | 406 | net/netrom/nr_route.c | struct nr_neigh *t, *nr_neigh; |
t | 426 | net/netrom/nr_route.c | t = nr_neigh; |
t | 429 | net/netrom/nr_route.c | if (t->number == s->routes[i].neighbour) { |
t | 430 | net/netrom/nr_route.c | t->count--; |
t | 432 | net/netrom/nr_route.c | if (t->count == 0 && !t->locked) |
t | 433 | net/netrom/nr_route.c | nr_remove_neigh(t); |
t | 471 | net/netrom/nr_route.c | struct nr_node *t, *nr_node; |
t | 482 | net/netrom/nr_route.c | t = nr_node; |
t | 485 | net/netrom/nr_route.c | for (i = 0; i < t->count; i++) { |
t | 486 | net/netrom/nr_route.c | if (t->routes[i].neighbour == s->number) { |
t | 487 | net/netrom/nr_route.c | t->count--; |
t | 491 | net/netrom/nr_route.c | t->routes[0] = t->routes[1]; |
t | 493 | net/netrom/nr_route.c | t->routes[1] = t->routes[2]; |
t | 500 | net/netrom/nr_route.c | if (t->count <= 0) |
t | 501 | net/netrom/nr_route.c | nr_remove_node(t); |
t | 294 | net/netrom/nr_subr.c | int n, t; |
t | 296 | net/netrom/nr_subr.c | for (t = 2, n = 0; n < sk->nr->n2count; n++) |
t | 297 | net/netrom/nr_subr.c | t *= 2; |
t | 299 | net/netrom/nr_subr.c | if (t > 8) t = 8; |
t | 301 | net/netrom/nr_subr.c | return t * sk->nr->rtt; |