s_uadd            215 source4/heimdal/lib/hcrypto/imath/imath.c static mp_digit  s_uadd(mp_digit *da, mp_digit *db, mp_digit *dc,
s_uadd            568 source4/heimdal/lib/hcrypto/imath/imath.c     carry = s_uadd(MP_DIGITS(a), MP_DIGITS(b), MP_DIGITS(c), ua, ub);
s_uadd            651 source4/heimdal/lib/hcrypto/imath/imath.c     carry = s_uadd(MP_DIGITS(a), MP_DIGITS(b), MP_DIGITS(c), ua, ub);
s_uadd           2403 source4/heimdal/lib/hcrypto/imath/imath.c     carry = s_uadd(da, a_top, t1, bot_size, at_size);      /* t1 = a1 + a0 */
s_uadd           2406 source4/heimdal/lib/hcrypto/imath/imath.c     carry = s_uadd(db, b_top, t2, bot_size, bt_size);      /* t2 = b1 + b0 */
s_uadd           2425 source4/heimdal/lib/hcrypto/imath/imath.c     carry = s_uadd(t3, dc + bot_size, dc + bot_size,
s_uadd           2429 source4/heimdal/lib/hcrypto/imath/imath.c     carry = s_uadd(t2, dc + 2*bot_size, dc + 2*bot_size,
s_uadd           2510 source4/heimdal/lib/hcrypto/imath/imath.c     carry = s_uadd(t3, dc + bot_size, dc + bot_size,
s_uadd           2514 source4/heimdal/lib/hcrypto/imath/imath.c     carry = s_uadd(t2, dc + 2*bot_size, dc + 2*bot_size,