| 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 | 1624 | drivers/char/istallion.c | volatile cdkasyrq_t *rp; |
| rp | 1653 | drivers/char/istallion.c | rp = &((volatile cdkasy_t *) EBRDGETMEMPTR(brdp, portp->addr))->txq; |
| rp | 1654 | drivers/char/istallion.c | head = (unsigned int) rp->head; |
| rp | 1655 | drivers/char/istallion.c | tail = (unsigned int) rp->tail; |
| rp | 1656 | drivers/char/istallion.c | if (tail != ((unsigned int) rp->tail)) |
| rp | 1657 | drivers/char/istallion.c | tail = (unsigned int) rp->tail; |
| rp | 1682 | drivers/char/istallion.c | volatile cdkasyrq_t *rp; |
| rp | 1706 | drivers/char/istallion.c | rp = &((volatile cdkasy_t *) EBRDGETMEMPTR(brdp, portp->addr))->txq; |
| rp | 1707 | drivers/char/istallion.c | head = (unsigned int) rp->head; |
| rp | 1708 | drivers/char/istallion.c | tail = (unsigned int) rp->tail; |
| rp | 1709 | drivers/char/istallion.c | if (tail != ((unsigned int) rp->tail)) |
| rp | 1710 | drivers/char/istallion.c | tail = (unsigned int) rp->tail; |
| rp | 2245 | drivers/char/istallion.c | volatile cdkasyrq_t *rp; |
| rp | 2261 | drivers/char/istallion.c | rp = &((volatile cdkasy_t *) EBRDGETMEMPTR(brdp, portp->addr))->rxq; |
| rp | 2262 | drivers/char/istallion.c | head = (unsigned int) rp->head; |
| rp | 2263 | drivers/char/istallion.c | if (head != ((unsigned int) rp->head)) |
| rp | 2264 | drivers/char/istallion.c | head = (unsigned int) rp->head; |
| rp | 2265 | drivers/char/istallion.c | tail = (unsigned int) rp->tail; |
| rp | 2293 | drivers/char/istallion.c | rp = &((volatile cdkasy_t *) EBRDGETMEMPTR(brdp, portp->addr))->rxq; |
| rp | 2294 | drivers/char/istallion.c | rp->tail = tail; |
| rp | 2141 | drivers/scsi/53c7,8xx.c | TOKEN(ms,3), TOKEN(rp,2), TOKEN(rs,2), TOKEN(s,0), TOKEN(tb,0), TOKEN(te,0) |
| rp | 87 | net/ipv4/route.c | struct rtable *r, **rp; |
| rp | 91 | net/ipv4/route.c | rp = &rt_base; |
| rp | 100 | net/ipv4/route.c | while((r = *rp) != NULL) |
| rp | 113 | net/ipv4/route.c | rp = &r->rt_next; |
| rp | 116 | net/ipv4/route.c | *rp = r->rt_next; |
| rp | 146 | net/ipv4/route.c | struct rtable **rp; |
| rp | 149 | net/ipv4/route.c | rp = &rt_base; |
| rp | 152 | net/ipv4/route.c | while ((r = *rp) != NULL) { |
| rp | 154 | net/ipv4/route.c | rp = &r->rt_next; |
| rp | 157 | net/ipv4/route.c | *rp = r->rt_next; |
| rp | 239 | net/ipv4/route.c | struct rtable **rp; |
| rp | 337 | net/ipv4/route.c | rp = &rt_base; |
| rp | 338 | net/ipv4/route.c | while ((r = *rp) != NULL) |
| rp | 343 | net/ipv4/route.c | rp = &r->rt_next; |
| rp | 349 | net/ipv4/route.c | rp = &r->rt_next; |
| rp | 352 | net/ipv4/route.c | *rp = r->rt_next; |
| rp | 363 | net/ipv4/route.c | rp = &rt_base; |
| rp | 364 | net/ipv4/route.c | while ((r = *rp) != NULL) { |
| rp | 381 | net/ipv4/route.c | rp = &r->rt_next; |
| rp | 384 | net/ipv4/route.c | *rp = rt; |