a_top            2383 source4/heimdal/lib/hcrypto/imath/imath.c     mp_digit *a_top = da + bot_size;
a_top            2403 source4/heimdal/lib/hcrypto/imath/imath.c     carry = s_uadd(da, a_top, t1, bot_size, at_size);      /* t1 = a1 + a0 */
a_top            2417 source4/heimdal/lib/hcrypto/imath/imath.c     (void) s_kmul(a_top, b_top, t2, at_size, bt_size); /* t2 = a1 * b1 */
a_top            2479 source4/heimdal/lib/hcrypto/imath/imath.c     mp_digit  *a_top = da + bot_size;
a_top            2490 source4/heimdal/lib/hcrypto/imath/imath.c     (void) s_ksqr(a_top, t2, at_size);  /* t2 = a1 ^ 2 */
a_top            2492 source4/heimdal/lib/hcrypto/imath/imath.c     (void) s_kmul(da, a_top, t3, bot_size, at_size);  /* t3 = a0 * a1 */