taglinefilesource code
rp41arch/i386/math-emu/reg_ld_str.cstatic void write_to_extended(FPU_REG *rp, char *d);
rp1380arch/i386/math-emu/reg_ld_str.cstatic void write_to_extended(FPU_REG *rp, char *d)
rp1385arch/i386/math-emu/reg_ld_str.ce = rp->exp - EXP_BIAS + EXTENDED_Ebias;
rp1388arch/i386/math-emu/reg_ld_str.cswitch ( rp->tag )
rp1391arch/i386/math-emu/reg_ld_str.cif ( rp->sigh | rp->sigl | e )
rp1396arch/i386/math-emu/reg_ld_str.cif ( (e ^ 0x7fff) | !(rp->sigh & 0x80000000) )
rp1414arch/i386/math-emu/reg_ld_str.cput_fs_long(rp->sigl, (unsigned long *) d);
rp1415arch/i386/math-emu/reg_ld_str.cput_fs_long(rp->sigh, (unsigned long *) (d + 4));
rp1425arch/i386/math-emu/reg_ld_str.creg_move(rp, &tmp);
rp1434arch/i386/math-emu/reg_ld_str.ce |= rp->sign == SIGN_POS ? 0 : 0x8000;
rp29arch/sparc/prom/init.cprom_init(struct linux_romvec *rp)
rp31arch/sparc/prom/init.cif(!rp) return 1;
rp32arch/sparc/prom/init.cromvec = rp;
rp2133drivers/scsi/53c7,8xx.cTOKEN(ms,3), TOKEN(rp,2), TOKEN(rs,2), TOKEN(s,0), TOKEN(tb,0), TOKEN(te,0)
rp80net/ipv4/route.cstruct rtable *r, **rp;
rp83net/ipv4/route.crp = &rt_base;
rp92net/ipv4/route.cwhile((r = *rp) != NULL) 
rp98net/ipv4/route.crp = &r->rt_next;
rp101net/ipv4/route.c*rp = r->rt_next;
rp125net/ipv4/route.cstruct rtable **rp;
rp128net/ipv4/route.crp = &rt_base;
rp131net/ipv4/route.cwhile ((r = *rp) != NULL) {
rp133net/ipv4/route.crp = &r->rt_next;
rp136net/ipv4/route.c*rp = r->rt_next;
rp217net/ipv4/route.cstruct rtable **rp;
rp314net/ipv4/route.crp = &rt_base;
rp315net/ipv4/route.cwhile ((r = *rp) != NULL) 
rp320net/ipv4/route.crp = &r->rt_next;
rp323net/ipv4/route.c*rp = r->rt_next;
rp333net/ipv4/route.crp = &rt_base;
rp334net/ipv4/route.cwhile ((r = *rp) != NULL) {
rp337net/ipv4/route.crp = &r->rt_next;
rp340net/ipv4/route.c*rp = rt;