Searched refs:__gmp_reallocate_func (Results 1 - 17 of 17) sorted by relevance

/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/
H A Dmp_get_fns.c33 *realloc_func = __gmp_reallocate_func;
H A Dmp_set_fns.c37 __gmp_reallocate_func = realloc_func;
H A Dmemory.c28 void * (*__gmp_reallocate_func) __GMP_PROTO ((void *, size_t, size_t)) variable
H A Dgmp-impl.h660 __GMP_DECLSPEC extern void * (*__gmp_reallocate_func) __GMP_PROTO ((void *, size_t, size_t));
672 ((type *) (*__gmp_reallocate_func) \
683 (ptr) = (*__gmp_reallocate_func) (ptr, oldsize, newsize); \
689 (ptr) = (type *) (*__gmp_reallocate_func) \
/netbsd-6-1-5-RELEASE/external/lgpl3/mpfr/dist/
H A Dset_prec.c41 tmp = (mpfr_limb_ptr) (*__gmp_reallocate_func)
H A Dinp_str.c63 (*__gmp_reallocate_func) (str, old_alloc_size, alloc_size);
H A Dbernoulli.c51 b = (mpz_t *) (*__gmp_reallocate_func)
H A Dmpfr-gmp.h258 __gmp_reallocate_func & __gmp_free_func in gmp.h
263 #undef __gmp_reallocate_func macro
267 #define __gmp_reallocate_func (MPFR_GET_MEMFUNC, mpfr_reallocate_func) macro
H A Dround_prec.c65 mpfr_limb_ptr tmpx = (mpfr_limb_ptr) (*__gmp_reallocate_func)
H A Datan.c311 tabz = (mpz_t *) (*__gmp_reallocate_func)
H A Dvasprintf.c558 (char *) (*__gmp_reallocate_func) (b->start, b->size, b->size + n);
2170 (char *) (*__gmp_reallocate_func) (buf.start, buf.size, nbchar + 1);
H A Dmpfr-impl.h1632 (*__gmp_reallocate_func) ((g).mant, _oalloc, (g).alloc); \
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpf/
H A Dinp_str.c57 str = (char *) (*__gmp_reallocate_func) (str, old_alloc_size, alloc_size);
71 str = (char *) (*__gmp_reallocate_func) (str, old_alloc_size, alloc_size);
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpbsd/
H A Dmin.c71 str = (char *) (*__gmp_reallocate_func) (str, old_alloc_size, alloc_size);
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpz/
H A Dinp_str.c137 str = (char *) (*__gmp_reallocate_func) (str, old_alloc_size, alloc_size);
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/tests/
H A Dmisc.c157 return (*__gmp_reallocate_func) (ptr, oldsize, newsize);
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/tune/
H A Dcommon.c1681 p = (*__gmp_reallocate_func) (p, bytes, BYTES_PER_MP_LIMB);

Completed in 276 milliseconds