Searched refs:we (Results 76 - 100 of 232) sorted by relevance

12345678910

/freebsd-11.0-release/share/mk/
H A Dauto.obj.mk24 # If we get to the end of the loop, a plain mkdir will issue an error.
37 # Skip it if we are just doing 'clean'.
H A Dlocal.dirdeps.mk3 # we are the 1st makefile
9 # DEP_MACHINE is set before we get here, this may not be.
62 # this is how we can handle optional dependencies
166 # BUILD_AT_LEVEL0, which we don't use).
194 # we need targets/pseudo/stage to prep the stage tree
H A Dbsd.progs.mk20 # we really only use PROGS below...
91 # tell progs.mk we might want to install things
H A Dinstall-new.mk49 # If the .new file is different, we want it.
H A Dlocal.gendirdeps.mk3 # we need a keyword, this noise is to prevent it being expanded
H A Dlocal.sys.mk45 # we can afford to use cookies to prevent some targets
/freebsd-11.0-release/contrib/gdb/gdb/
H A Dp-lang.c154 are printed as appropriate. Print ellipses at the end if we
167 the last byte of it is a null, we don't print that, in traditional C
180 /* Position of the character we are examining
183 /* Number of repetitions we have detected so far. */
261 distinction to be passed on to a debugger. For now, we always just
264 gdb test suite since we don't have to account for the differences
282 /* FIXME: For now, if we are asked to produce a type not in this
/freebsd-11.0-release/sys/boot/i386/gptboot/
H A Dgptldr.S73 * to MEM_BTX. Since those might overlap, we have to copy boot2
75 * boot2 is, but it's currently under 128kB so we'll copy 4 blocks of 32kB
82 mov %si,%ax # last byte we want to copy
88 add $(COPY_BLKS*COPY_BLK_SZ/16),%ax # the last byte we
98 sub $COPY_BLK_SZ/16,%ax # which we want boot2 copied
118 * Enable A20 so we can access memory above 1 meg.
/freebsd-11.0-release/sys/boot/i386/cdboot/
H A Dcdboot.S33 # number of sectors, we try to fit this in as small a space as possible.
35 # Basically, we first create a set of boot arguments to pass to the loaded
36 # binary. Then we attempt to load /boot/loader from the CD we were booted
47 .set MEM_ARG_BTX,0xa100 # Where we move them to so the
82 .set MAX_READ,0x10000 # max we can read at a time
171 # we have to read it in 64k chunks.
282 # Now we just start up BTX and let it do the rest
306 cmp $0,%al # Are we done?
372 cmp %cx,%si # Did we fin
[all...]
/freebsd-11.0-release/contrib/gcc/config/i386/
H A Dsol2-c1.asm81 ! Now check to see if we have an _DYNAMIC table, and if so then
82 ! we need to register the function pointer previously in %edx, but
102 ! vector which is 16 bytes (the two zero words we pushed, plus argc,
114 ! %edx and %eax respectively. The only new value we need to compute
156 ! in case we link in some objects that have been compiled for profiling.
H A Dsol2-gc1.asm84 ! Now check to see if we have an _DYNAMIC table, and if so then
85 ! we need to register the function pointer previously in %edx, but
115 ! vector which is 16 bytes (the two zero words we pushed, plus argc,
127 ! %edx and %eax respectively. The only new value we need to compute
/freebsd-11.0-release/contrib/netbsd-tests/lib/libc/regex/
H A Dt_regex_att.c220 static const char *we[] = { local
255 for (size_t i = 0; i < __arraycount(we); i++)
256 if (strcmp(we[i], s) == 0)
416 * We check these early so that we skip the lines quickly
/freebsd-11.0-release/sys/conf/
H A Dkern.mk46 # Catch-all for all the things that are in our tree, but for which we're
112 # For sparc64 we want the medany code model so modules may be located
124 # For AMD64, we explicitly prohibit the use of FPU, SSE and other SIMD
145 # For PowerPC we tell gcc to use floating point emulation. This avoids using
164 # For MIPS we also tell gcc to use floating point emulation
180 # use of signed integer wraparound mechanics so we need the compiler
/freebsd-11.0-release/contrib/gcc/
H A Dunwind.inc30 /* This is derived from the C++ ABI for IA-64. Where we diverge
39 _Unwind_Resume and we'll continue Phase 2 there. */
54 /* Identify when we've reached the designated handler context. */
130 is not a forced unwind. Further, note where we found a handler. */
/freebsd-11.0-release/contrib/bmake/mk/sys/
H A DNetBSD.mk8 # we are running native make
10 # so we can make a rough guess
/freebsd-11.0-release/contrib/ntp/sntp/libevent/build-aux/
H A Dylwrap36 # Otherwise, we want the empty string (not ".").
81 DESIRED is the file we actually want instead of OUTPUT
127 # instance, we rename #include "y.tab.h" into #include "parse.h"
195 # output of all other files to a temporary file so we can
/freebsd-11.0-release/contrib/gcc/config/arm/
H A Dlib1funcs.asm280 /* A hook to tell gdb that we've switched to ARM mode. Also used to call
394 @ For very big divisors, we must shift it a bit at a time, or
395 @ we will be in danger of overflowing.
497 @ For very big divisors, we must shift it a bit at a time, or
498 @ we will be in danger of overflowing.
567 @ For very big divisors, we must shift it a bit at a time, or
568 @ we will be in danger of overflowing.
580 @ so keep track of which subtractions are done, we can fix them up
658 @ Any subtractions that we should not have done will be recorded in
666 @ If we terminate
[all...]
/freebsd-11.0-release/contrib/openbsm/config/
H A Dylwrap49 DESIRED is the file we actually want instead of OUTPUT
69 # Otherwise, we want the empty string (not ".").
75 # FIXME: really we should care about more than '.' and '\'.
170 # file so we can compare them to existing versions.
204 # is not specified, we don't want an error when the header
/freebsd-11.0-release/contrib/llvm/lib/Support/Windows/
H A DDynamicLibrary.inc93 // If we've already loaded this library, FreeLibrary() the handle in order to
101 // Stack probing routines are in the support library (e.g. libgcc), but we don't
/freebsd-11.0-release/contrib/binutils/
H A Dylwrap52 DESIRED is the file we actually want instead of OUTPUT
129 # Quote $INPUT_DIR so we can use it in a regexp.
130 # FIXME: really we should care about more than `.' and `\'.
158 # file so we can compare them to existing versions.
196 # is not specified, we don't want an error when the header
/freebsd-11.0-release/contrib/bmake/mk/
H A Dinstall-new.mk34 # If the .new file is different, we want it.
H A Dsrctop.mk20 # we are actually within SB
H A Dtarget-flags.mk7 # For each such variable v in TARGET_FLAG_VARS we set:
H A Dwhats.mk47 # we do not need to capture this
/freebsd-11.0-release/contrib/compiler-rt/lib/builtins/
H A Dfp_mul_impl.inc63 // Or in the implicit significand bit. (If we fell through from the
84 // If we have overflowed the type, return +/- infinity.
92 // handle this case separately, but we make it a special case to

Completed in 141 milliseconds

12345678910