| /src/sys/arch/amigappc/amigappc/ |
| amiga_init.c | 70 set_boot_args(int boot_howto, u_long fstart, u_long fsize, u_long csize, 76 boot_fphystart = fstart;
|
| /src/external/gpl2/gmake/dist/ |
| read.c | 473 struct floc *fstart; 495 fstart = &ebuf->floc; 623 int i = conditional_line (p, len, fstart); 627 fatal (fstart, _("invalid syntax in conditional")); 637 fatal (fstart, _("extraneous `endef'")); 649 fatal (fstart, _("empty variable name")); 666 error (fstart, _("empty `override' directive")); 677 fatal (fstart, _("empty variable name")); 690 && !try_variable_definition (fstart, p2, o_override, 0)) 691 error (fstart, _("invalid `override' directive")) 469 struct floc *fstart; local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| access.d | 317 Dsymbol next, fstart = s, mostVisible = s; 376 assert(next !is fstart); // should not alias the overload list itself
|
| opover.d | 1700 * Find best overload match on fstart given ethis and parameters[]. 1703 * fstart = opApply or foreach delegate 1708 private FuncDeclaration findBestOpApplyMatch(Expression ethis, FuncDeclaration fstart, Parameters* parameters) 1715 overloadApply(fstart, (Dsymbol s) 1773 ethis.toChars(), fstart.ident.toChars(),
|
| func.d | 2912 * fstart = symbol to start from 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)
|
| /src/sys/external/bsd/drm2/dist/drm/i915/gt/ |
| intel_rps.c | 168 u8 fmax, fmin, fstart; local 192 fstart = (rgvmodectl & MEMMODE_FSTART_MASK) >> 194 DRM_DEBUG_DRIVER("fmax: %d, fmin: %d, fstart: %d\n", 195 fmax, fmin, fstart); 422 u8 fstart, vstart; local 446 fstart = (rgvmodectl & MEMMODE_FSTART_MASK) >> 449 vstart = (intel_uncore_read(uncore, PXVFREQ(fstart)) &
|
| /src/external/bsd/libpcap/dist/ |
| optimize.c | 357 * into the array form that BPF requires. 'fstart' will point to 361 struct bpf_insn *fstart; member in struct:__anon4950 2729 p->offset = (int)(dst - conv_state->fstart); 2831 if (dst - conv_state->fstart < NBIDS) 2832 bids[dst - conv_state->fstart] = p->id + 1; 2902 conv_state.fstart = NULL; 2905 free(conv_state.fstart); 2924 conv_state.fstart = fp;
|
| /src/sys/external/bsd/drm2/dist/drm/i915/ |
| i915_reg.h | 3787 #define PXVFREQ(fstart) _MMIO(0x11110 + (fstart) * 4) /* P[0-15]VIDFREQ (0x1114c) (Ironlake) */
|