Home
last modified time | relevance | path

Searched refs:gmp_asprintf (Results 1 – 25 of 38) sorted by relevance

12

/netbsd/external/lgpl3/gmp/dist/mini-gmp/tests/
H A Dhex-random.c127 gmp_asprintf (&res, "%Zx", x); in hex_urandomb()
140 gmp_asprintf (&res, "%Zx", x); in hex_rrandomb()
186 gmp_asprintf (ap, "%Zx", a); in hex_random_op2()
187 gmp_asprintf (rp, "%Zx", r); in hex_random_op2()
263 gmp_asprintf (ap, "%Zx", a); in hex_random_op3()
264 gmp_asprintf (bp, "%Zx", b); in hex_random_op3()
265 gmp_asprintf (rp, "%Zx", r); in hex_random_op3()
361 gmp_asprintf (ap, "%Zx", a); in hex_random_op4()
362 gmp_asprintf (bp, "%Zx", b); in hex_random_op4()
363 gmp_asprintf (cp, "%Zx", c); in hex_random_op4()
[all …]
/netbsd/external/lgpl3/gmp/dist/printf/
H A Dasprintf.c37 gmp_asprintf (char **result, const char *fmt, ...) in gmp_asprintf() function
/netbsd/crypto/external/cpl/trousers/dist/src/include/daa/
H A Dbi_gmp.h64 gmp_asprintf( &ret, "%ZX", i); in bi_2_hex_char()
73 gmp_asprintf( &ret, "%Zd", i); in bi_2_dec_char()
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/coldfire/
H A Dgmp.h538 #define gmp_asprintf __gmp_asprintf macro
539 __GMP_DECLSPEC int gmp_asprintf (char **, const char *, ...);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/or1k/
H A Dgmp.h538 #define gmp_asprintf __gmp_asprintf macro
539 __GMP_DECLSPEC int gmp_asprintf (char **, const char *, ...);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/alpha/
H A Dgmp.h533 #define gmp_asprintf __gmp_asprintf macro
534 __GMP_DECLSPEC int gmp_asprintf (char **, const char *, ...);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/arm/
H A Dgmp.h533 #define gmp_asprintf __gmp_asprintf macro
534 __GMP_DECLSPEC int gmp_asprintf (char **, const char *, ...);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/armeb/
H A Dgmp.h533 #define gmp_asprintf __gmp_asprintf macro
534 __GMP_DECLSPEC int gmp_asprintf (char **, const char *, ...);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/hppa/
H A Dgmp.h533 #define gmp_asprintf __gmp_asprintf macro
534 __GMP_DECLSPEC int gmp_asprintf (char **, const char *, ...);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/i386/
H A Dgmp.h533 #define gmp_asprintf __gmp_asprintf macro
534 __GMP_DECLSPEC int gmp_asprintf (char **, const char *, ...);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/ia64/
H A Dgmp.h533 #define gmp_asprintf __gmp_asprintf macro
534 __GMP_DECLSPEC int gmp_asprintf (char **, const char *, ...);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/mips64eb/
H A Dgmp.h533 #define gmp_asprintf __gmp_asprintf macro
534 __GMP_DECLSPEC int gmp_asprintf (char **, const char *, ...);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/mips64el/
H A Dgmp.h533 #define gmp_asprintf __gmp_asprintf macro
534 __GMP_DECLSPEC int gmp_asprintf (char **, const char *, ...);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/mipseb/
H A Dgmp.h533 #define gmp_asprintf __gmp_asprintf macro
534 __GMP_DECLSPEC int gmp_asprintf (char **, const char *, ...);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/mipsel/
H A Dgmp.h533 #define gmp_asprintf __gmp_asprintf macro
534 __GMP_DECLSPEC int gmp_asprintf (char **, const char *, ...);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/mipsn64el/
H A Dgmp.h533 #define gmp_asprintf __gmp_asprintf macro
534 __GMP_DECLSPEC int gmp_asprintf (char **, const char *, ...);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/riscv64/
H A Dgmp.h533 #define gmp_asprintf __gmp_asprintf macro
534 __GMP_DECLSPEC int gmp_asprintf (char **, const char *, ...);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/sh3el/
H A Dgmp.h533 #define gmp_asprintf __gmp_asprintf macro
534 __GMP_DECLSPEC int gmp_asprintf (char **, const char *, ...);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/x86_64/
H A Dgmp.h533 #define gmp_asprintf __gmp_asprintf macro
534 __GMP_DECLSPEC int gmp_asprintf (char **, const char *, ...);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/aarch64/
H A Dgmp.h533 #define gmp_asprintf __gmp_asprintf macro
534 __GMP_DECLSPEC int gmp_asprintf (char **, const char *, ...);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/m68000/
H A Dgmp.h533 #define gmp_asprintf __gmp_asprintf macro
534 __GMP_DECLSPEC int gmp_asprintf (char **, const char *, ...);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/m68k/
H A Dgmp.h533 #define gmp_asprintf __gmp_asprintf macro
534 __GMP_DECLSPEC int gmp_asprintf (char **, const char *, ...);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/mipsn64eb/
H A Dgmp.h533 #define gmp_asprintf __gmp_asprintf macro
534 __GMP_DECLSPEC int gmp_asprintf (char **, const char *, ...);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/powerpc/
H A Dgmp.h533 #define gmp_asprintf __gmp_asprintf macro
534 __GMP_DECLSPEC int gmp_asprintf (char **, const char *, ...);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/powerpc64/
H A Dgmp.h533 #define gmp_asprintf __gmp_asprintf macro
534 __GMP_DECLSPEC int gmp_asprintf (char **, const char *, ...);

12