| /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 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/games/hack/ |
| hack.fight.c | 110 boolean far = (dist(magr->mx, magr->my) > 15); local 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/usr.bin/make/unit-tests/ |
| cond-late.mk | 8 # expressions are evaluated individually and only as far as necessary, see
|
| directive-for-break.mk | 40 # lines from inactive branches are only parsed as far as necessary to see
|
| var-op-append.mk | 39 # '+=' assignment operator. As far as possible, the '+' is interpreted as
|
| var-op-expand.mk | 22 # expanded as far as possible. Contrary to other situations, '$$' and
|
| cond-short.mk | 21 # make 'will only evaluate a conditional as far as is necessary to determine',
|
| varmod-indirect.mk | 183 # at the same time expanding the expression as far as possible.
|
| varmod-loop.mk | 187 # had to be defined and exported, something that is far from obvious. To
|
| /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.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...] |
| 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...] |
| /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/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/arch/sparc64/doc/ |
| TODO | 60 - platforms tested so far:
|
| /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/sys/lib/libkern/arch/m68k/ |
| udivsi3.S | 85 | the quotient we have so far is only a guess. the divide we
|
| /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...] |
| /src/share/mk/ |
| bsd.doc.mk | 100 # As far as I know, the only ways to get the path discovered via .PATH
|