Searched refs:MP_ALLOC (Results 1 – 2 of 2) sorted by relevance
399 MP_ALLOC(z) = prec; in mp_int_init_size()753 MP_ALLOC(c) = p; in mp_int_mul()820 MP_ALLOC(c) = p; in mp_int_sqr()2011 if (MP_ALLOC(z) < min) { in s_pad()2021 else if ((tmp = s_realloc(MP_DIGITS(z), MP_ALLOC(z), nsize)) == NULL) in s_pad()2025 MP_ALLOC(z) = nsize; in s_pad()2762 ZERO(MP_DIGITS(TEMP(last__ - 1)), MP_ALLOC(TEMP(last__ - 1))); in s_embar()2920 r.alloc = MP_ALLOC(u); in s_udiv_knuth()
65 #define MP_ALLOC(Z) ((Z)->alloc) macro