Searched refs:rnp (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/lgpl3/gmp/dist/mpn/generic/
H A Dbroot.c79 mp_ptr akm1, tp, rnp, ep; local
142 rnp = TMP_ALLOC_LIMBS (2*n + 1);
143 ep = rnp + n;
156 mpn_powlo (rnp, ep, &kp1h, 1, sizes[i], tp);
160 mpn_mullo_n (ep, rnp, akm1, sizes[i]);
/netbsd-current/lib/libintl/
H A Dplural_parser.c976 skip_nplurals(struct _region *r, unsigned long *rnp) argument
995 if (rnp)
996 *rnp = np;
1027 parse_plural(struct parser_element **rpe, unsigned long *rnp, argument
1036 if (skip_nplurals(&r, rnp))
1085 _gettext_parse_plural(struct gettext_plural **rpe, unsigned long *rnp, argument
1088 return parse_plural((struct parser_element **)rpe, rnp, str, len);
/netbsd-current/usr.bin/xlint/lint1/
H A Dtree.c768 balance(op_t op, tnode_t **lnp, tnode_t **rnp) argument
772 tspec_t rt = (*rnp)->tn_type->t_tspec;
782 && is_floating(t) && (*rnp)->tn_op == CON)
785 (*rnp)->u.value.u.floating);
790 *rnp = apply_usual_arithmetic_conversions(op, *rnp, t);
794 unsigned rw = width_in_bits((*rnp)->tn_type);
796 *lnp = convert(NOOP, 0, (*rnp)->tn_type, *lnp);
798 *rnp = convert(NOOP, 0, (*lnp)->tn_type, *rnp);
[all...]

Completed in 217 milliseconds