| /netbsd-src/external/gpl2/gmake/dist/ |
| H A D | read.c | 469 struct floc *fstart; in eval() local 491 fstart = &ebuf->floc; in eval() 619 int i = conditional_line (p, len, fstart); in eval() 623 fatal (fstart, _("invalid syntax in conditional")); in eval() 633 fatal (fstart, _("extraneous `endef'")); in eval() 645 fatal (fstart, _("empty variable name")); in eval() 662 error (fstart, _("empty `override' directive")); in eval() 673 fatal (fstart, _("empty variable name")); in eval() 686 && !try_variable_definition (fstart, p2, o_override, 0)) in eval() 687 error (fstart, _("invalid `override' directive")); in eval() [all …]
|
| /netbsd-src/sys/arch/amigappc/amigappc/ |
| H A D | amiga_init.c | 70 set_boot_args(int boot_howto, u_long fstart, u_long fsize, u_long csize, in set_boot_args() argument 76 boot_fphystart = fstart; in set_boot_args()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
| H A D | access.d | 317 Dsymbol next, fstart = s, mostVisible = s; variable 376 assert(next !is fstart); // should not alias the overload list itself
|
| H A D | opover.d | 1708 private FuncDeclaration findBestOpApplyMatch(Expression ethis, FuncDeclaration fstart, Parameters* … in findBestOpApplyMatch() argument 1715 overloadApply(fstart, (Dsymbol s) in findBestOpApplyMatch() 1773 ethis.toChars(), fstart.ident.toChars(), in findBestOpApplyMatch()
|
| H A D | func.d | 2921 extern (D) int overloadApply(Dsymbol fstart, scope int delegate(Dsymbol) dg, Scope* sc = null) 2924 for (auto d = fstart; d; d = next) 2977 if (next == fstart)
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| H A D | access.c | 492 Dsymbol *fstart = s; in mostVisibleOverload() local 560 assert(next != fstart); // should not alias the overload list itself in mostVisibleOverload()
|
| H A D | opover.c | 26 static Dsymbol *inferApplyArgTypesX(Expression *ethis, FuncDeclaration *fstart, Parameters *paramet… 1854 static Dsymbol *inferApplyArgTypesX(Expression *ethis, FuncDeclaration *fstart, Parameters *paramet… in inferApplyArgTypesX() argument 1900 overloadApply(fstart, &p, &ParamOpOver::fp); in inferApplyArgTypesX() 1906 ethis->toChars(), fstart->ident->toChars(), in inferApplyArgTypesX()
|
| H A D | declaration.h | 111 int overloadApply(Dsymbol *fstart, void *param, int (*fp)(void *, Dsymbol *));
|
| H A D | func.c | 2968 int overloadApply(Dsymbol *fstart, void *param, int (*fp)(void *, Dsymbol *)) in overloadApply() argument 2972 for (d = fstart; d; d = next) in overloadApply() 3013 if (next == fstart) in overloadApply()
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/i915/gt/ |
| H A D | intel_rps.c | 168 u8 fmax, fmin, fstart; in gen5_rps_init() local 192 fstart = (rgvmodectl & MEMMODE_FSTART_MASK) >> in gen5_rps_init() 195 fmax, fmin, fstart); in gen5_rps_init() 422 u8 fstart, vstart; in gen5_rps_enable() local 446 fstart = (rgvmodectl & MEMMODE_FSTART_MASK) >> in gen5_rps_enable() 449 vstart = (intel_uncore_read(uncore, PXVFREQ(fstart)) & in gen5_rps_enable()
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/i915/ |
| H A D | i915_reg.h | 3787 #define PXVFREQ(fstart) _MMIO(0x11110 + (fstart) * 4) /* P[0-15]VIDFREQ (0x1114c) (Ironlake) */ argument
|