Searched refs:mp_set_memory_functions (Results 1 - 25 of 44) sorted by relevance

12

/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/
H A Dmp_set_fns.c0 /* mp_set_memory_functions -- Set the allocate, reallocate, and free functions
25 mp_set_memory_functions (void *(*alloc_func) (size_t), function
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/tests/mpbsd/
H A Dallfuns.c31 mp_set_memory_functions (NULL, NULL, NULL);
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/lib/libgmp/arch/alpha/
H A Dmp.h137 #define mp_set_memory_functions __gmp_set_memory_functions macro
138 __GMP_DECLSPEC void mp_set_memory_functions __GMP_PROTO ((void *(*) (size_t),
H A Dgmp.h541 #define mp_set_memory_functions __gmp_set_memory_functions macro
542 __GMP_DECLSPEC void mp_set_memory_functions __GMP_PROTO ((void *(*) (size_t),
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/lib/libgmp/arch/arm/
H A Dmp.h137 #define mp_set_memory_functions __gmp_set_memory_functions macro
138 __GMP_DECLSPEC void mp_set_memory_functions __GMP_PROTO ((void *(*) (size_t),
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/lib/libgmp/arch/armeb/
H A Dmp.h137 #define mp_set_memory_functions __gmp_set_memory_functions macro
138 __GMP_DECLSPEC void mp_set_memory_functions __GMP_PROTO ((void *(*) (size_t),
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/lib/libgmp/arch/hppa/
H A Dmp.h137 #define mp_set_memory_functions __gmp_set_memory_functions macro
138 __GMP_DECLSPEC void mp_set_memory_functions __GMP_PROTO ((void *(*) (size_t),
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/lib/libgmp/arch/i386/
H A Dmp.h137 #define mp_set_memory_functions __gmp_set_memory_functions macro
138 __GMP_DECLSPEC void mp_set_memory_functions __GMP_PROTO ((void *(*) (size_t),
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/lib/libgmp/arch/m68000/
H A Dmp.h137 #define mp_set_memory_functions __gmp_set_memory_functions macro
138 __GMP_DECLSPEC void mp_set_memory_functions __GMP_PROTO ((void *(*) (size_t),
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/lib/libgmp/arch/m68k/
H A Dmp.h137 #define mp_set_memory_functions __gmp_set_memory_functions macro
138 __GMP_DECLSPEC void mp_set_memory_functions __GMP_PROTO ((void *(*) (size_t),
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/lib/libgmp/arch/mips64eb/
H A Dmp.h137 #define mp_set_memory_functions __gmp_set_memory_functions macro
138 __GMP_DECLSPEC void mp_set_memory_functions __GMP_PROTO ((void *(*) (size_t),
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/lib/libgmp/arch/mips64el/
H A Dmp.h137 #define mp_set_memory_functions __gmp_set_memory_functions macro
138 __GMP_DECLSPEC void mp_set_memory_functions __GMP_PROTO ((void *(*) (size_t),
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/lib/libgmp/arch/mipseb/
H A Dmp.h137 #define mp_set_memory_functions __gmp_set_memory_functions macro
138 __GMP_DECLSPEC void mp_set_memory_functions __GMP_PROTO ((void *(*) (size_t),
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/lib/libgmp/arch/mipsel/
H A Dmp.h137 #define mp_set_memory_functions __gmp_set_memory_functions macro
138 __GMP_DECLSPEC void mp_set_memory_functions __GMP_PROTO ((void *(*) (size_t),
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/lib/libgmp/arch/powerpc/
H A Dmp.h137 #define mp_set_memory_functions __gmp_set_memory_functions macro
138 __GMP_DECLSPEC void mp_set_memory_functions __GMP_PROTO ((void *(*) (size_t),
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/lib/libgmp/arch/powerpc64/
H A Dmp.h137 #define mp_set_memory_functions __gmp_set_memory_functions macro
138 __GMP_DECLSPEC void mp_set_memory_functions __GMP_PROTO ((void *(*) (size_t),
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/lib/libgmp/arch/sh3eb/
H A Dmp.h137 #define mp_set_memory_functions __gmp_set_memory_functions macro
138 __GMP_DECLSPEC void mp_set_memory_functions __GMP_PROTO ((void *(*) (size_t),
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/lib/libgmp/arch/sh3el/
H A Dmp.h137 #define mp_set_memory_functions __gmp_set_memory_functions macro
138 __GMP_DECLSPEC void mp_set_memory_functions __GMP_PROTO ((void *(*) (size_t),
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/lib/libgmp/arch/sparc/
H A Dmp.h137 #define mp_set_memory_functions __gmp_set_memory_functions macro
138 __GMP_DECLSPEC void mp_set_memory_functions __GMP_PROTO ((void *(*) (size_t),
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/lib/libgmp/arch/sparc64/
H A Dmp.h137 #define mp_set_memory_functions __gmp_set_memory_functions macro
138 __GMP_DECLSPEC void mp_set_memory_functions __GMP_PROTO ((void *(*) (size_t),
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/lib/libgmp/arch/vax/
H A Dmp.h137 #define mp_set_memory_functions __gmp_set_memory_functions macro
138 __GMP_DECLSPEC void mp_set_memory_functions __GMP_PROTO ((void *(*) (size_t),
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/lib/libgmp/arch/x86_64/
H A Dmp.h137 #define mp_set_memory_functions __gmp_set_memory_functions macro
138 __GMP_DECLSPEC void mp_set_memory_functions __GMP_PROTO ((void *(*) (size_t),
/netbsd-6-1-5-RELEASE/external/lgpl3/mpfr/dist/tests/
H A Dmemory.c173 mp_set_memory_functions (tests_allocate, tests_reallocate, tests_free);
/netbsd-6-1-5-RELEASE/external/lgpl2/mpc/dist/tests/
H A Dmemory.c178 mp_set_memory_functions (tests_allocate, tests_reallocate, tests_free);
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/tests/
H A Dmemory.c220 mp_set_memory_functions (tests_allocate, tests_reallocate, tests_free);

Completed in 215 milliseconds

12