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;
rp2058drivers/scsi/53c7,8xx.cTOKEN(ms,3), TOKEN(rp,2), TOKEN(rs,2), TOKEN(s,0), TOKEN(tb,0), TOKEN(te,0)
rp73net/inet/route.cstruct rtable *r, **rp;
rp76net/inet/route.crp = &rt_base;
rp85net/inet/route.cwhile((r = *rp) != NULL) 
rp91net/inet/route.crp = &r->rt_next;
rp94net/inet/route.c*rp = r->rt_next;
rp116net/inet/route.cstruct rtable **rp;
rp119net/inet/route.crp = &rt_base;
rp122net/inet/route.cwhile ((r = *rp) != NULL) {
rp124net/inet/route.crp = &r->rt_next;
rp127net/inet/route.c*rp = r->rt_next;
rp207net/inet/route.cstruct rtable **rp;
rp301net/inet/route.crp = &rt_base;
rp302net/inet/route.cwhile ((r = *rp) != NULL) 
rp307net/inet/route.crp = &r->rt_next;
rp310net/inet/route.c*rp = r->rt_next;
rp320net/inet/route.crp = &rt_base;
rp321net/inet/route.cwhile ((r = *rp) != NULL) {
rp324net/inet/route.crp = &r->rt_next;
rp327net/inet/route.c*rp = rt;