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 | 2134 | drivers/scsi/53c7,8xx.c | TOKEN(ms,3), TOKEN(rp,2), TOKEN(rs,2), TOKEN(s,0), TOKEN(tb,0), TOKEN(te,0) |
rp | 83 | net/ipv4/route.c | struct rtable *r, **rp; |
rp | 86 | net/ipv4/route.c | rp = &rt_base; |
rp | 95 | net/ipv4/route.c | while((r = *rp) != NULL) |
rp | 108 | net/ipv4/route.c | rp = &r->rt_next; |
rp | 111 | net/ipv4/route.c | *rp = r->rt_next; |
rp | 135 | net/ipv4/route.c | struct rtable **rp; |
rp | 138 | net/ipv4/route.c | rp = &rt_base; |
rp | 141 | net/ipv4/route.c | while ((r = *rp) != NULL) { |
rp | 143 | net/ipv4/route.c | rp = &r->rt_next; |
rp | 146 | net/ipv4/route.c | *rp = r->rt_next; |
rp | 228 | net/ipv4/route.c | struct rtable **rp; |
rp | 326 | net/ipv4/route.c | rp = &rt_base; |
rp | 327 | net/ipv4/route.c | while ((r = *rp) != NULL) |
rp | 332 | net/ipv4/route.c | rp = &r->rt_next; |
rp | 338 | net/ipv4/route.c | rp = &r->rt_next; |
rp | 341 | net/ipv4/route.c | *rp = r->rt_next; |
rp | 351 | net/ipv4/route.c | rp = &rt_base; |
rp | 352 | net/ipv4/route.c | while ((r = *rp) != NULL) { |
rp | 369 | net/ipv4/route.c | rp = &r->rt_next; |
rp | 372 | net/ipv4/route.c | *rp = rt; |