Searched refs:__gmp_free_func (Results 26 - 50 of 57) sorted by relevance

123

/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/
H A Dmemory.c30 void (*__gmp_free_func) __GMP_PROTO ((void *, size_t)) = __gmp_default_free; variable
H A Dtal-debug.c134 (*__gmp_free_func) (p->block, p->size);
H A Dtal-notreent.c116 (*__gmp_free_func) (tmp, (char *) tmp->end - (char *) tmp);
H A Drandlc2x.c242 (*__gmp_free_func) (p, sizeof (gmp_rand_lc_struct));
H A Drandmt.c349 (*__gmp_free_func) ((void *) RNG_STATE (rstate),
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpz/
H A Dinp_str.c162 (*__gmp_free_func) (str, alloc_size);
H A Dout_raw.c160 (*__gmp_free_func) (tp, tsize);
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/printf/
H A Dsnprntffuns.c101 (*__gmp_free_func) (p, alloc);
H A Drepl-vsnprintf.c379 (*__gmp_free_func) (s, total_width);
H A Ddoprnt.c337 (*__gmp_free_func) (gmp_str, strlen(gmp_str)+1);
615 (*__gmp_free_func) (alloc_fmt, alloc_fmt_size);
H A Ddoprntf.c377 (*__gmp_free_func) (free_ptr, free_size);
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/tests/misc/
H A Dt-printf.c147 (*__gmp_free_func) (fmt, fmtsize);
284 (*__gmp_free_func) (got, strlen(got)+1);
458 __gmp_free_func (nfmt, strlen(nfmt)+1);
752 (*__gmp_free_func) (s, strlen (s) + 1);
756 (*__gmp_free_func) (s, strlen (s) + 1);
760 (*__gmp_free_func) (s, strlen (s) + 1);
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/tests/mpf/
H A Dt-conv.c113 (*__gmp_free_func) (str, strlen (str) + 1);
/netbsd-6-1-5-RELEASE/external/lgpl3/mpfr/dist/
H A Dmpfr-gmp.h258 __gmp_reallocate_func & __gmp_free_func in gmp.h
264 #undef __gmp_free_func macro
268 #define __gmp_free_func (MPFR_GET_MEMFUNC, mpfr_free_func) macro
H A Dconst_log2.c176 (*__gmp_free_func) (T, 3 * lgN * sizeof (mpz_t));
H A Dexp3.c246 (*__gmp_free_func) (P, 3*(k+2)*sizeof(mpz_t));
247 (*__gmp_free_func) (mult, 2*(k+2)*sizeof(mpfr_prec_t));
H A Datan.c166 (*__gmp_free_func) (accu, (2 * m + 2) * sizeof (mpfr_prec_t));
430 (*__gmp_free_func) (tabz, oldn0 * sizeof (mpz_t));
H A Dstrtofr.c431 (*__gmp_free_func) (pstr->mantissa, pstr->alloc);
780 (*__gmp_free_func) (pstr->mantissa, pstr->alloc);
H A Ddigamma.c101 (*__gmp_free_func) (B, n0 * sizeof (mpz_t));
H A Dzeta.c277 (*__gmp_free_func) (tc1, size);
H A Dlngamma.c489 (*__gmp_free_func) (B, oldBm * sizeof (mpz_t));
/netbsd-6-1-5-RELEASE/external/lgpl3/mpfr/dist/tests/
H A Dtset_str.c182 (*__gmp_free_func) (str, nc);
251 (*__gmp_free_func) (str, strlen (str) + 1);
806 (*__gmp_free_func) (str, N + 20);
H A Dtests.c463 (*__gmp_free_func) (buffer, strlen (filename) + strlen (srcdir) + 2);
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/scanf/
H A Ddoscan.c425 (*__gmp_free_func) (s, s_alloc);
760 (*__gmp_free_func) (alloc_fmt, alloc_fmt_size);
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/tune/
H A Dcommon.c1671 (*__gmp_free_func) (p, bytes));
1682 (*__gmp_free_func) (p, bytes));

Completed in 307 milliseconds

123