| tag | line | file | source code |
| rp | 41 | arch/i386/math-emu/reg_ld_str.c | static void write_to_extended(FPU_REG *rp, char *d); |
| rp | 1380 | arch/i386/math-emu/reg_ld_str.c | static void write_to_extended(FPU_REG *rp, char *d) |
| rp | 1385 | arch/i386/math-emu/reg_ld_str.c | e = rp->exp - EXP_BIAS + EXTENDED_Ebias; |
| rp | 1388 | arch/i386/math-emu/reg_ld_str.c | switch ( rp->tag ) |
| rp | 1391 | arch/i386/math-emu/reg_ld_str.c | if ( rp->sigh | rp->sigl | e ) |
| rp | 1396 | arch/i386/math-emu/reg_ld_str.c | if ( (e ^ 0x7fff) | !(rp->sigh & 0x80000000) ) |
| rp | 1414 | arch/i386/math-emu/reg_ld_str.c | put_fs_long(rp->sigl, (unsigned long *) d); |
| rp | 1415 | arch/i386/math-emu/reg_ld_str.c | put_fs_long(rp->sigh, (unsigned long *) (d + 4)); |
| rp | 1425 | arch/i386/math-emu/reg_ld_str.c | reg_move(rp, &tmp); |
| rp | 1434 | arch/i386/math-emu/reg_ld_str.c | e |= rp->sign == SIGN_POS ? 0 : 0x8000; |
| rp | 29 | arch/sparc/prom/init.c | prom_init(struct linux_romvec *rp) |
| rp | 31 | arch/sparc/prom/init.c | if(!rp) return 1; |
| rp | 32 | arch/sparc/prom/init.c | romvec = rp; |
| rp | 2133 | drivers/scsi/53c7,8xx.c | TOKEN(ms,3), TOKEN(rp,2), TOKEN(rs,2), TOKEN(s,0), TOKEN(tb,0), TOKEN(te,0) |
| rp | 78 | net/ipv4/route.c | struct rtable *r, **rp; |
| rp | 81 | net/ipv4/route.c | rp = &rt_base; |
| rp | 90 | net/ipv4/route.c | while((r = *rp) != NULL) |
| rp | 96 | net/ipv4/route.c | rp = &r->rt_next; |
| rp | 99 | net/ipv4/route.c | *rp = r->rt_next; |
| rp | 123 | net/ipv4/route.c | struct rtable **rp; |
| rp | 126 | net/ipv4/route.c | rp = &rt_base; |
| rp | 129 | net/ipv4/route.c | while ((r = *rp) != NULL) { |
| rp | 131 | net/ipv4/route.c | rp = &r->rt_next; |
| rp | 134 | net/ipv4/route.c | *rp = r->rt_next; |
| rp | 215 | net/ipv4/route.c | struct rtable **rp; |
| rp | 311 | net/ipv4/route.c | rp = &rt_base; |
| rp | 312 | net/ipv4/route.c | while ((r = *rp) != NULL) |
| rp | 317 | net/ipv4/route.c | rp = &r->rt_next; |
| rp | 320 | net/ipv4/route.c | *rp = r->rt_next; |
| rp | 330 | net/ipv4/route.c | rp = &rt_base; |
| rp | 331 | net/ipv4/route.c | while ((r = *rp) != NULL) { |
| rp | 334 | net/ipv4/route.c | rp = &r->rt_next; |
| rp | 337 | net/ipv4/route.c | *rp = rt; |