Searched refs:MP_ALLOC (Results 1 – 3 of 3) sorted by relevance
202 if (prec > (int)MP_ALLOC(z)) prec = (int)MP_ALLOC(z); in mp_int_random()
67 static inline mp_size MP_ALLOC(mp_int Z) { return Z->alloc; } in MP_ALLOC() function
1718 if (MP_ALLOC(z) < min) { in s_pad()1725 } else if ((tmp = s_realloc(MP_DIGITS(z), MP_ALLOC(z), nsize)) == NULL) { in s_pad()2577 r.alloc = MP_ALLOC(u); in s_udiv_knuth()