Searched refs:fparg (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/root/
H A Dspeller.h15 void *speller(const char *seed, fp_speller_t fp, void *fparg, const char *charset);
H A Dspeller.c40 void *spellerY(const char *seed, size_t seedlen, fp_speller_t fp, void *fparg, argument
68 void* np = (*fp)(fparg, buf, &ncost);
84 void* np = (*fp)(fparg, buf, &ncost);
99 void* np = (*fp)(fparg, buf, &ncost);
109 void *spellerX(const char *seed, size_t seedlen, fp_speller_t fp, void *fparg, argument
134 np = spellerY(buf, seedlen - 1, fp, fparg, charset, i, &ncost);
136 np = (*fp)(fparg, buf, &ncost);
154 if (combineSpellerResult(p, cost, (*fp)(fparg, buf, &ncost), ncost))
173 np = spellerY(buf, seedlen, fp, fparg, charset, i + 1, &ncost);
175 np = (*fp)(fparg, bu
219 speller(const char *seed, fp_speller_t fp, void *fparg, const char *charset) argument
[all...]
/netbsd-current/lib/libc/stdio/
H A Dvfwprintf.c655 } fparg; local
1070 fparg.ldbl = GETARG(long double);
1072 __hldtoa(fparg.ldbl, xdigs, prec,
1077 fparg.dbl = GETARG(double);
1079 __hdtoa(fparg.dbl, xdigs, prec,
1128 fparg.ldbl = GETARG(long double);
1130 __ldtoa(&fparg.ldbl, expchar ? 2 : 3, prec,
1135 fparg.dbl = GETARG(double);
1137 __dtoa(fparg.dbl, expchar ? 2 : 3, prec,
/netbsd-current/external/gpl2/xcvs/dist/src/
H A Drcs.c7878 putsymbol_proc (Node *symnode, void *fparg) argument
7880 FILE *fp = fparg;
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/mips/
H A Dmips.c7312 unsigned int gparg, fparg, f;
7334 fparg = mips_arg_regno (&info, true);
7337 mips_output_32bit_xfer (direction, gparg, fparg);
7339 mips_output_64bit_xfer (direction, gparg, fparg);
7277 unsigned int gparg, fparg, f; local
/netbsd-current/external/gpl3/gcc/dist/gcc/config/mips/
H A Dmips.cc7443 unsigned int gparg, fparg, f;
7465 fparg = mips_arg_regno (&info, true);
7468 mips_output_32bit_xfer (direction, gparg, fparg);
7470 mips_output_64bit_xfer (direction, gparg, fparg);
7408 unsigned int gparg, fparg, f; local

Completed in 285 milliseconds