Lines Matching full:used
31 * Note that a1b1 and a0b0 are used twice and only need to be
56 B = MIN (a->used, b->used);
64 if (mp_init_size (&x1, a->used - B) != MP_OKAY)
68 if (mp_init_size (&y1, b->used - B) != MP_OKAY)
80 x0.used = y0.used = B;
81 x1.used = a->used - B;
82 y1.used = b->used - B;
102 for (x = B; x < a->used; x++) {
107 for (x = B; x < b->used; x++) {