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

123

/netbsd-6-1-5-RELEASE/external/lgpl3/mpfr/dist/
H A Dli2.c113 (*__gmp_free_func) (B, Bmax * sizeof (mpz_t));
H A Dvasprintf.c711 (*__gmp_free_func) (sl, sizeof(struct string_list));
2171 buf.size = nbchar + 1; /* update needed for __gmp_free_func below when
2200 (*__gmp_free_func) (buf.start, buf.size);
H A Dmpfr-impl.h1566 (*__gmp_free_func) ((g).mant, (g).alloc); \
H A Dget_str.c2553 (*__gmp_free_func) (str, strlen (str) + 1);
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/tests/misc/
H A Dt-scanf.c240 (*__gmp_free_func) (input_writable, size);
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/tests/
H A Dtests.h452 (*__gmp_free_func) (s, pcount + 1);
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/
H A Dgmp-impl.h661 __GMP_DECLSPEC extern void (*__gmp_free_func) __GMP_PROTO ((void *, size_t));
677 #define __GMP_FREE_FUNC_TYPE(p,n,type) (*__gmp_free_func) (p, (n) * sizeof (type))
4649 (*__gmp_free_func) (str, len+1);

Completed in 130 milliseconds

123