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

1 2 3 4 5

  /src/sys/modules/arch/arm/arm-lpae/
bsd.arm-lpae.mk 8 # gcc emits bad code with these options
  /src/usr.sbin/sysinst/
txtwalk.c 63 walk(char *buffer, size_t size, const struct lookfor *these, size_t numthese)
84 error = match(buffer, these, numthese);
97 * For each match in these, process the match.
100 match(char *line, const struct lookfor *these, size_t numthese)
110 patlen = strlen(these[which].head);
113 if (strncmp(these[which].head, line, patlen) == 0) {
114 error = process(&these[which], line);
  /src/sys/modules/arch/powerpc/powerpc-booke/
bsd.powerpc-booke.mk 10 # gcc emits bad code with these options
  /src/usr.bin/make/unit-tests/
cond-late.mk 6 # Any expressions appearing in these conditions are expanded before parsing
11 # Because of this, variables that are used in these lazy conditions
14 # They should also not contain operators like == or <, since these are
15 # actually interpreted as these operators. This is demonstrated below.
job-output-long-lines.mk 6 # Each of these lines must be written atomically to the actual output.
11 # output lines that are longer than this buffer size, these output pieces are
deptgt-error.mk 16 # Before making the '.ERROR' target, these variable values are printed.
cond-cmp-numeric-eq.mk 45 # typically 16 or 17 significant digits, therefore these two numbers seem to
53 # bits, these two numbers are considered the same. The 993 is rounded down
opt-debug-errors-jobs.mk 33 # irrelevant. Since "usually" is not "always", these space characters are
41 # debugging these issues (for example in NetBSD's build.sh), output the
cond-eof.mk 13 # These syntax errors are an edge case that does not occur during normal
14 # operation. Still, it is easy to avoid evaluating these expressions, just in
directive-ifdef.mk 20 # Since a bare word is an abbreviation for 'defined(word)', these can be
sh-errctl.mk 9 # line that behaves differently in these two modes is "false; true". In
comment.mk 18 # Since parse.c 1.127 from 2007-01-01, these are not shell commands,
19 # they are just makefile comments. Before that commit, these comments
dotwait.mk 18 # Within each test, the names of the sub-targets follow these
32 # output is independent of the order in which these targets are made.
opt-query.mk 65 # None of these commands are run.
70 # None of these commands are run.
directive-ifndef.mk 29 # them. Since these conditions are confusing for humans, they should be
meta-cmd-cmp.mk 52 # these do the same
recursive.mk 33 # variables are not discovered. But these are hard to produce anyway,
  /src/compat/
exec.mk 8 # currently this file is used by these Makefiles:
22 # of these, savecore, crash and kgmon are the only ones that
  /src/sys/arch/m68k/060sp/dist/
test.doc 56 To assist in assembling and linking these modules with other modules,
59 of these packages.
70 (1) | Call-Out | - 4 bytes per entry (user fills these in)
89 to a function required by the test packages (these functions and their
169 basically, it enables each of these exceptions and forces
182 to _real_access(), _real_trace(), _real_trap(), etc. because these
isp.doc 47 isp.sa provides full emulation support for these instructions.
84 (1) | Call-Out | - 4 bytes per entry (user fills these in)
103 to a function required by the ISP (these functions and their location are
185 060ISP is installed properly, these instructions will enter through the
192 host system (see isp.s source code), then these "Call-out"s should be
197 _060_real_lock_page() and _060_real_unlock_page(). These functions are
  /src/share/mk/
bsd.hostlib.mk 12 # Override these:
  /src/sys/external/bsd/acpica/dist/compiler/
readme.txt 10 Generation of the ASL compiler from source code requires these items:
32 iASL has been generated with these versions of Flex/Bison:
61 iASL assumes that these tools are installed at this location:
76 iASL has been generated with these versions of Flex/Bison for Windows:
117 These steps will add the compiler to the tools menu as a custom tool.
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_malloc_mac.inc 37 // IMPORTANT: Do not change the order, alignment, or types of these fields to
332 // Ok to use internal_memset, these places are not performance-critical.
  /src/sys/arch/acorn32/doc/
interrupts 55 the chain. These are interrupt which may commonly have multiple drivers
81 of these irq chains.
  /src/sys/external/bsd/compiler_rt/dist/lib/builtins/
fp_extend_impl.inc 43 // Any reasonable optimizer will fold and propagate all of these.

Completed in 911 milliseconds

1 2 3 4 5