HomeSort by: relevance | last modified time | path
    Searched refs:far (Results 1 - 25 of 37) sorted by relevancy

1 2

  /src/sys/arch/arm/arm32/
fault.c 190 data_abort_fixup(trapframe_t *tf, u_int fsr, u_int far, struct lwp *l)
221 dab_fatal(tf, fsr, far, l, NULL);
235 u_int far, fsr; local in function:data_abort_handler
245 /* Grab FAR/FSR before enabling interrupts */
246 far = cpu_faultaddress();
264 UVMHIST_LOG(maphist, " (l=%#jx, far=%#jx, fsr=%#jx",
265 (uintptr_t)l, far, fsr, 0);
280 printf("%s: data_aborts fsr=0x%x far=0x%x\n",
281 __func__, fsr, far);
283 if ((data_aborts[fsr & FAULT_TYPE_MASK].func)(tf, fsr, far,
    [all...]
  /src/usr.bin/make/unit-tests/
opt-keep-going-multiple.mk 5 # targets, as far as possible.
opt-keep-going.mk 5 # targets, as far as possible.
opt-keep-going-indirect.mk 5 # targets, as far as possible.
29 # failures in jobs mode (by far the most common when building large
directive-for-break.mk 40 # lines from inactive branches are only parsed as far as necessary to see
cond-late.mk 8 # expressions are evaluated individually and only as far as necessary, see
var-op-append.mk 39 # '+=' assignment operator. As far as possible, the '+' is interpreted as
  /src/common/dist/zlib/contrib/ada/
zlib-streams.ads 39 -- Return total number of bytes read from back stream so far.
43 -- Return total number of bytes read so far.
47 -- Return total number of bytes written so far.
zlib.ads 91 -- input data available so far. (In particular avail_in is zero after the
193 -- Returns total number of input bytes read so far
197 -- Returns total number of bytes output so far
zlib-thin.ads 368 Total_In : ULong := 0; -- total nb of input bytes read so far
371 Total_Out : ULong := 0; -- total nb of bytes output so far
  /src/games/hack/
hack.fight.c 110 boolean far = (dist(magr->mx, magr->my) > 15); local in function:hitmm
111 if (far != far_noise || moves - noisetime > 10) {
112 far_noise = far;
115 far ? " in the distance" : "");
  /src/common/lib/libc/arch/sparc64/string/
memset.S 201 !! Remember: we were 8 bytes too far
202 dec 56, %i2 ! Go one iteration too far
  /src/common/dist/zlib/
zconf.h 311 /* The following definitions for FAR are needed only for MSDOS mixed
312 * model programming (small or medium model with some far allocations).
315 * just define FAR to be empty.
322 # define FAR _far
324 # define FAR far
331 # define FAR _far
333 # define FAR far
356 # ifdef FAR
    [all...]
zconf.h.in 303 /* The following definitions for FAR are needed only for MSDOS mixed
304 * model programming (small or medium model with some far allocations).
307 * just define FAR to be empty.
314 # define FAR _far
316 # define FAR far
323 # define FAR _far
325 # define FAR far
348 # ifdef FAR
    [all...]
zconf.h.cmakein 305 /* The following definitions for FAR are needed only for MSDOS mixed
306 * model programming (small or medium model with some far allocations).
309 * just define FAR to be empty.
316 # define FAR _far
318 # define FAR far
325 # define FAR _far
327 # define FAR far
350 # ifdef FAR
    [all...]
  /src/common/dist/zlib/contrib/delphi/
ZLib.pas 26 total_in: Longint; // total nb of input bytes read so far
30 total_out: Longint; // total nb of bytes output so far
70 data that have been written to the stream so far.
109 have been read from the stream so far.
  /src/sys/arch/sparc64/doc/
TODO 60 - platforms tested so far:
  /src/lib/libc/arch/sparc/gen/
divrem.m4 64 * R the remainder so far, initially the dividend
203 ! V > R: went too far: back up 1 step
  /src/sys/lib/libkern/arch/m68k/
udivsi3.S 85 | the quotient we have so far is only a guess. the divide we
  /src/sys/lib/libkern/arch/sparc/
divrem.m4 64 * R the remainder so far, initially the dividend
203 ! V > R: went too far: back up 1 step
  /src/sys/lib/libkern/arch/sparc64/
divrem.m4 68 * R the remainder so far, initially the dividend
204 ! V > R: went too far: back up 1 step
  /src/common/dist/zlib/contrib/pascal/
zlibpas.pas 31 total_in: LongInt; (* total nb of input bytes read so far *)
35 total_out: LongInt; (* total nb of bytes output so far *)
  /src/usr.bin/m4/TEST/
test.m4 143 In a land far, far away, there is a magical kingdom called the Kingdom of
225 periodically create a new grand design which is far better than the old.
  /src/doc/
TODO.compat-module 89 As far as I can tell, none of the MD compat code is currently built
  /src/sys/net/
zlib.h 53 * Byte Bytef EXPORT FAR OF STDC
187 /* The following definitions for FAR are needed only for MSDOS mixed
188 * model programming (small or medium model with some far allocations).
191 * just define FAR to be empty.
197 # define FAR _far
199 # define FAR far
205 # define FAR _far
212 # ifdef FAR
213 # undef FAR
    [all...]

Completed in 19 milliseconds

1 2