Searched refs:mp_int_alloc (Results 1 – 8 of 8) sorted by relevance
357 if ((value = mp_int_alloc()) == NULL) { in read_number()635 sp->mem[ix] = mp_int_alloc(); in mem_insert()790 if ((t = mp_int_alloc()) == NULL) return MP_MEMORY; in cf_xgcd()947 mp_int cp = mp_int_alloc(); in cf_dup()976 mp_int new = mp_int_alloc(); in cf_copy()1080 if ((val = mp_int_alloc()) == NULL) return MP_MEMORY; in cf_recall()1124 if ((val = mp_int_alloc()) == NULL) return MP_MEMORY; in cf_qrecall()
70 #define mp_int_alloc isl_mp_int_alloc macro
9 #define isl_int_init(i) i = mp_int_alloc()
334 *ptr = isl_sioimath_encode_big(mp_int_alloc()); in isl_sioimath_reinit_big()
119 mp_int mp_int_alloc(void);
181 Added mp_int_alloc() and mp_int_free().197 Fixed a bug in mp_int_alloc(), it was not returning NULL when out
105 mp_int_init mp_int_alloc mp_int_init_size
378 mp_int mp_int_alloc(void) { in mp_int_alloc() function