| /netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/root/ |
| H A D | speller.c | 40 void *spellerY(const char *seed, size_t seedlen, fp_speller_t fp, void *fparg, in spellerY() argument 68 void* np = (*fp)(fparg, buf, &ncost); in spellerY() 84 void* np = (*fp)(fparg, buf, &ncost); in spellerY() 99 void* np = (*fp)(fparg, buf, &ncost); in spellerY() 109 void *spellerX(const char *seed, size_t seedlen, fp_speller_t fp, void *fparg, in spellerX() argument 134 np = spellerY(buf, seedlen - 1, fp, fparg, charset, i, &ncost); in spellerX() 136 np = (*fp)(fparg, buf, &ncost); in spellerX() 154 if (combineSpellerResult(p, cost, (*fp)(fparg, buf, &ncost), ncost)) in spellerX() 173 np = spellerY(buf, seedlen, fp, fparg, charset, i + 1, &ncost); in spellerX() 175 np = (*fp)(fparg, buf, &ncost); in spellerX() [all …]
|
| H A D | speller.h | 15 void *speller(const char *seed, fp_speller_t fp, void *fparg, const char *charset);
|
| /netbsd-src/lib/libc/stdio/ |
| H A D | vfwprintf.c | 655 } fparg; in WDECL() local 1070 fparg.ldbl = GETARG(long double); in WDECL() 1072 __hldtoa(fparg.ldbl, xdigs, prec, in WDECL() 1077 fparg.dbl = GETARG(double); in WDECL() 1079 __hdtoa(fparg.dbl, xdigs, prec, in WDECL() 1128 fparg.ldbl = GETARG(long double); in WDECL() 1130 __ldtoa(&fparg.ldbl, expchar ? 2 : 3, prec, in WDECL() 1135 fparg.dbl = GETARG(double); in WDECL() 1137 __dtoa(fparg.dbl, expchar ? 2 : 3, prec, in WDECL()
|
| /netbsd-src/external/gpl2/xcvs/dist/src/ |
| H A D | rcs.c | 7878 putsymbol_proc (Node *symnode, void *fparg) in putsymbol_proc() argument 7880 FILE *fp = fparg; in putsymbol_proc()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/mips/ |
| H A D | mips.cc | 7417 unsigned int gparg, fparg, f; in mips_output_args_xfer() local 7439 fparg = mips_arg_regno (&info, true); in mips_output_args_xfer() 7442 mips_output_32bit_xfer (direction, gparg, fparg); in mips_output_args_xfer() 7444 mips_output_64bit_xfer (direction, gparg, fparg); in mips_output_args_xfer()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/mips/ |
| H A D | mips.c | 7277 unsigned int gparg, fparg, f; in mips_output_args_xfer() local 7299 fparg = mips_arg_regno (&info, true); in mips_output_args_xfer() 7302 mips_output_32bit_xfer (direction, gparg, fparg); in mips_output_args_xfer() 7304 mips_output_64bit_xfer (direction, gparg, fparg); in mips_output_args_xfer()
|