Home
last modified time | relevance | path

Searched refs:ANYARGS (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/lgpl3/gmp/dist/tests/
H A Dtests.h34 #define ANYARGS ... macro
36 #define ANYARGS
82 extern mp_limb_t (*calling_conventions_function) (ANYARGS);
83 mp_limb_t calling_conventions (ANYARGS);
H A Dmisc.c168 mp_limb_t (*calling_conventions_function) (ANYARGS);
/netbsd-src/external/lgpl3/gmp/dist/tests/devel/
H A Dtry.c298 typedef mp_limb_t (*tryfun_t) (ANYARGS);
2813 e->retval = (* (unsigned long (*)(ANYARGS)) in call()
2817 e->retval = (* (unsigned long (*)(ANYARGS)) in call()
2822 e->retval = (* (long (*)(ANYARGS)) CALLING_CONVENTIONS (function)) in call()
2827 e->retval = (* (long (*)(ANYARGS)) CALLING_CONVENTIONS (function)) in call()