bot_size         2360 source4/heimdal/lib/hcrypto/imath/imath.c   mp_size  bot_size;
bot_size         2371 source4/heimdal/lib/hcrypto/imath/imath.c   bot_size = (size_a + 1) / 2;
bot_size         2379 source4/heimdal/lib/hcrypto/imath/imath.c      size_b > bot_size) {
bot_size         2383 source4/heimdal/lib/hcrypto/imath/imath.c     mp_digit *a_top = da + bot_size;
bot_size         2384 source4/heimdal/lib/hcrypto/imath/imath.c     mp_digit *b_top = db + bot_size;
bot_size         2386 source4/heimdal/lib/hcrypto/imath/imath.c     mp_size  at_size = size_a - bot_size;
bot_size         2387 source4/heimdal/lib/hcrypto/imath/imath.c     mp_size  bt_size = size_b - bot_size;
bot_size         2388 source4/heimdal/lib/hcrypto/imath/imath.c     mp_size  buf_size = 2 * bot_size;
bot_size         2403 source4/heimdal/lib/hcrypto/imath/imath.c     carry = s_uadd(da, a_top, t1, bot_size, at_size);      /* t1 = a1 + a0 */
bot_size         2404 source4/heimdal/lib/hcrypto/imath/imath.c     t1[bot_size] = carry;
bot_size         2406 source4/heimdal/lib/hcrypto/imath/imath.c     carry = s_uadd(db, b_top, t2, bot_size, bt_size);      /* t2 = b1 + b0 */
bot_size         2407 source4/heimdal/lib/hcrypto/imath/imath.c     t2[bot_size] = carry;
bot_size         2409 source4/heimdal/lib/hcrypto/imath/imath.c     (void) s_kmul(t1, t2, t3, bot_size + 1, bot_size + 1); /* t3 = t1 * t2 */
bot_size         2416 source4/heimdal/lib/hcrypto/imath/imath.c     (void) s_kmul(da, db, t1, bot_size, bot_size);     /* t1 = a0 * b0 */
bot_size         2425 source4/heimdal/lib/hcrypto/imath/imath.c     carry = s_uadd(t3, dc + bot_size, dc + bot_size,
bot_size         2429 source4/heimdal/lib/hcrypto/imath/imath.c     carry = s_uadd(t2, dc + 2*bot_size, dc + 2*bot_size,
bot_size         2478 source4/heimdal/lib/hcrypto/imath/imath.c     mp_size    bot_size = (size_a + 1) / 2;
bot_size         2479 source4/heimdal/lib/hcrypto/imath/imath.c     mp_digit  *a_top = da + bot_size;
bot_size         2481 source4/heimdal/lib/hcrypto/imath/imath.c     mp_size    at_size = size_a - bot_size;
bot_size         2482 source4/heimdal/lib/hcrypto/imath/imath.c     mp_size    buf_size = 2 * bot_size;
bot_size         2489 source4/heimdal/lib/hcrypto/imath/imath.c     (void) s_ksqr(da, t1, bot_size);    /* t1 = a0 ^ 2 */
bot_size         2492 source4/heimdal/lib/hcrypto/imath/imath.c     (void) s_kmul(da, a_top, t3, bot_size, at_size);  /* t3 = a0 * a1 */
bot_size         2496 source4/heimdal/lib/hcrypto/imath/imath.c       int     i, top = bot_size + at_size;
bot_size         2509 source4/heimdal/lib/hcrypto/imath/imath.c     COPY(t1, dc, 2 * bot_size);
bot_size         2510 source4/heimdal/lib/hcrypto/imath/imath.c     carry = s_uadd(t3, dc + bot_size, dc + bot_size,
bot_size         2514 source4/heimdal/lib/hcrypto/imath/imath.c     carry = s_uadd(t2, dc + 2*bot_size, dc + 2*bot_size,