tag | line | file | source code |
t | 119 | drivers/FPU-emu/fpu_aux.c | FPU_REG t; |
t | 143 | drivers/FPU-emu/fpu_aux.c | reg_move(FPU_st0_ptr, &t); |
t | 145 | drivers/FPU-emu/fpu_aux.c | reg_move(&t, sti_ptr); |
t | 854 | drivers/FPU-emu/reg_ld_str.c | FPU_REG t; |
t | 871 | drivers/FPU-emu/reg_ld_str.c | reg_move(FPU_st0_ptr, &t); |
t | 872 | drivers/FPU-emu/reg_ld_str.c | precision_loss = round_to_int(&t); |
t | 873 | drivers/FPU-emu/reg_ld_str.c | ((long *)&tll)[0] = t.sigl; |
t | 874 | drivers/FPU-emu/reg_ld_str.c | ((long *)&tll)[1] = t.sigh; |
t | 876 | drivers/FPU-emu/reg_ld_str.c | ((t.sigh & 0x80000000) && |
t | 877 | drivers/FPU-emu/reg_ld_str.c | !((t.sigh == 0x80000000) && (t.sigl == 0) && |
t | 878 | drivers/FPU-emu/reg_ld_str.c | (t.sign == SIGN_NEG))) ) |
t | 895 | drivers/FPU-emu/reg_ld_str.c | if ( t.sign ) |
t | 913 | drivers/FPU-emu/reg_ld_str.c | FPU_REG t; |
t | 929 | drivers/FPU-emu/reg_ld_str.c | reg_move(FPU_st0_ptr, &t); |
t | 930 | drivers/FPU-emu/reg_ld_str.c | precision_loss = round_to_int(&t); |
t | 931 | drivers/FPU-emu/reg_ld_str.c | if (t.sigh || |
t | 932 | drivers/FPU-emu/reg_ld_str.c | ((t.sigl & 0x80000000) && |
t | 933 | drivers/FPU-emu/reg_ld_str.c | !((t.sigl == 0x80000000) && (t.sign == SIGN_NEG))) ) |
t | 941 | drivers/FPU-emu/reg_ld_str.c | t.sigl = 0x80000000; |
t | 950 | drivers/FPU-emu/reg_ld_str.c | if ( t.sign ) |
t | 951 | drivers/FPU-emu/reg_ld_str.c | t.sigl = -(long)t.sigl; |
t | 956 | drivers/FPU-emu/reg_ld_str.c | put_fs_long(t.sigl, (unsigned long *) d); |
t | 967 | drivers/FPU-emu/reg_ld_str.c | FPU_REG t; |
t | 983 | drivers/FPU-emu/reg_ld_str.c | reg_move(FPU_st0_ptr, &t); |
t | 984 | drivers/FPU-emu/reg_ld_str.c | precision_loss = round_to_int(&t); |
t | 985 | drivers/FPU-emu/reg_ld_str.c | if (t.sigh || |
t | 986 | drivers/FPU-emu/reg_ld_str.c | ((t.sigl & 0xffff8000) && |
t | 987 | drivers/FPU-emu/reg_ld_str.c | !((t.sigl == 0x8000) && (t.sign == SIGN_NEG))) ) |
t | 995 | drivers/FPU-emu/reg_ld_str.c | t.sigl = 0x8000; |
t | 1004 | drivers/FPU-emu/reg_ld_str.c | if ( t.sign ) |
t | 1005 | drivers/FPU-emu/reg_ld_str.c | t.sigl = -t.sigl; |
t | 1010 | drivers/FPU-emu/reg_ld_str.c | put_fs_word((short)t.sigl,(short *) d); |
t | 1021 | drivers/FPU-emu/reg_ld_str.c | FPU_REG t; |
t | 1034 | drivers/FPU-emu/reg_ld_str.c | reg_move(FPU_st0_ptr, &t); |
t | 1035 | drivers/FPU-emu/reg_ld_str.c | precision_loss = round_to_int(&t); |
t | 1036 | drivers/FPU-emu/reg_ld_str.c | ll = significand(&t); |
t | 1039 | drivers/FPU-emu/reg_ld_str.c | if ( (t.sigh > 0x0de0b6b3) || |
t | 1040 | drivers/FPU-emu/reg_ld_str.c | ((t.sigh == 0x0de0b6b3) && (t.sigl > 0xa763ffff)) ) |
t | 97 | drivers/block/hd.c | unsigned long t; |
t | 101 | drivers/block/hd.c | t = jiffies * 11932; |
t | 106 | drivers/block/hd.c | return(t - i); |
t | 898 | drivers/block/mcd.c | int u, t; |
t | 901 | drivers/block/mcd.c | t = *p / 10; |
t | 902 | drivers/block/mcd.c | *p = u | (t << 4); |
t | 385 | drivers/char/console.c | static void scrup(int currcons, unsigned int t, unsigned int b) |
t | 389 | drivers/char/console.c | if (b > video_num_lines || t >= b) |
t | 393 | drivers/char/console.c | else if (t || b != video_num_lines) |
t | 435 | drivers/char/console.c | "c" ((b-t-1)*video_num_columns>>1), |
t | 436 | drivers/char/console.c | "D" (origin+video_size_row*t), |
t | 437 | drivers/char/console.c | "S" (origin+video_size_row*(t+1)) |
t | 442 | drivers/char/console.c | static void scrdown(int currcons, unsigned int t, unsigned int b) |
t | 444 | drivers/char/console.c | if (b > video_num_lines || t >= b) |
t | 456 | drivers/char/console.c | "c" ((b-t-1)*video_num_columns>>1), |
t | 379 | drivers/char/tpqic02.c | int t = *w; |
t | 381 | drivers/char/tpqic02.c | *w = (t>>8) | ((t & 0xff)<<8); |
t | 1368 | drivers/char/tpqic02.c | time_t t = jiffies; |
t | 1370 | drivers/char/tpqic02.c | while (jiffies - t < 3*HZ) |
t | 315 | fs/hpfs/hpfs_fs.c | static inline time_t local_to_gmt(time_t t) |
t | 318 | fs/hpfs/hpfs_fs.c | return t + sys_tz.tz_minuteswest * 60; |
t | 1044 | fs/hpfs/hpfs_fs.c | unsigned t = file_secno - n[i].file_secno; |
t | 1045 | fs/hpfs/hpfs_fs.c | if (t < n[i].length) { |
t | 1049 | fs/hpfs/hpfs_fs.c | return n[i].disk_secno + t; |
t | 1204 | fs/hpfs/hpfs_fs.c | int t; |
t | 1214 | fs/hpfs/hpfs_fs.c | if ((t = c1 - c2) != 0) |
t | 1215 | fs/hpfs/hpfs_fs.c | return t; |
t | 1233 | fs/hpfs/hpfs_fs.c | int t, l; |
t | 1257 | fs/hpfs/hpfs_fs.c | t = memcasecmp(name, de->name, l); |
t | 1262 | fs/hpfs/hpfs_fs.c | if (t == 0) { |
t | 1263 | fs/hpfs/hpfs_fs.c | t = len - de->namelen; |
t | 1265 | fs/hpfs/hpfs_fs.c | if (t == 0) |
t | 1272 | fs/hpfs/hpfs_fs.c | if (t < 0) { |
t | 1395 | fs/hpfs/hpfs_fs.c | unsigned t = name[--n]; |
t | 1396 | fs/hpfs/hpfs_fs.c | if (t - 'A' < 26) |
t | 1397 | fs/hpfs/hpfs_fs.c | t += 040; |
t | 1398 | fs/hpfs/hpfs_fs.c | put_fs_byte(t, &dirent->d_name[n]); |
t | 403 | fs/super.c | char tmp[100], * t; |
t | 420 | fs/super.c | t = tmp; |
t | 422 | fs/super.c | t = NULL; |
t | 423 | fs/super.c | if (!(fstype = get_fs_type(t))) |
t | 425 | fs/super.c | t = fstype->name; |
t | 480 | fs/super.c | retval = do_mount(dev,dir_name,t,flags,(void *) page); |
t | 38 | include/linux/ioctl.h | #define _IOW(c,d,t) (IOC_IN | ((sizeof(t)<<16) & IOCSIZE_MASK) | \ |
t | 40 | include/linux/ioctl.h | #define _IOR(c,d,t) (IOC_OUT | ((sizeof(t)<<16) & IOCSIZE_MASK) | \ |
t | 43 | include/linux/ioctl.h | #define _IOWR(c,d,t) (IOC_INOUT | ((sizeof(t)<<16) & IOCSIZE_MASK) | \ |
t | 118 | include/linux/keyboard.h | #define K(t,v) (((t)<<8)|(v)) |
t | 76 | include/linux/soundcard.h | #define _IOR(x,y,t) ((int)(IOC_OUT|((sizeof(t)&IOCPARM_MASK)<<16)|(x<<8)|y)) |
t | 77 | include/linux/soundcard.h | #define _IOW(x,y,t) ((int)(IOC_IN|((sizeof(t)&IOCPARM_MASK)<<16)|(x<<8)|y)) |
t | 79 | include/linux/soundcard.h | #define _IOWR(x,y,t) ((int)(IOC_INOUT|((sizeof(t)&IOCPARM_MASK)<<16)|(x<<8)|y)) |
t | 348 | include/linux/tpqic02.h | #define TIMERON(t) timer_table[TAPE_QIC02_TIMER].expires = jiffies + (t); \ |
t | 357 | mm/mmap.c | void insert_vm_struct(struct task_struct *t, struct vm_area_struct *vmp) |
t | 361 | mm/mmap.c | nxtpp = &t->mmap; |
t | 363 | mm/mmap.c | for(mpnt = t->mmap; mpnt != NULL; mpnt = mpnt->vm_next) |
t | 53 | net/inet/timer.c | 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 | 67 | net/inet/timer.c | reset_timer (struct sock *t, int timeout, unsigned long len) |
t | 69 | net/inet/timer.c | delete_timer (t); |
t | 72 | net/inet/timer.c | t->timeout = timeout; |
t | 79 | net/inet/timer.c | t->timer.expires = len; |
t | 80 | net/inet/timer.c | add_timer (&t->timer); |
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) |