Home
last modified time | relevance | path

Searched refs:__GMP_REALLOCATE_FUNC_TYPE (Results 1 – 5 of 5) sorted by relevance

/netbsd/external/lgpl3/gmp/dist/mpf/
H A Dinp_str.c67 str = __GMP_REALLOCATE_FUNC_TYPE (str, old_alloc_size, alloc_size, char); in mpf_inp_str()
81 str = __GMP_REALLOCATE_FUNC_TYPE (str, old_alloc_size, alloc_size, char); in mpf_inp_str()
/netbsd/external/lgpl3/gmp/dist/mpz/
H A Dinp_str.c147 str = __GMP_REALLOCATE_FUNC_TYPE (str, old_alloc_size, alloc_size, char); in mpz_inp_str_nowhite()
/netbsd/external/lgpl3/gmp/dist/scanf/
H A Ddoscan.c212 s = __GMP_REALLOCATE_FUNC_TYPE (s, s_alloc, s_alloc_new, char); \
/netbsd/external/lgpl3/gmp/dist/
H A Dgmp-impl.h713 #define __GMP_REALLOCATE_FUNC_TYPE(p, old_size, new_size, type) \ macro
717 __GMP_REALLOCATE_FUNC_TYPE(p, old_size, new_size, mp_limb_t)
4526 (d)->buf = __GMP_REALLOCATE_FUNC_TYPE ((d)->buf, \
H A DChangeLog27021 * gmp-impl.h (__GMP_REALLOCATE_FUNC_TYPE,